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

/bionic/libc/malloc_debug/
H A Ddebug_disable.h44 class ScopedDisableDebugCalls { class
46 ScopedDisableDebugCalls() : disabled_(DebugCallsDisabled()) { function in class:ScopedDisableDebugCalls
51 ~ScopedDisableDebugCalls() {
60 DISALLOW_COPY_AND_ASSIGN(ScopedDisableDebugCalls);
H A Dmalloc_debug.cpp249 ScopedDisableDebugCalls disable;
268 ScopedDisableDebugCalls disable;
301 ScopedDisableDebugCalls disable;
364 ScopedDisableDebugCalls disable;
439 ScopedDisableDebugCalls disable;
456 ScopedDisableDebugCalls disable;
534 ScopedDisableDebugCalls disable;
652 ScopedDisableDebugCalls disable;
767 ScopedDisableDebugCalls disable;
802 ScopedDisableDebugCalls disabl
[all...]
H A DRecordData.cpp106 ScopedDisableDebugCalls disable;

Completed in 85 milliseconds