Lines Matching refs:xprintf
163 xprintf(str, p); \
164 xprintf(" (memtop = %p membot = %p)\n", memtop, membot); \
170 xprintf(str, p); \
171 xprintf(" (memtop = %p membot = %p)\n", memtop, membot); \
219 xprintf(CGETS(19, 1, "nbytes=%zu: Out of memory\n"), nbytes); in malloc()
615 xprintf(CGETS(19, 8, "%s current memory allocation:\nfree:\t"), progname); in showall()
619 xprintf(" %4zd", j); in showall()
622 xprintf("\n%s:\t", CGETS(19, 9, "used")); in showall()
624 xprintf(" %4d", nmalloc[i]); in showall()
627 xprintf(CGETS(19, 10, "\n\tTotal in use: %d, total free: %d\n"), in showall()
629 xprintf(CGETS(19, 11, in showall()
638 xprintf(CGETS(19, 12, "Allocated memory from 0x%lx to 0x%lx (%ld).\n"), in showall()
645 xprintf(CGETS(19, 13, "%s current memory allocation:\n"), progname); in showall()
646 xprintf(CGETS(19, 14, "Total space allocated from system: %d\n"), mi.arena); in showall()
647 xprintf(CGETS(19, 15, "Number of non-inuse chunks: %d\n"), mi.ordblks); in showall()
648 xprintf(CGETS(19, 16, "Number of mmapped regions: %d\n"), mi.hblks); in showall()
649 xprintf(CGETS(19, 17, "Total space in mmapped regions: %d\n"), mi.hblkhd); in showall()
650 xprintf(CGETS(19, 18, "Total allocated space: %d\n"), mi.uordblks); in showall()
651 xprintf(CGETS(19, 19, "Total non-inuse space: %d\n"), mi.fordblks); in showall()
652 xprintf(CGETS(19, 20, "Top-most, releasable space: %d\n"), mi.keepcost); in showall()