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

/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/malloc/
H A Dmstats.h73 u_bits32_t bytesreq; member in struct:_malstats
H A Dstats.c111 fprintf (fp, "\nTotal bytes requested by application: %lu\n", _mstats.bytesreq);
H A Dmalloc.c820 _mstats.bytesreq += n;
1031 _mstats.bytesreq += (n < tocopy) ? 0 : n - tocopy;

Completed in 163 milliseconds