Home | History | Annotate | Download | only in dist

Lines Matching refs:frag

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