Lines Matching refs:CGETS

219 	xprintf(CGETS(19, 1, "nbytes=%zu: Out of memory\n"), nbytes);  in malloc()
319 CGETS(19, 2, "free(%p) called before any allocations."), cp); in free()
321 CGETS(19, 3, "free(%p) above top of memory."), cp); in free()
323 CGETS(19, 4, "free(%p) below bottom of memory."), cp); in free()
326 CGETS(19, 5, "free(%p) bad block."), cp); in free()
331 CGETS(19, 6, "free(%p) bad range check."), cp); in free()
334 CGETS(19, 7, "free(%p) bad block index."), cp); in free()
615 xprintf(CGETS(19, 8, "%s current memory allocation:\nfree:\t"), progname); in showall()
622 xprintf("\n%s:\t", CGETS(19, 9, "used")); 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()