AllocSysMemory

Discuss the development of software, tools, libraries and anything else that helps make ps2dev happen.

Moderators: cheriff, Herben

Post Reply
jimmikaelkael
Posts: 10
Joined: Sat Mar 01, 2008 5:21 am

AllocSysMemory

Post 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 ?
J.F.
Posts: 2906
Joined: Sun Feb 22, 2004 11:41 am

Post 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.
jimmikaelkael
Posts: 10
Joined: Sat Mar 01, 2008 5:21 am

Post by jimmikaelkael »

ok thans for the informations ;)
Post Reply