Searched refs:info_log (Results 1 – 6 of 6) 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 | 109 info_log("%s: Run: 'kill -%d %d' to enable backtracing.", getprogname(), in Initialize() 123 info_log("%s: Run: 'kill -%d %d' to dump the backtrace.", getprogname(), in Initialize()
|
D | malloc_debug.cpp | 284 info_log("%s: malloc debug enabled", getprogname()); in debug_initialize()
|
/bionic/libc/bionic/ |
D | malloc_common.h | 87 #define info_log(format, ...) \ macro
|
D | malloc_limit.cpp | 296 info_log("malloc_limit: Allocation limit enabled, max size %" PRId64 " bytes\n", gAllocLimit); in EnableLimitDispatchTable()
|