| View previous topic :: View next topic |
| Author |
Message |
jimmikaelkael
Joined: 01 Mar 2008 Posts: 11
|
Posted: Wed Apr 16, 2008 5:31 am Post subject: AllocSysMemory |
|
|
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 ? |
|
| Back to top |
|
 |
J.F.
Joined: 22 Feb 2004 Posts: 2906
|
Posted: Wed Apr 16, 2008 6:09 am Post subject: |
|
|
| 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. |
|
| Back to top |
|
 |
jimmikaelkael
Joined: 01 Mar 2008 Posts: 11
|
Posted: Wed Apr 16, 2008 5:54 pm Post subject: |
|
|
| ok thans for the informations ;) |
|
| Back to top |
|
 |
|