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

/external/libcxx/test/support/
H A Dcount_new.hpp52 bool disable_allocations; member in class:MemCounter
72 assert(disable_allocations == false);
94 assert(disable_allocations == false);
116 disable_allocations = true;
121 disable_allocations = false;
127 disable_allocations = false;
278 if (globalMemCounter.disable_allocations == true) m_disabled = false;

Completed in 130 milliseconds