MEM_free_func 40 include/MEM.h void MEM_free_func(MEM_Controller controller, void *ptr); MEM_free_func 67 include/MEM.h #define MEM_free(ptr) (MEM_free_func(MEM_CURRENT_CONTROLLER, ptr)) MEM_free_func 93 memory/storage.c MEM_free_func(controller, storage->page_list); MEM_free_func 96 memory/storage.c MEM_free_func(controller, storage);