Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/wtf/
DDefaultAllocator.cpp40 return partitionAllocGeneric(Partitions::getBufferPartition(), size); in backingAllocate()
45 partitionFreeGeneric(Partitions::getBufferPartition(), address); in backingFree()
DArrayBufferContents.cpp110 …data = partitionAllocGenericFlags(WTF::Partitions::getBufferPartition(), PartitionAllocReturnNull,… in allocateMemory()
117 partitionFreeGeneric(WTF::Partitions::getBufferPartition(), data); in freeMemory()
DBitVector.cpp83 void* allocation = partitionAllocGeneric(Partitions::getBufferPartition(), size); in create()
90 partitionFreeGeneric(Partitions::getBufferPartition(), outOfLineBits); in destroy()
DWTF.h50 static ALWAYS_INLINE PartitionRootGeneric* getBufferPartition() in getBufferPartition() function
DDefaultAllocator.h55 return partitionAllocActualSize(Partitions::getBufferPartition(), count * sizeof(T)); in quantizedSize()
/external/chromium_org/third_party/WebKit/Source/wtf/text/
DCString.cpp44 …uffer = static_cast<CStringBuffer*>(partitionAllocGeneric(Partitions::getBufferPartition(), size)); in createUninitialized()
50 partitionFreeGeneric(Partitions::getBufferPartition(), ptr); in operator delete()
DStringImpl.cpp265 return partitionAllocGeneric(Partitions::getBufferPartition(), size); in operator new()
270 partitionFreeGeneric(Partitions::getBufferPartition(), ptr); in operator delete()
299 …tring = static_cast<StringImpl*>(partitionAllocGeneric(Partitions::getBufferPartition(), allocatio… in createUninitialized()
315 …tring = static_cast<StringImpl*>(partitionAllocGeneric(Partitions::getBufferPartition(), allocatio… in createUninitialized()
332 …ing = static_cast<StringImpl*>(partitionReallocGeneric(Partitions::getBufferPartition(), originalS… in reallocate()
383 …pl* impl = static_cast<StringImpl*>(partitionAllocGeneric(Partitions::getBufferPartition(), size)); in createStatic()