Home
last modified time | relevance | path

Searched refs:warning_log (Results 1 – 6 of 6) sorted by relevance

/bionic/libc/bionic/
Dmalloc_limit.cpp118 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()
Dmalloc_common.cpp73 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()
Dmalloc_common.h94 #define warning_log(format, ...) \ macro
Dgwp_asan_wrappers.cpp182 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()
Dmalloc_heapprofd.cpp420 warning_log("%s: heapprofd: could not transition kEphemeralHookInstalled -> " in MallocInitHeapprofdHook()
Dmalloc_common_dynamic.cpp352 warning_log("failed to set atexit cleanup function: %d", ret_value); in FinishInstallHooks()