#ifndef OTHER_H #define OTHER_H #include "heap.h" size_t req_padding(size_t size); int map_size_to_list(heap_t *heap, unsigned int sz); int map_thread_heap(void); #endif /* OTHER_H */