Search found 2 matches
- Wed Apr 05, 2006 5:07 am
- Forum: PSP Development
- Topic: PSP and memory allocation
- Replies: 4
- Views: 5656
Yeah, I read somewhere that 8MB is used as 'kernel space' and the rest 24MB is used for 'application space'. I also know that other apps(emulators etc.) are able to allocate quite big chunks of mem. So that's why I wonder what could be the problem with the Amiga emulation. I think 24megs should be s...
- Tue Apr 04, 2006 10:35 am
- Forum: PSP Development
- Topic: PSP and memory allocation
- Replies: 4
- Views: 5656
PSP and memory allocation
Hello all. I'm a newbie to PSP programming. I'm trying to allocate memory using the malloc() function but the PSP always freeze once I allocate more than one block of 2MB size.(ie second 2MB block cannot be allocated and I'm getting this in my error log just before the PSP freeze: malloc 65536 by rt...