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

  /external/chromium_org/third_party/WebKit/Source/platform/heap/
Heap.cpp 861 return !ownsNonEmptyAllocationArea();
867 if (ownsNonEmptyAllocationArea())
    [all...]
Heap.h 849 bool ownsNonEmptyAllocationArea() const { return currentAllocationPoint() && remainingAllocationSize(); }
    [all...]

Completed in 49 milliseconds