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

  /external/chromium_org/third_party/WebKit/Source/wtf/
DefaultAllocator.h 106 static bool isAllocationAllowed() { return true; }
  /external/chromium_org/third_party/WebKit/Source/platform/heap/
ThreadState.h 381 bool isAllocationAllowed() const { return !isAtSafePoint() && !m_noAllocationCount; }

Completed in 65 milliseconds