/bionic/libc/malloc_debug/ |
D | PointerData.cpp | 570 dprintf(fd, "Total memory: %zu\n", total_memory); in DumpLiveToFile() 571 dprintf(fd, "Allocation records: %zd\n", list.size()); in DumpLiveToFile() 572 dprintf(fd, "Backtrace size: %zu\n", g_debug->config().backtrace_frames()); in DumpLiveToFile() 573 dprintf(fd, "\n"); in DumpLiveToFile() 576 dprintf(fd, "z %d sz %8zu num %zu bt", (info.zygote_child_alloc) ? 1 : 0, info.size, in DumpLiveToFile() 584 dprintf(fd, " %" PRIxPTR, frame_info->frames[i]); in DumpLiveToFile() 587 dprintf(fd, "\n"); in DumpLiveToFile() 589 dprintf(fd, " bt_info"); in DumpLiveToFile() 591 dprintf(fd, " {"); in DumpLiveToFile() 593 dprintf(fd, "\"%s\"", frame.map_info->name().c_str()); in DumpLiveToFile() [all …]
|
D | malloc_debug.cpp | 963 dprintf(fd, "Android Native Heap Dump v1.2\n\n"); in write_dump() 966 dprintf(fd, "Build fingerprint: '%s'\n\n", fingerprint.c_str()); in write_dump() 970 dprintf(fd, "MAPS\n"); in write_dump() 973 dprintf(fd, "Could not open /proc/self/maps\n"); in write_dump() 975 dprintf(fd, "%s", content.c_str()); in write_dump() 977 dprintf(fd, "END\n"); in write_dump()
|
/bionic/libc/private/ |
D | MallocXmlElem.h | 30 dprintf(fd_, "<%s", name_); in fd_() 42 dprintf(fd_, "</%s>", name_); in ~MallocXmlElem()
|
/bionic/libc/bionic/ |
D | execinfo.cpp | 178 dprintf(fd, "(%s+0x%" PRIxPTR ") ", info.dli_sname, in backtrace_symbols_fd() 181 dprintf(fd, "(+%p) ", info.dli_saddr); in backtrace_symbols_fd() 185 dprintf(fd, "[%p]\n", address); in backtrace_symbols_fd()
|
/bionic/libc/include/ |
D | stdio.h | 140 int dprintf(int __fd, const char* __fmt, ...) __printflike(2, 3) __INTRODUCED_IN(21); 150 int dprintf(int __fd, const char* __fmt, ...) __RENAME(fdprintf) __printflike(2, 3);
|
/bionic/tests/ |
D | clang_fortify_tests.cpp | 311 dprintf(some_fd, "%d", unsigned_value); in testFormatStrings() 313 dprintf(some_fd, unknown_string, unsigned_value); in testFormatStrings()
|
D | stdio_test.cpp | 142 TEST(STDIO_TEST, dprintf) { in TEST() argument 145 int rc = dprintf(tf.fd, "hello\n"); in TEST()
|
/bionic/tests/headers/posix/ |
D | stdio_h.c | 80 FUNCTION(dprintf, int (*f)(int, const char*, ...)); in stdio_h()
|
/bionic/libc/tools/ |
D | posix-2013.txt | 185 dprintf
|
/bionic/benchmarks/linker_relocation/gen/ |
D | liblinker_reloc_bench_069.S | 258 CALL(dprintf)
|
D | liblinker_reloc_bench_091.S | 1355 CALL(dprintf)
|
D | liblinker_reloc_bench_020.S | 256 CALL(dprintf)
|
D | liblinker_reloc_bench_029.S | 2152 CALL(dprintf)
|
D | liblinker_reloc_bench_102.S | 937 CALL(dprintf)
|
D | liblinker_reloc_bench_103.S | 2358 CALL(dprintf)
|
D | liblinker_reloc_bench_068.S | 5292 CALL(dprintf)
|
D | liblinker_reloc_bench_030.S | 18318 CALL(dprintf)
|
/bionic/libc/stdio/ |
D | stdio.cpp | 744 int dprintf(int fd, const char* fmt, ...) { in dprintf() function
|
/bionic/docs/ |
D | status.md | 201 * <stdio.h> `dprintf`, `vdprintf`.
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 297 dprintf; # introduced=21
|
/bionic/libc/ |
D | libc.map.txt | 297 dprintf; # introduced=21
|