Home | History | Annotate | Download | only in stdlib

Lines Matching refs:mfree

2837       size_t mfree = m->topsize + TOP_FOOT_SIZE;
2838 size_t sum = mfree;
2847 mfree += sz;
2859 nm.uordblks = m->footprint - mfree;
2860 nm.fordblks = mfree;