Lines Matching refs:histogram
80 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()
919 percent = (histogram[cnt / 16] * 100) / calls_total; in dest()
921 (unsigned long int) histogram[cnt / 16]); in dest()
929 percent = (histogram[cnt / 16] * 50) / maxcalls; in dest()