This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How to use malloc

I am new to arm assembly and i am trying use or implement malloc in ARM Cortex m0+. I did not find any information about how to pass argument, call or get address of allocated address of allocated memory via malloc. Is there any example show that how to use malloc in arm assemly or any resource?