Searched defs:isAllocationAllowed (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/wtf/
H A DDefaultAllocator.h106 static bool isAllocationAllowed() { return true; } function in class:WTF::DefaultAllocator
/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DThreadState.h381 bool isAllocationAllowed() const { return !isAtSafePoint() && !m_noAllocationCount; } function in class:blink::ThreadState

Completed in 57 milliseconds