multi_heap_malloc() function
malloc() a buffer in a given heap Semantics are the same as standard malloc(), only the returned buffer will be allocated in the specified heap.
Arguments
heap
Handle to a registered heap.
size
Size of desired buffer.
Return value
Pointer to new memory, or NULL if allocation fails.