other.h 189 B

12345678910111213
  1. #ifndef OTHER_H
  2. #define OTHER_H
  3. #include "heap.h"
  4. size_t req_padding(size_t size);
  5. int map_size_to_list(heap_t *heap, unsigned int sz);
  6. int map_thread_heap(void);
  7. #endif /* OTHER_H */