Searched refs:getBufferPartition (Results 1 - 7 of 7) sorted by path

/external/chromium_org/third_party/WebKit/Source/wtf/
H A DArrayBufferContents.cpp110 data = partitionAllocGenericFlags(WTF::Partitions::getBufferPartition(), PartitionAllocReturnNull, size);
117 partitionFreeGeneric(WTF::Partitions::getBufferPartition(), data);
H A DBitVector.cpp83 void* allocation = partitionAllocGeneric(Partitions::getBufferPartition(), size);
90 partitionFreeGeneric(Partitions::getBufferPartition(), outOfLineBits);
H A DDefaultAllocator.cpp40 return partitionAllocGeneric(Partitions::getBufferPartition(), size);
45 partitionFreeGeneric(Partitions::getBufferPartition(), address);
H A DDefaultAllocator.h55 return partitionAllocActualSize(Partitions::getBufferPartition(), count * sizeof(T));
H A DWTF.h50 static ALWAYS_INLINE PartitionRootGeneric* getBufferPartition() function in class:WTF::Partitions
/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DCString.cpp44 CStringBuffer* stringBuffer = static_cast<CStringBuffer*>(partitionAllocGeneric(Partitions::getBufferPartition(), size));
50 partitionFreeGeneric(Partitions::getBufferPartition(), ptr);
H A DStringImpl.cpp265 return partitionAllocGeneric(Partitions::getBufferPartition(), size);
270 partitionFreeGeneric(Partitions::getBufferPartition(), ptr);
299 StringImpl* string = static_cast<StringImpl*>(partitionAllocGeneric(Partitions::getBufferPartition(), allocationSize<LChar>(length)));
315 StringImpl* string = static_cast<StringImpl*>(partitionAllocGeneric(Partitions::getBufferPartition(), allocationSize<UChar>(length)));
332 StringImpl* string = static_cast<StringImpl*>(partitionReallocGeneric(Partitions::getBufferPartition(), originalString.leakRef(), size));
383 StringImpl* impl = static_cast<StringImpl*>(partitionAllocGeneric(Partitions::getBufferPartition(), size));

Completed in 476 milliseconds