#include <oskit/lmm.h>void lmm_free_page(lmm_t *lmm, void *block);
This routine simply calls lmm_free with PAGE_SIZE as the size argument, providing a companion to lmm_alloc_page.
- lmm
- The memory pool from which the page was allocated.
- block
- A pointer to the page to free, as returned by the lmm_alloc_page function.