Lines Matching refs:dprintf
588 dprintf(fd, "Total memory: %zu\n", total_memory); in DumpLiveToFile()
589 dprintf(fd, "Allocation records: %zd\n", list.size()); in DumpLiveToFile()
590 dprintf(fd, "Backtrace size: %zu\n", g_debug->config().backtrace_frames()); in DumpLiveToFile()
591 dprintf(fd, "\n"); in DumpLiveToFile()
594 dprintf(fd, "z %d sz %8zu num %zu bt", (info.zygote_child_alloc) ? 1 : 0, info.size, in DumpLiveToFile()
602 dprintf(fd, " %" PRIxPTR, frame_info->frames[i]); in DumpLiveToFile()
605 dprintf(fd, "\n"); in DumpLiveToFile()
607 dprintf(fd, " bt_info"); in DumpLiveToFile()
609 dprintf(fd, " {"); in DumpLiveToFile()
611 dprintf(fd, "\"%s\"", frame.map_info->name().c_str()); in DumpLiveToFile()
613 dprintf(fd, "\"\""); in DumpLiveToFile()
615 dprintf(fd, " %" PRIx64, frame.rel_pc); in DumpLiveToFile()
617 dprintf(fd, " \"\" 0}"); in DumpLiveToFile()
627 dprintf(fd, " \"%s\" %" PRIx64 "}", name, frame.function_offset); in DumpLiveToFile()
631 dprintf(fd, "\n"); in DumpLiveToFile()