Synopsis
void ctl_heap_trim(CTL_HEAP_t *self,
                   void *p,
                   size_t count);
Description

ctl_heap_trim trims the previously-allocated memory block p in the heap self to count bytes. If the previously-allocated memory block is not greater than count bytes in size, the trim request is ignored.