Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/
DPartitions.h44 …ALWAYS_INLINE static PartitionRoot* getObjectModelPartition() { return m_objectModelAllocator.root… in getObjectModelPartition()
45 …ALWAYS_INLINE static PartitionRoot* getRenderingPartition() { return m_renderingAllocator.root(); } in getRenderingPartition()
/external/chromium_org/third_party/WebKit/Source/wtf/
DPartitionAlloc.h278 struct PartitionRoot : public PartitionRootBase { struct
303 WTF_EXPORT void partitionAllocInit(PartitionRoot*, size_t numBuckets, size_t maxAllocation); argument
304 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;
DPartitionAlloc.cpp138 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()