How is memory allocation/deallocation converted?

How is memory allocation/deallocation converted?

The standard C library malloc and free routines are called. If using OS Abstractor, these are generally converted into calls on the RTOS malloc/free calls.