Searched refs:PRId64 (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() 299 info_log("malloc_limit: Allocation limit enabled, max size %" PRId64 " bytes\n", gAllocLimit); in EnableLimitDispatchTable()
|
D | libc_init_common.cpp | 148 ANDROID_LOG_INFO, "libc", "Armed MTE downgrade timer for %" PRId64 " s", in __libc_init_mte_late()
|
/bionic/libc/include/ |
D | inttypes.h | 54 #define PRId64 __PRI_64_prefix"d" /* int64_t */ macro
|
/bionic/tests/ |
D | system_properties_test.cpp | 621 android::base::StringPrintf("debug.test.%d.%" PRId64 ".property", getpid(), NanoTime()); in TEST() 678 android::base::StringPrintf("debug.test.%d.%" PRId64 ".property", getpid(), NanoTime()); in TEST()
|
/bionic/linker/ |
D | linker.cpp | 1178 …DL_OPEN_ERR("file offset for the library \"%s\" is not page-aligned: %" PRId64, name, file_offset); in load_library() 1182 DL_OPEN_ERR("file offset for the library \"%s\" is negative: %" PRId64, name, file_offset); in load_library() 1192 DL_OPEN_ERR("file offset for the library \"%s\" >= file size: %" PRId64 " >= %" PRId64, in load_library()
|
D | linker_phdr.cpp | 861 DL_ERR("\"%s\" invalid file size: %" PRId64, name_.c_str(), file_size_); in LoadSegments()
|