Home
last modified time | relevance | path

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

/glibc-2.36/malloc/
Dmemusage.c61 idx_mremap, enumerator
725 catomic_increment (&calls[idx_mremap]); in mremap()
729 catomic_add (&total[idx_mremap], len - old_len); in mremap()
743 catomic_increment (&failed[idx_mremap]); in mremap()
895 (unsigned long int) calls[idx_mremap], in dest()
896 (unsigned long long int) total[idx_mremap], in dest()
897 failed[idx_mremap] ? "\e[01;41m" : "", in dest()
898 (unsigned long int) failed[idx_mremap], in dest()