Home
last modified time | relevance | path

Searched refs:mfree (Results 1 – 4 of 4) sorted by relevance

/external/libppp/src/
Dmbuf.c53 struct mfree { struct
61 struct mfree f; argument
/external/libffi/src/
Ddlmalloc.c2827 size_t mfree = m->topsize + TOP_FOOT_SIZE; in internal_mallinfo() local
2828 size_t sum = mfree; in internal_mallinfo()
2837 mfree += sz; in internal_mallinfo()
2849 nm.uordblks = m->footprint - mfree; in internal_mallinfo()
2850 nm.fordblks = mfree; in internal_mallinfo()
/external/qemu/distrib/sdl-1.2.15/src/stdlib/
DSDL_malloc.c2837 size_t mfree = m->topsize + TOP_FOOT_SIZE; in internal_mallinfo() local
2838 size_t sum = mfree; in internal_mallinfo()
2847 mfree += sz; in internal_mallinfo()
2859 nm.uordblks = m->footprint - mfree; in internal_mallinfo()
2860 nm.fordblks = mfree; in internal_mallinfo()
/external/eigen/unsupported/test/mpreal/
Ddlmalloc.c3340 size_t mfree = m->topsize + TOP_FOOT_SIZE; in internal_mallinfo() local
3341 size_t sum = mfree; in internal_mallinfo()
3350 mfree += sz; in internal_mallinfo()
3362 nm.uordblks = m->footprint - mfree; in internal_mallinfo()
3363 nm.fordblks = mfree; in internal_mallinfo()