forums.ps2dev.org Forum Index forums.ps2dev.org
Homebrew PS2, PSP & PS3 Development Discussions
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

PRX Max Memory (Question...?)

 
Post new topic   Reply to topic    forums.ps2dev.org Forum Index -> PSP Development
View previous topic :: View next topic  
Author Message
ADePSP



Joined: 13 Jul 2006
Posts: 58

PostPosted: Fri Oct 27, 2006 1:04 am    Post subject: PRX Max Memory (Question...?) Reply with quote

Does anyone know how much memory you have to play around with when running a PRX and where it gets allocated from...
Back to top
View user's profile Send private message
dot_blank



Joined: 28 Sep 2005
Posts: 498
Location: Brasil

PostPosted: Sat Oct 28, 2006 9:38 am    Post subject: Reply with quote

the MAX prx size depends on how much you allocated
for the prx HEAP of the available RAM left over from
your app ...so if you have 24MB of RAM to work with
and your app / prx loader is 2MB then you have 22MB
left over for prx allocation of HEAP ...so if you allocate
18MB for prx HEAP then you have 4MB left over in RAM
for another prx for example to allocate its HEAP with that
little bit left ...so there is no such thing as a MAX prx memory

there is only such a thing as how much available is left in RAM
for you to allocate for that prx

of course the app / prx loader has its own HEAP so keep that
in mind

another example:

28MB available RAM
ELF HEAP 8MB allocated ....RAM is now ~20MB
PRX_A HEAP 16MB allocated ....RAM is now ~4MB
PRX_B HEAP 2MB allocated ....RAM is now ~2MB
PRX_C HEAP 1024KB allocated ...RAM is now <1024KB

hope you get the idea
cheers
_________________
10011011 00101010 11010111 10001001 10111010
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    forums.ps2dev.org Forum Index -> PSP Development All times are GMT + 10 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group