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

  /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
250 nmalloc[bucket]++;
338 nmalloc[(size_t)size]--;
487 fprintf(stderr, " %d", nmalloc[i]);
488 totused += nmalloc[i] * (1 << (i + 3));
malloc.c 121 * nmalloc[i] is the difference between the number of mallocs and frees
124 static u_int nmalloc[NBUCKETS]; variable
250 nmalloc[bucket]++;
338 nmalloc[(size_t)size]--;
487 fprintf(stderr, " %d", nmalloc[i]);
488 totused += nmalloc[i] * (1 << (i + 3));
malloc.c 121 * nmalloc[i] is the difference between the number of mallocs and frees
124 static u_int nmalloc[NBUCKETS]; variable
250 nmalloc[bucket]++;
338 nmalloc[(size_t)size]--;
487 fprintf(stderr, " %d", nmalloc[i]);
488 totused += nmalloc[i] * (1 << (i + 3));
  /src/libexec/ld.elf_so/
xmalloc.c 141 * nmalloc[i] is the difference between the number of mallocs and frees
144 static u_int nmalloc[NBUCKETS]; variable
221 nmalloc[bucket]++;
304 nmalloc[size]--;
379 xprintf(" %d", nmalloc[i]);
380 totused += nmalloc[i] * (1 << (i + FIRST_BUCKET_SHIFT));
xmalloc.c 141 * nmalloc[i] is the difference between the number of mallocs and frees
144 static u_int nmalloc[NBUCKETS]; variable
221 nmalloc[bucket]++;
304 nmalloc[size]--;
379 xprintf(" %d", nmalloc[i]);
380 totused += nmalloc[i] * (1 << (i + FIRST_BUCKET_SHIFT));
xmalloc.c 141 * nmalloc[i] is the difference between the number of mallocs and frees
144 static u_int nmalloc[NBUCKETS]; variable
221 nmalloc[bucket]++;
304 nmalloc[size]--;
379 xprintf(" %d", nmalloc[i]);
380 totused += nmalloc[i] * (1 << (i + FIRST_BUCKET_SHIFT));

Completed in 62 milliseconds