OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:disable_allocations
(Results
1 - 2
of
2
) sorted by null
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/support/
count_new.hpp
44
bool
disable_allocations
;
member in class:MemCounter
59
assert(
disable_allocations
== false);
75
assert(
disable_allocations
== false);
91
disable_allocations
= true;
96
disable_allocations
= false;
101
disable_allocations
= false;
238
if (globalMemCounter.
disable_allocations
== true) m_disabled = false;
/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;
273
if (globalMemCounter.
disable_allocations
== true) m_disabled = false;
Completed in 307 milliseconds