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

/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DThreadState.h381 bool isAllocationAllowed() const { return !isAtSafePoint() && !m_noAllocationCount; }
382 void enterNoAllocationScope() { m_noAllocationCount++; }
383 void leaveNoAllocationScope() { m_noAllocationCount--; }
703 size_t m_noAllocationCount; member in class:blink::ThreadState

Completed in 103 milliseconds