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

/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...]

Completed in 851 milliseconds