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

  /external/chromium_org/third_party/WebKit/Source/platform/
Partitions.cpp 37 SizeSpecificPartitionAllocator<1024> Partitions::m_renderingAllocator;
42 m_renderingAllocator.init();
50 (void) m_renderingAllocator.shutdown();
Partitions.h 45 ALWAYS_INLINE static PartitionRoot* getRenderingPartition() { return m_renderingAllocator.root(); }
54 static SizeSpecificPartitionAllocator<1024> m_renderingAllocator;

Completed in 52 milliseconds