next up previous contents index
Next: 16.8.6 amm_entry_field: Accessor macros Up: 16.8 API reference Previous: 16.8.4 amm_destroy: Destroy an

16.8.5 amm_dump: display the AMM-private data for every entry in an AMM

 

SYNOPSIS

#include <oskit/amm.h>

void amm_dump(amm_t *amm);

DESCRIPTION

This routine is primarily used for debugging the AMM and the code that uses it. It scans through the AMM and calls printf to display the AMM-private data for each entry in it.

PARAMETERS

amm
A pointer to the amm_t structure representing the address map.



University of Utah Flux Research Group