Home
last modified time | relevance | path

Searched refs:partitionAllocGeneric (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/wtf/
DPartitionAllocTest.cpp147 void* ptr = partitionAllocGeneric(genericAllocator.root(), size); in CycleGenericFreeCache()
187 void* leakedPtr2 = partitionAllocGeneric(genericAllocator.root(), kTestAllocSize); in TEST()
430 void* ptr = partitionAllocGeneric(genericAllocator.root(), 1); in TEST()
433 ptr = partitionAllocGeneric(genericAllocator.root(), WTF::kGenericMaxBucketed + 1); in TEST()
437 ptr = partitionAllocGeneric(genericAllocator.root(), 1); in TEST()
467 void* reusedPtr = partitionAllocGeneric(genericAllocator.root(), 1); in TEST()
517 void* ptr = partitionAllocGeneric(genericAllocator.root(), 0); in TEST()
524 ptr = partitionAllocGeneric(genericAllocator.root(), size); in TEST()
526 void* ptr2 = partitionAllocGeneric(genericAllocator.root(), size); in TEST()
535 ptr = partitionAllocGeneric(genericAllocator.root(), size); in TEST()
[all …]
DDefaultAllocator.cpp40 return partitionAllocGeneric(Partitions::getBufferPartition(), size); in backingAllocate()
DFastMalloc.cpp74 return partitionAllocGeneric(gPartition.root(), n); in fastMalloc()
DBitVector.cpp83 void* allocation = partitionAllocGeneric(Partitions::getBufferPartition(), size); in create()
DPartitionAlloc.h552 ALWAYS_INLINE void* partitionAllocGeneric(PartitionRootGeneric* root, size_t size) in partitionAllocGeneric() function
665 using WTF::partitionAllocGeneric;
DPartitionAlloc.cpp879 return partitionAllocGeneric(root, newSize); in partitionReallocGeneric()
913 void* ret = partitionAllocGeneric(root, newSize); in partitionReallocGeneric()
/external/chromium_org/third_party/WebKit/Source/wtf/text/
DCString.cpp44 …CStringBuffer* stringBuffer = static_cast<CStringBuffer*>(partitionAllocGeneric(Partitions::getBuf… in createUninitialized()
DStringImpl.cpp265 return partitionAllocGeneric(Partitions::getBufferPartition(), size); in operator new()
299 …StringImpl* string = static_cast<StringImpl*>(partitionAllocGeneric(Partitions::getBufferPartition… in createUninitialized()
315 …StringImpl* string = static_cast<StringImpl*>(partitionAllocGeneric(Partitions::getBufferPartition… in createUninitialized()
383 …StringImpl* impl = static_cast<StringImpl*>(partitionAllocGeneric(Partitions::getBufferPartition()… in createStatic()