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

  /external/chromium_org/third_party/WebKit/Source/platform/heap/
Heap.h 387 class FreeListEntry : public HeapObjectHeader {
390 explicit FreeListEntry(size_t size)
407 void unlink(FreeListEntry** prevNext)
414 void link(FreeListEntry** prevNext)
437 FreeListEntry* m_next;
766 // Returns a bucket number for inserting a FreeListEntry of a
877 FreeListEntry* m_freeLists[blinkPageSizeLog2];
    [all...]
Heap.cpp 535 FreeListEntry* entry = m_freeLists[i];
604 FreeListEntry* entry;
613 entry = new (NotNull, address) FreeListEntry(size);
    [all...]

Completed in 75 milliseconds