Home
last modified time | relevance | path

Searched refs:partitionAlloc (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/wtf/
DPartitionAllocTest.cpp98 void* ptr = partitionAlloc(allocator.root(), size); in GetFullPage()
136 void* ptr = partitionAlloc(allocator.root(), size); in CycleFreeCache()
168 void* ptr = partitionAlloc(allocator.root(), kTestAllocSize); in TEST()
185 void* leakedPtr = partitionAlloc(allocator.root(), kTestAllocSize); in TEST()
198 char* ptr1 = reinterpret_cast<char*>(partitionAlloc(allocator.root(), kTestAllocSize)); in TEST()
199 char* ptr2 = reinterpret_cast<char*>(partitionAlloc(allocator.root(), kTestAllocSize)); in TEST()
207 ptr2 = reinterpret_cast<char*>(partitionAlloc(allocator.root(), kTestAllocSize)); in TEST()
212 ptr1 = reinterpret_cast<char*>(partitionAlloc(allocator.root(), kTestAllocSize)); in TEST()
217 char* ptr3 = reinterpret_cast<char*>(partitionAlloc(allocator.root(), kTestAllocSize)); in TEST()
288 (void) partitionAlloc(allocator.root(), kTestAllocSize); in TEST()
[all …]
DPartitionAlloc.h471 ALWAYS_INLINE void* partitionAlloc(PartitionRoot* root, size_t size) in partitionAlloc() function
663 using WTF::partitionAlloc;
/external/chromium_org/third_party/WebKit/Source/platform/text/
DBidiCharacterRun.cpp41 return partitionAlloc(Partitions::getRenderingPartition(), sz); in operator new()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DInlineBox.cpp69 return partitionAlloc(Partitions::getRenderingPartition(), sz); in operator new()
DRenderObject.cpp153 return partitionAlloc(Partitions::getRenderingPartition(), sz); in operator new()
DRenderLayer.cpp1202 return partitionAlloc(Partitions::getRenderingPartition(), sz); in operator new()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DNode.cpp117 return partitionAlloc(Partitions::getObjectModelPartition(), size); in operator new()