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

/bionic/libc/bionic/
H A Dmalloc_debug_qemu.cpp250 #define DEBUG_TRACING_ENABLED 0x00000001 macro
256 #define ALL_TRACING_ENABLED (DEBUG_TRACING_ENABLED | \
283 #define debug_LOG_ENABLED ((tracing_flags & DEBUG_TRACING_ENABLED) != 0)
294 if (tracing_flags & DEBUG_TRACING_ENABLED) { \
652 tracing_flags |= DEBUG_TRACING_ENABLED;

Completed in 18 milliseconds