Searched refs:ncoalesce (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/bash-92/bash-3.2/lib/malloc/
H A Dmstats.h77 int ncoalesce[NBUCKETS]; member in struct:_malstats
98 int ncoalesce; member in struct:bucket_stats
H A Dstats.c62 v.ncoalesce = _mstats.ncoalesce[size];
105 fprintf (fp, "%8lu\t%4d\t%6d\t%5d\t%8d\t%d %5d %8d\n", (unsigned long)v.blocksize, v.nfree, v.nused, v.nmal, v.nmorecore, v.nlesscore, v.nsplit, v.ncoalesce);
H A Dmalloc.c383 _mstats.ncoalesce[nbuck]++;

Completed in 70 milliseconds