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

  /external/chromium_org/third_party/WebKit/Source/platform/heap/
Heap.cpp 540 ASSERT(currentAllocationPoint() && remainingAllocationSize() >= minSize);
556 addToFreeList(currentAllocationPoint(), remainingAllocationSize());
868 addToFreeList(currentAllocationPoint(), remainingAllocationSize());
    [all...]
Heap.h 847 Address currentAllocationPoint() const { return m_currentAllocationPoint; }
849 bool ownsNonEmptyAllocationArea() const { return currentAllocationPoint() && remainingAllocationSize(); }
    [all...]

Completed in 173 milliseconds