Home
last modified time | relevance | path

Searched refs:uordblks (Results 1 – 6 of 6) sorted by relevance

/picolibc-latest/test/
Dmalloc_stress.c145 if (info.uordblks < in_use) { in check_malloc()
146 printf("expected at least %zu in use (%zu)\n", in_use, info.uordblks); in check_malloc()
149 if (in_use == 0 && info.uordblks != 0) { in check_malloc()
150 printf("expected all free but %zu still reported in use\n", info.uordblks); in check_malloc()
/picolibc-latest/newlib/libc/stdlib/
Dnano-malloc-stats.c42 (long) current_mallinfo.uordblks); in malloc_stats()
Dnano-mallinfo.c61 current_mallinfo.uordblks = total_size - free_size; in mallinfo()
Dmallocr.c2996 current_mallinfo.uordblks = sbrked_mem - avail; in malloc_update_mallinfo()
3055 (unsigned int)(local_mallinfo.uordblks + local_mmapped_mem)); in malloc_stats()
3060 (unsigned int)local_mallinfo.uordblks); in malloc_stats()
/picolibc-latest/newlib/libc/include/
Dmalloc.h61 size_t uordblks; /* total allocated space */ member
/picolibc-latest/newlib/libc/machine/xstormy16/
Dtiny-malloc.c562 r.uordblks = total_size - free_size; in mallinfo()
586 fprintf (fp, "and %u bytes are in use.\n", i.uordblks); in malloc_stats()