Lines Matching refs:dprintf
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()
595 dprintf(fd, "\"\""); in DumpLiveToFile()
597 dprintf(fd, " %" PRIx64, frame.rel_pc); in DumpLiveToFile()
599 dprintf(fd, " \"\" 0}"); in DumpLiveToFile()
609 dprintf(fd, " \"%s\" %" PRIx64 "}", name, frame.function_offset); in DumpLiveToFile()
613 dprintf(fd, "\n"); in DumpLiveToFile()