Home | History | Annotate | Download | only in orig

Lines Matching refs:frag

16785   u64 totalAlloc;     /* Total of all malloc calls - includes internal frag */
16791 u32 maxRequest; /* Largest allocation (exclusive of internal frag) */
50670 int frag = pnext - (pbegin+psize);
50671 if( (frag<0) || (frag>(int)data[hdr+7]) ){
50674 data[hdr+7] -= (u8)frag;