Home
last modified time | relevance | path

Searched refs:debug_log (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/core/libcutils/
H A Dashmem-dev.cpp89 static bool debug_log = false; /* set to true for verbose logging and other debug */ variable
156 if (debug_log) { in __has_memfd_support()
177 if (debug_log) { in __has_memfd_support()
352 if (debug_log) { in memfd_create_region()
428 if (!pin_deprecation_warn || debug_log) { in ashmem_pin_region()
444 if (!pin_deprecation_warn || debug_log) { in ashmem_unpin_region()
468 if (debug_log) { in ashmem_get_size_region()
/aosp12/bionic/libc/malloc_debug/
H A Ddebug_log.h36 #define debug_log(format, ...) \ macro