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

/bionic/libc/malloc_debug/
H A Ddebug_disable.h45 class ScopedDisableDebugCalls { class
47 ScopedDisableDebugCalls() : disabled_(DebugCallsDisabled()) { function in class:ScopedDisableDebugCalls
52 ~ScopedDisableDebugCalls() {
61 DISALLOW_COPY_AND_ASSIGN(ScopedDisableDebugCalls);

Completed in 41 milliseconds