Searched refs:PartitionRoot (Results 1 – 3 of 3) sorted by relevance
44 …ALWAYS_INLINE static PartitionRoot* getObjectModelPartition() { return m_objectModelAllocator.root… in getObjectModelPartition()45 …ALWAYS_INLINE static PartitionRoot* getRenderingPartition() { return m_renderingAllocator.root(); } in getRenderingPartition()
278 struct PartitionRoot : public PartitionRootBase { struct303 WTF_EXPORT void partitionAllocInit(PartitionRoot*, size_t numBuckets, size_t maxAllocation); argument304 WTF_EXPORT bool partitionAllocShutdown(PartitionRoot*);313 WTF_EXPORT void partitionDumpStats(const PartitionRoot&);471 ALWAYS_INLINE void* partitionAlloc(PartitionRoot* root, size_t size) in partitionAlloc()641 ALWAYS_INLINE PartitionRoot* root() { return &m_partitionRoot; } in root()643 PartitionRoot m_partitionRoot;660 using WTF::PartitionRoot;
138 void partitionAllocInit(PartitionRoot* root, size_t numBuckets, size_t maxAllocation) in partitionAllocInit()275 bool partitionAllocShutdown(PartitionRoot* root) in partitionAllocShutdown()926 void partitionDumpStats(const PartitionRoot& root) in partitionDumpStats()