Home
last modified time | relevance | path

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

/glibc-2.36/malloc/
Dmemusage.c80 static unsigned long int histogram[65536 / 16]; variable
372 catomic_increment (&histogram[len / 16]); in malloc()
460 catomic_increment (&histogram[len / 16]); in realloc()
518 catomic_increment (&histogram[size / 16]); in calloc()
624 catomic_increment (&histogram[len / 16]); in mmap()
677 catomic_increment (&histogram[len / 16]); in mmap64()
735 catomic_increment (&histogram[len / 16]); in mremap()
912 if (histogram[cnt / 16] > maxcalls) in dest()
913 maxcalls = histogram[cnt / 16]; in dest()
917 if (histogram[cnt / 16] != 0) in dest()
[all …]
/glibc-2.36/ChangeLog.old/
DChangeLog.74534 to write a current histogram without interfering with ongoing