split.h 112 B

12345
  1. #include <dmmlib/heap.h>
  2. void split(allocator_t *allocator, heap_t *heap, void *ptr,
  3. size_t new_block_size);