Discuss the development of software, tools, libraries and anything else that helps make ps2dev happen.
Moderators: cheriff , Herben
jimmikaelkael
Posts: 10 Joined: Sat Mar 01, 2008 5:21 am
Post
by jimmikaelkael » Wed Apr 16, 2008 5:31 am
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 ?
J.F.
Posts: 2906 Joined: Sun Feb 22, 2004 11:41 am
Post
by J.F. » Wed Apr 16, 2008 6:09 am
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.