Lines Matching refs:nm
2822 struct mallinfo nm = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 };2845 nm.arena = sum;2846 nm.ordblks = nfree;2847 nm.hblkhd = m->footprint - sum;2848 nm.usmblks = m->max_footprint;2849 nm.uordblks = m->footprint - mfree;2850 nm.fordblks = mfree;2851 nm.keepcost = m->topsize;2856 return nm;