#include <oskit/amm.h>void amm_destroy(amm_t *amm);
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.
- amm
- A pointer to the amm_t structure representing the address map.
amm_free_func