#ifndef FIRST_FIT_ON_FREELIST_H #define FIRST_FIT_ON_FREELIST_H #include <dmmlib/heap.h> void * first_fit_on_freelist(heap_t *heap, size_t requested_size); #endif /* FIRST_FIT_ON_FREELIST_H */