AllocSysMemory and malloc
Posted: Sun Aug 02, 2009 12:33 am
What is the diffeerence between AllocSysMemory()and malloc() for the IOP?
I couldn't use the malloc(), it says undefined reference for malloc, ever since I include "alloc.h".
Using AllocSysMemory() instead, I can export the bytes allocated to the EE using RPC, or I had to use malloc (that I can't put it to work).
Thanks
I couldn't use the malloc(), it says undefined reference for malloc, ever since I include "alloc.h".
Using AllocSysMemory() instead, I can export the bytes allocated to the EE using RPC, or I had to use malloc (that I can't put it to work).
Thanks