#ifndef DMM_INIT_H #define DMM_INIT_H #include "heap.h" void dmm_init(allocator_t *allocator); #endif /* DMM_INIT_H */