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

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

Completed in 27 milliseconds