Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/perl/
H A Dmalloc.c913 static u_int nmalloc[NBUCKETS]; variable
1455 nmalloc[bucket]--; in get_from_bigger_buckets()
1727 nmalloc[rnu << BUCKET_POW2_SHIFT]--; in morecore()
1775 nmalloc[bucket] += nblks; in morecore()
2074 nmalloc[bucket]--; in Perl_realloc()
2075 nmalloc[pow * BUCKETS_PER_POW2]++; in Perl_realloc()
2212 buf->ntotal[i] = nmalloc[i]; in Perl_get_mstats()
2215 buf->total += nmalloc[i] * BUCKET_SIZE_REAL(i); in Perl_get_mstats()
2216 if (nmalloc[i]) { in Perl_get_mstats()