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

  /external/chromium_org/third_party/WebKit/Source/wtf/
WTF.h 54 return m_bufferAllocator.root();
59 static PartitionAllocator<4096> m_bufferAllocator;
WTF.cpp 47 PartitionAllocator<4096> Partitions::m_bufferAllocator;
85 m_bufferAllocator.init();
90 m_bufferAllocator.shutdown();

Completed in 4387 milliseconds