/external/chromium_org/third_party/WebKit/Source/platform/ |
Partitions.cpp | 32 #include "platform/Partitions.h" 36 SizeSpecificPartitionAllocator<3072> Partitions::m_objectModelAllocator; 37 SizeSpecificPartitionAllocator<1024> Partitions::m_renderingAllocator; 39 void Partitions::init() 45 void Partitions::shutdown() 49 // the valgrind and heapcheck bots, which run without partitions.
|
Partitions.h | 39 class PLATFORM_EXPORT Partitions {
|
blink_platform.target.darwin-arm.mk | 71 third_party/WebKit/Source/platform/Partitions.cpp \ [all...] |
blink_platform.target.darwin-arm64.mk | 70 third_party/WebKit/Source/platform/Partitions.cpp \ [all...] |
blink_platform.target.darwin-mips.mk | 70 third_party/WebKit/Source/platform/Partitions.cpp \ [all...] |
blink_platform.target.darwin-mips64.mk | 70 third_party/WebKit/Source/platform/Partitions.cpp \ [all...] |
blink_platform.target.darwin-x86.mk | 70 third_party/WebKit/Source/platform/Partitions.cpp \ [all...] |
blink_platform.target.darwin-x86_64.mk | 70 third_party/WebKit/Source/platform/Partitions.cpp \ [all...] |
blink_platform.target.linux-arm.mk | 71 third_party/WebKit/Source/platform/Partitions.cpp \ [all...] |
blink_platform.target.linux-arm64.mk | 70 third_party/WebKit/Source/platform/Partitions.cpp \ [all...] |
/external/chromium_org/third_party/WebKit/Source/wtf/ |
WTF.cpp | 43 bool Partitions::s_initialized; 44 PartitionAllocatorGeneric Partitions::m_bufferAllocator; 53 Partitions::initialize(); 64 Partitions::shutdown(); 72 void Partitions::initialize() 84 void Partitions::shutdown()
|
DefaultAllocator.cpp | 40 return partitionAllocGeneric(Partitions::getBufferPartition(), size); 45 partitionFreeGeneric(Partitions::getBufferPartition(), address);
|
WTF.h | 46 class WTF_EXPORT Partitions {
|
ArrayBufferContents.cpp | 110 data = partitionAllocGenericFlags(WTF::Partitions::getBufferPartition(), PartitionAllocReturnNull, size); 117 partitionFreeGeneric(WTF::Partitions::getBufferPartition(), data);
|
BitVector.cpp | 83 void* allocation = partitionAllocGeneric(Partitions::getBufferPartition(), size); 90 partitionFreeGeneric(Partitions::getBufferPartition(), outOfLineBits);
|
DefaultAllocator.h | 55 return partitionAllocActualSize(Partitions::getBufferPartition(), count * sizeof(T));
|
/external/chromium_org/third_party/WebKit/Source/platform/text/ |
BidiCharacterRun.cpp | 27 #include "platform/Partitions.h" 41 return partitionAlloc(Partitions::getRenderingPartition(), sz);
|
/external/chromium_org/third_party/WebKit/Source/core/ |
Init.cpp | 55 #include "platform/Partitions.h" 99 Partitions::init(); 126 Partitions::shutdown();
|
/external/chromium_org/third_party/WebKit/Source/platform/testing/ |
RunAllTests.cpp | 34 #include "platform/Partitions.h" 64 blink::Partitions::init(); 67 blink::Partitions::shutdown();
|
/external/chromium_org/third_party/WebKit/Source/wtf/text/ |
CString.cpp | 44 CStringBuffer* stringBuffer = static_cast<CStringBuffer*>(partitionAllocGeneric(Partitions::getBufferPartition(), size)); 50 partitionFreeGeneric(Partitions::getBufferPartition(), ptr);
|
StringImpl.cpp | 265 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)); [all...] |
/bionic/libc/kernel/uapi/mtd/ |
inftl-user.h | 92 struct INFTLPartition Partitions[4];
|
/external/kernel-headers/original/uapi/mtd/ |
inftl-user.h | 81 struct INFTLPartition Partitions[4];
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
InlineBox.cpp | 29 #include "platform/Partitions.h" 69 return partitionAlloc(Partitions::getRenderingPartition(), sz);
|
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/ |
V8GCController.cpp | 52 #include "platform/Partitions.h" 466 size_t currentUsage = Partitions::currentDOMMemoryUsage();
|