Home | History | Annotate | Download | only in upstream-dlmalloc

Lines Matching defs:usmblks

769   MALLINFO_FIELD_TYPE usmblks;  /* maximum total allocated space */
1059 usmblks: the maximum total allocated space. This will be greater
3529 /* BEGIN android-changed: usmblks set to footprint from max_footprint */
3530 nm.usmblks = m->footprint;