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

Lines Matching defs:nm

3502   struct mallinfo nm = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 };
3526 nm.arena = sum;
3527 nm.ordblks = nfree;
3528 nm.hblkhd = m->footprint - sum;
3529 nm.usmblks = m->max_footprint;
3530 nm.uordblks = m->footprint - mfree;
3531 nm.fordblks = mfree;
3532 nm.keepcost = m->topsize;
3537 return nm;