Standard C Library Interface
# Standard C Library Interface
You can find the corresponding prototype for the above function in the standard C library, just copy the function name to the function pointer.
rt_port_heap_malloc
Same function as malloc.rt_port_heap_free
Same function as free.