Home
last modified time | relevance | path

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

/glibc-2.36/malloc/
Dmemusage.c54 idx_malloc = 0, enumerator
365 catomic_increment (&calls[idx_malloc]); in malloc()
367 catomic_add (&total[idx_malloc], len); in malloc()
382 catomic_increment (&failed[idx_malloc]); in malloc()
858 (unsigned long int) calls[idx_malloc], in dest()
859 (unsigned long long int) total[idx_malloc], in dest()
860 failed[idx_malloc] ? "\e[01;41m" : "", in dest()
861 (unsigned long int) failed[idx_malloc], in dest()