How much free kernel memory is there in-game?
How much free kernel memory is there in-game?
I'm writing a plugin and I need to know how much kernel memory I can safely allocate during GAME mode?
-
- Posts: 203
- Joined: Sat Jul 05, 2008 8:03 am
But whats the default free memory without any plugins?J.F. wrote:Remember that this value will vary greatly as some people use more plugins than others. One person may have no plugins, leaving all the memory free, while others may have as many plugins running as they can, leaving almost nothing free.
i know. but idont want to write a program cos someone probably knows offhand. idont have access to my dev.pc for a few days as well. i was thinking about something and was wondering if it was feasable.Cpasjuste wrote:sauron_le_noir wrote:i think the API sceKernelPartitionTotalFreeMemSize can return the total amount of free memory of a partition.
From psplink the memoryUID.c s source contains howto explore the memory tree of the psp and to look at several attributes
Well, if you search on memory partitions, you find these threads:Torch wrote:But whats the default free memory without any plugins?J.F. wrote:Remember that this value will vary greatly as some people use more plugins than others. One person may have no plugins, leaving all the memory free, while others may have as many plugins running as they can, leaving almost nothing free.
http://forums.ps2dev.org/viewtopic.php?t=10589
http://forums.ps2dev.org/viewtopic.php?t=9820
http://forums.ps2dev.org/viewtopic.php?t=10703