#include <oskit/lmm.h>void lmm_stats(lmm_t *lmm);
Uses printf to display a one-line summary of an LMM in the form:LMM=0x0017e644: 117506664 bytes in 3 regions, 6 nodes
which lists the address of the LMM pool, the total number of bytes contained in it, the number of regions attached via lmm_add_region, and the number of nodes used to describe the memory. This routine is primarily used for tracking down memory leaks and list fragmentation problems.