This is the situation :
I have an Eboot. In this Eboot, I loadStart two modules.
The first is a library which contains the libPNG.
The second is a normal module, where I use the functions which are in the library module loaded in the PBP.
In my main module, I can use all libPNG functions, but I've got a problem : I can use loadImage() function only twice. At the third call of this function, PSP freezes ! (path of the image is good)
What can I do to prevent that and increase memory available ?