Searched refs:total_size (Results 1 – 2 of 2) sorted by relevance
37 size_t total_size; in mallinfo() local43 if (__malloc_sbrk_start == NULL) total_size = 0; in mallinfo()48 total_size = (size_t)-1; in mallinfo()50 total_size = (size_t) (sbrk_now - __malloc_sbrk_start); in mallinfo()59 current_mallinfo.arena = total_size; in mallinfo()61 current_mallinfo.uordblks = total_size - free_size; in mallinfo()
527 size_t total_size; in mallinfo() local551 total_size = (char *)__malloc_end - (char *)&__malloc_start; in mallinfo()553 total_size = (char *)&__malloc_start - (char *)__malloc_end; in mallinfo()560 r.arena = total_size; in mallinfo()562 r.uordblks = total_size - free_size; in mallinfo()