methos3
Joined: 01 Feb 2008 Posts: 89
|
Posted: Sun Aug 02, 2009 12:33 am Post subject: AllocSysMemory and malloc |
|
|
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 |
|