Searched refs:info_log (Results 1 – 7 of 7) sorted by relevance
/bionic/libc/malloc_debug/ |
D | debug_log.h | 41 #define info_log(format, ...) \ macro
|
D | RecordData.cpp | 185 info_log("%s: Run: 'kill -%d %d' to dump the allocation records.", getprogname(), in Initialize()
|
D | PointerData.cpp | 110 info_log("%s: Run: 'kill -%d %d' to enable backtracing.", getprogname(), in Initialize() 124 info_log("%s: Run: 'kill -%d %d' to dump the backtrace.", getprogname(), in Initialize()
|
D | malloc_debug.cpp | 329 info_log("%s: malloc debug enabled", getprogname()); in debug_initialize()
|
/bionic/libc/bionic/ |
D | malloc_common.h | 92 #define info_log(format, ...) \ macro
|
D | heap_tagging.cpp | 124 info_log("SetHeapTaggingLevel: tag level set to %d", tag_level); in SetHeapTaggingLevel()
|
D | malloc_limit.cpp | 298 info_log("malloc_limit: Allocation limit enabled, max size %" PRId64 " bytes\n", gAllocLimit); in EnableLimitDispatchTable()
|