Home | History | Annotate | Download | only in dist

Lines Matching defs:frag

17900   u64 totalAlloc;     /* Total of all malloc calls - includes internal frag */
17906 u32 maxRequest; /* Largest allocation (exclusive of internal frag) */
52910 int frag = pnext - (pbegin+psize);
52911 if( (frag<0) || (frag>(int)data[hdr+7]) ){
52914 data[hdr+7] -= (u8)frag;