dmm_init.h 122 B

123456789
  1. #ifndef DMM_INIT_H
  2. #define DMM_INIT_H
  3. #include "heap.h"
  4. void dmm_init(allocator_t *allocator);
  5. #endif /* DMM_INIT_H */