Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2126)

Unified Diff: Source/wtf/WTF.cpp

Issue 177213007: Simplify DefaultAllocator::Quantizer using partitionAllocActualSize() (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebased + adjusted PurgeableVector test Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/wtf/QuantizedAllocation.cpp ('k') | Source/wtf/wtf.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/wtf/WTF.cpp
diff --git a/Source/wtf/WTF.cpp b/Source/wtf/WTF.cpp
index 175833b511f51f3bac85d14b8b135ad0b324d7ef..a3d3f8b4efc7f044d35f9c53f5394d6e94e266d4 100644
--- a/Source/wtf/WTF.cpp
+++ b/Source/wtf/WTF.cpp
@@ -33,7 +33,6 @@
#include "wtf/DefaultAllocator.h"
#include "wtf/FastMalloc.h"
-#include "wtf/QuantizedAllocation.h"
#ifndef NDEBUG
#include "wtf/MainThread.h"
@@ -81,7 +80,6 @@ void Partitions::initialize()
spinLockLock(&lock);
if (!s_initialized) {
s_initialized = true;
- QuantizedAllocation::init();
m_bufferAllocator.init();
}
spinLockUnlock(&lock);
« no previous file with comments | « Source/wtf/QuantizedAllocation.cpp ('k') | Source/wtf/wtf.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698