Searched refs:warning_log (Results 1 – 6 of 6) sorted by relevance
/bionic/libc/bionic/ |
D | malloc_limit.cpp | 118 warning_log("malloc_limit: calloc(%zu, %zu) exceeds limit %" PRId64, n_elements, elem_size, in LimitCalloc() 140 warning_log("malloc_limit: malloc(%zu) exceeds limit %" PRId64, bytes, gAllocLimit); in LimitMalloc() 152 warning_log("malloc_limit: memalign(%zu, %zu) exceeds limit %" PRId64, alignment, bytes, in LimitMemalign() 165 warning_log("malloc_limit: posix_memalign(%zu, %zu) exceeds limit %" PRId64, alignment, size, in LimitPosixMemalign() 185 warning_log("malloc_limit: aligned_alloc(%zu, %zu) exceeds limit %" PRId64, alignment, size, in LimitAlignedAlloc() 201 warning_log("malloc_limit: realloc(%p, %zu) exceeds limit %" PRId64, old_mem, bytes, in LimitRealloc() 234 warning_log("malloc_limit: pvalloc(%zu) exceeds limit %" PRId64, bytes, gAllocLimit); in LimitPvalloc() 246 warning_log("malloc_limit: valloc(%zu) exceeds limit %" PRId64, bytes, gAllocLimit); in LimitValloc()
|
D | malloc_common.cpp | 73 warning_log("calloc(%zu, %zu) failed: returning null pointer", n_elements, elem_size); in calloc() 145 warning_log("malloc(%zu) failed: returning null pointer", bytes); in malloc() 167 warning_log("memalign(%zu, %zu) failed: returning null pointer", alignment, bytes); in memalign() 193 warning_log("aligned_alloc(%zu, %zu) failed: returning null pointer", alignment, size); in aligned_alloc() 206 warning_log("realloc(%p, %zu) failed: returning null pointer", old_mem, bytes); in realloc() 214 warning_log("reallocaray(%p, %zu, %zu) failed: returning null pointer", in reallocarray() 230 warning_log("pvalloc(%zu) failed: returning null pointer", bytes); in pvalloc() 242 warning_log("valloc(%zu) failed: returning null pointer", bytes); in valloc()
|
D | malloc_common.h | 94 #define warning_log(format, ...) \ macro
|
D | gwp_asan_wrappers.cpp | 182 warning_log( in ShouldGwpAsanSampleProcess() 327 warning_log("Invalid GWP-ASan %s: \"%s\". Using default value instead.", descriptive_name, in GetGwpAsanIntegerOption() 356 warning_log( in GetGwpAsanBoolOption()
|
D | malloc_heapprofd.cpp | 420 warning_log("%s: heapprofd: could not transition kEphemeralHookInstalled -> " in MallocInitHeapprofdHook()
|
D | malloc_common_dynamic.cpp | 352 warning_log("failed to set atexit cleanup function: %d", ret_value); in FinishInstallHooks()
|