Home
last modified time | relevance | path

Searched refs:disable_allocations (Results 1 – 1 of 1) sorted by relevance

/external/libcxx/test/support/
Dcount_new.hpp35 bool disable_allocations; member in MemCounter
50 assert(disable_allocations == false); in newCalled()
66 assert(disable_allocations == false); in newArrayCalled()
82 disable_allocations = true; in disableAllocations()
87 disable_allocations = false; in enableAllocations()
92 disable_allocations = false; in reset()
229 if (globalMemCounter.disable_allocations == true) m_disabled = false; in DisableAllocationGuard()