Lines Matching refs:nm
2832 struct mallinfo nm = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 };2855 nm.arena = sum;2856 nm.ordblks = nfree;2857 nm.hblkhd = m->footprint - sum;2858 nm.usmblks = m->max_footprint;2859 nm.uordblks = m->footprint - mfree;2860 nm.fordblks = mfree;2861 nm.keepcost = m->topsize;2866 return nm;