Searched refs:PartitionRoot (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/
H A DPartitions.h44 ALWAYS_INLINE static PartitionRoot* getObjectModelPartition() { return m_objectModelAllocator.root(); }
45 ALWAYS_INLINE static PartitionRoot* getRenderingPartition() { return m_renderingAllocator.root(); }
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DPartitionAlloc.h38 // The main difference is that a PartitionRoot / PartitionRootGeneric object
45 // THE ONLY LEGITIMATE WAY TO OBTAIN A PartitionRoot IS THROUGH THE
277 // Never instantiate a PartitionRoot directly, instead use PartitionAlloc.
278 struct PartitionRoot : public PartitionRootBase { struct in namespace:WTF
303 WTF_EXPORT void partitionAllocInit(PartitionRoot*, size_t numBuckets, size_t maxAllocation);
304 WTF_EXPORT bool partitionAllocShutdown(PartitionRoot*);
313 WTF_EXPORT void partitionDumpStats(const PartitionRoot&);
471 ALWAYS_INLINE void* partitionAlloc(PartitionRoot* root, size_t size)
641 ALWAYS_INLINE PartitionRoot* root() { return &m_partitionRoot; }
643 PartitionRoot m_partitionRoo
[all...]
H A DPartitionAlloc.cpp138 void partitionAllocInit(PartitionRoot* root, size_t numBuckets, size_t maxAllocation)
275 bool partitionAllocShutdown(PartitionRoot* root)
926 void partitionDumpStats(const PartitionRoot& root)

Completed in 876 milliseconds