dmm_init.h 129 B

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