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