Searched defs:ScopedDisableDebugCalls (Results 1 - 1 of 1) 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);

Completed in 477 milliseconds