HomeSort by relevance Sort by last modified time
    Searched refs:partitionAlloc (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
BidiRun.cpp 41 return partitionAlloc(Partitions::getRenderingPartition(), sz);
LayoutState.cpp 166 return partitionAlloc(Partitions::getRenderingPartition(), sz);
InlineBox.cpp 73 return partitionAlloc(Partitions::getRenderingPartition(), sz);
RenderObject.cpp 128 return partitionAlloc(Partitions::getRenderingPartition(), sz);
    [all...]
RenderLayer.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/wtf/
PartitionAllocTest.cpp 32 #include "wtf/PartitionAlloc.h"
84 void* ptr = partitionAlloc(&root, size);
125 void* ptr = partitionAlloc(&root, kTestAllocSize);
142 void* leakedPtr = partitionAlloc(&root, kTestAllocSize);
151 char* ptr1 = reinterpret_cast<char*>(partitionAlloc(&root, kTestAllocSize));
152 char* ptr2 = reinterpret_cast<char*>(partitionAlloc(&root, kTestAllocSize));
160 ptr2 = reinterpret_cast<char*>(partitionAlloc(&root, kTestAllocSize));
165 ptr1 = reinterpret_cast<char*>(partitionAlloc(&root, kTestAllocSize));
170 char* ptr3 = reinterpret_cast<char*>(partitionAlloc(&root, kTestAllocSize));
246 char* newPtr = reinterpret_cast<char*>(partitionAlloc(&root, kTestAllocSize))
    [all...]
PartitionAlloc.h 35 // partitionAlloc() and partitionFree() are approximately analagous
38 // partitionAlloc(), representing a specific "heap partition" that will
207 ALWAYS_INLINE void* partitionAlloc(PartitionRoot* root, size_t size)
263 void* ret = partitionAlloc(root, size);
293 using WTF::partitionAlloc;
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Node.cpp 103 return partitionAlloc(Partitions::getObjectModelPartition(), size);
    [all...]

Completed in 245 milliseconds