#include <oskit/lmm.h>void lmm_dump(lmm_t *lmm);
This routine is primarily used for debugging the LMM and the code that uses it. It scans through the LMM pool and calls printf to display each attached memory region and all the blocks of free memory currently contained in each.