Searched refs:error_log (Results 1 – 3 of 3) sorted by relevance
/bionic/libc/bionic/ |
D | malloc_debug_common.cpp | 304 error_log("%s: dlsym(\"%s\") failed", getprogname(), symbol); in InitMallocFunction() 388 error_log("%s: Debug level %d can only be set in emulator\n", in malloc_init_impl() 394 error_log("%s: Memory checking is not enabled in the emulator\n", getprogname()); in malloc_init_impl() 400 error_log("%s: Debug level %d is unknown\n", getprogname(), g_malloc_debug_level); in malloc_init_impl() 407 error_log("%s: Missing module %s required for malloc debug level %d: %s", in malloc_init_impl() 416 error_log("%s: Initialization routine is not found in %s\n", getprogname(), so_name); in malloc_init_impl() 431 error_log("%s: memcheck_initialize routine is not found in %s\n", in malloc_init_impl() 479 error_log("%s: some symbols for libc.debug.malloc level %d were not found (see above)", in malloc_init_impl() 515 error_log("Unable to initialize malloc_debug component."); in malloc_debug_init() 524 error_log("Unable to finalize malloc_debug component."); in malloc_debug_fini()
|
D | malloc_debug_common.h | 117 #define error_log(format, ...) \ macro
|
D | malloc_debug_qemu.cpp | 611 error_log("Unable to open /dev/qemu_trace"); in malloc_debug_initialize() 619 error_log("Unable to mmap /dev/qemu_trace"); in malloc_debug_initialize() 740 error_log("<libc_pid=%03u, pid=%03u>: free(%p) query_info failed.", in qemu_instrumented_free() 826 … error_log("<libc_pid=%03u, pid=%03u> calloc: calloc(%zu(%zu), %zu) (prx=%u, sfx=%u) failed.", in qemu_instrumented_calloc() 876 error_log("<libc_pid=%03u, pid=%03u>: realloc(%p, %zu) query_info failed.", in qemu_instrumented_realloc() 995 error_log("<libc_pid=%03u, pid=%03u> memalign(%zx, %zu): malloc(%zu) failed.", in qemu_instrumented_memalign() 1021 error_log("<libc_pid=%03u, pid=%03u>: malloc_usable_size(%p) query_info failed.", in qemu_instrumented_malloc_usable_size()
|