HomeSort by: relevance | last modified time | path
    Searched refs:nmalloc (Results 1 - 2 of 2) sorted by relevancy

  /src/libexec/ld.elf_so/
xmalloc.c 155 * nmalloc[i] is the difference between the number of mallocs and frees
158 static u_int nmalloc[NBUCKETS]; variable in typeref:typename:u_int[]
247 nmalloc[bucket]++;
328 nmalloc[size]--;
407 xprintf(" %d", nmalloc[i]);
408 totused += nmalloc[i] * (1 << (i + 3));
  /src/lib/libbsdmalloc/
malloc.c 121 * nmalloc[i] is the difference between the number of mallocs and frees
124 static u_int nmalloc[NBUCKETS]; variable in typeref:typename:u_int[]
252 nmalloc[bucket]++;
337 nmalloc[(size_t)size]--;
486 fprintf(stderr, " %d", nmalloc[i]);
487 totused += nmalloc[i] * (1 << (i + 3));

Completed in 12 milliseconds