other.h 191 B

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