Page 1 of 1

AllocSysMemory

Posted: Wed Apr 16, 2008 5:31 am
by jimmikaelkael
Hello all !

I'm programming an irx module, but i'm in trouble using sysmem's AllocSysMemory.

I need to allocate about 1,5 mb of memory but it seems to fail with a value above 1 mb.

Is there a limit to AllocSysMemory ?

Posted: Wed Apr 16, 2008 6:09 am
by J.F.
The IOP only has 2 MB of memory, and some of that is already in use by loaded IRX modules and the kernel. You have to be very frugal with memory on the IOP.

Posted: Wed Apr 16, 2008 5:54 pm
by jimmikaelkael
ok thans for the informations ;)