I've used 18*-1024 to see if it's ram related - malloc crashes after a few times.
Simply, -1024 fails, but 18*-1024 does it faster.
Search found 2 matches
- Sat Jan 31, 2009 7:29 am
- Forum: PSP Development
- Topic: Memory fragmentation?
- Replies: 3
- Views: 1405
- Sat Jan 31, 2009 3:44 am
- Forum: PSP Development
- Topic: Memory fragmentation?
- Replies: 3
- Views: 1405
Memory fragmentation?
Hello! I have a weird problem with loading images with OSLib. When I allocate memory for image, then load and free it everything works fine. If I repeat it for about 100 times with the same image - everything is still ok. But at the attempt no. 101 OSLib returns error - no such file. There is not en...