Searched refs:uordblks (Results 1 – 5 of 5) sorted by relevance
144 if (info.uordblks < in_use) { in check_malloc()145 printf("expected at least %zu in use (%zu)\n", in_use, info.uordblks); in check_malloc()148 if (in_use == 0 && info.uordblks != 0) { in check_malloc()149 printf("expected all free but %zu still reported in use\n", info.uordblks); in check_malloc()
63 size_t uordblks; /* total allocated space */ member
560 r.uordblks = total_size - free_size; in mallinfo()584 fprintf (fp, "and %u bytes are in use.\n", i.uordblks); in malloc_stats()
676 current_mallinfo.uordblks = total_size - free_size; in mallinfo()695 (long) current_mallinfo.uordblks); in malloc_stats()
706 int uordblks; /* total allocated space */ member3436 current_mallinfo.uordblks = sbrked_mem - avail; in malloc_update_mallinfo()3506 (unsigned int)(local_mallinfo.uordblks + local_mmapped_mem)); in malloc_stats()3511 (unsigned int)local_mallinfo.uordblks); in malloc_stats()