Home | History | Annotate | Download | only in mpreal

Lines Matching refs:nm

3334   struct mallinfo nm = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 };

3358 nm.arena = sum;
3359 nm.ordblks = nfree;
3360 nm.hblkhd = m->footprint - sum;
3361 nm.usmblks = m->max_footprint;
3362 nm.uordblks = m->footprint - mfree;
3363 nm.fordblks = mfree;
3364 nm.keepcost = m->topsize;
3369 return nm;