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

  /external/chromium_org/third_party/WebKit/Source/core/platform/
Partitions.h 43 ALWAYS_INLINE static PartitionRoot* getObjectModelPartition() { return &m_objectModelRoot; }
44 ALWAYS_INLINE static PartitionRoot* getRenderingPartition() { return &m_renderingRoot; }
47 static PartitionRoot m_objectModelRoot;
48 static PartitionRoot m_renderingRoot;
Partitions.cpp 37 PartitionRoot Partitions::m_objectModelRoot;
38 PartitionRoot Partitions::m_renderingRoot;
  /external/chromium_org/third_party/WebKit/Source/wtf/
WTF.h 39 struct PartitionRoot;
47 static PartitionRoot m_bufferRoot;
50 ALWAYS_INLINE PartitionRoot* bufferPartition() { return &Partitions::m_bufferRoot; }
WTF.cpp 57 PartitionRoot Partitions::m_bufferRoot;
PartitionAlloc.h 37 // The main difference is that a PartitionRoot object must be supplied to
121 struct PartitionRoot;
142 PartitionRoot* root;
148 struct PartitionRoot {
159 WTF_EXPORT void partitionAllocInit(PartitionRoot*);
160 WTF_EXPORT bool partitionAllocShutdown(PartitionRoot*);
164 WTF_EXPORT NEVER_INLINE void* partitionReallocGeneric(PartitionRoot*, void*, size_t, size_t);
180 PartitionRoot* root = bucket->root;
207 ALWAYS_INLINE void* partitionAlloc(PartitionRoot* root, size_t size)
255 ALWAYS_INLINE void* partitionAllocGeneric(PartitionRoot* root, size_t size
    [all...]
PartitionAlloc.cpp 45 void partitionAllocInit(PartitionRoot* root)
113 bool partitionAllocShutdown(PartitionRoot* root)
147 static ALWAYS_INLINE PartitionPageHeader* partitionAllocPage(PartitionRoot* root)
327 void* partitionReallocGeneric(PartitionRoot* root, void* ptr, size_t oldSize, size_t newSize)
359 void partitionDumpStats(const PartitionRoot& root)
PartitionAllocTest.cpp 53 static PartitionRoot root;

Completed in 172 milliseconds