next up previous contents index
Next: 16.8.5 amm_dump: display the Up: 16.8 API reference Previous: 16.8.3 amm_deallocate: Deallocate an

16.8.4 amm_destroy: Destroy an AMM

 

SYNOPSIS

#include <oskit/amm.h>

void amm_destroy(amm_t *amm);

DESCRIPTION

Free all the address map entries associated with the map amm. The user-provided free function is called for every entry in the map. If no free function is associated with the map, the standard libc free function is used.

PARAMETERS

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

RELATED INFORMATION

amm_free_func



University of Utah Flux Research Group