Searched refs:fordblks (Results 1 – 5 of 5) sorted by relevance
60 current_mallinfo.fordblks = free_size; in mallinfo()
2997 current_mallinfo.fordblks = avail; in malloc_update_mallinfo()
62 size_t fordblks; /* total non-inuse space */ member
137 if (info.arena < info.fordblks + in_use) { in check_malloc()138 printf("non-free bytes in arena %zu free %zu\n", info.arena, info.fordblks); in check_malloc()
561 r.fordblks = free_size; in mallinfo()583 i.fordblks, i.ordblks); in malloc_stats()