Home | History | Annotate | Download | only in orig

Lines Matching defs:frag

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