Synopsis
void ctl_heap_free(void *p);
Description

ctl_heap_free frees the memory allocated to the block p. If p is zero, ctl_heap_free does nothing.

Note

The implementation of ctl_heap_free allows memory to be freed from an interrupt handler.