other.h 199 B

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