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

  /external/chromium_org/third_party/WebKit/Source/platform/heap/
Heap.h 828 class PagePoolEntry {
830 PagePoolEntry(PageMemory* storage, PagePoolEntry* next)
836 PagePoolEntry* next() { return m_next; }
840 PagePoolEntry* m_next;
881 PagePoolEntry* m_pagePool;
    [all...]
Heap.cpp 707 while (PagePoolEntry* entry = m_pagePool) {
727 PagePoolEntry* entry = new PagePoolEntry(storage, m_pagePool);
    [all...]

Completed in 167 milliseconds