26 int alignment,
int prefix_bytes);
GoomHeap * goom_heap_new(void)
Definition goomsl_heap.c:18
void * goom_heap_malloc_with_alignment(GoomHeap *_this, int nb_bytes, int alignment)
Definition goomsl_heap.c:102
void * goom_heap_malloc(GoomHeap *_this, int nb_bytes)
Definition goomsl_heap.c:107
void goom_heap_delete(GoomHeap *_this)
Definition goomsl_heap.c:34
void * goom_heap_malloc_with_alignment_prefixed(GoomHeap *_this, int nb_bytes, int alignment, int prefix_bytes)
Definition goomsl_heap.c:56
GoomHeap * goom_heap_new_with_granularity(int granularity)
Definition goomsl_heap.c:23
Definition goomsl_heap.c:10