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

  /external/libcxx/test/support/
count_new.hpp 52 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;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/support/
count_new.hpp 52 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 211 milliseconds