next up previous contents index
Next: 16 Address Map Manager: Up: 15.6 API reference Previous: 15.6.12 lmm_find_free: scan a

15.6.13 lmm_dump: display the free memory list in an LMM pool

 

SYNOPSIS

#include <oskit/lmm.h>

void lmm_dump(lmm_t *lmm);

DESCRIPTION

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.


University of Utah Flux Research Group