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

  /external/chromium_org/third_party/WebKit/Source/wtf/
DefaultAllocator.h 106 static bool isAllocationAllowed() { return true; }
Vector.h     [all...]
HashTable.h 515 // isAllocationAllowed check should be at the last because it's
519 && Allocator::isAllocationAllowed();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/heap/
ThreadState.h 381 bool isAllocationAllowed() const { return !isAtSafePoint() && !m_noAllocationCount; }
Heap.h     [all...]
HeapTest.cpp     [all...]

Completed in 449 milliseconds