Kernel memory functions

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
User avatar
Shazz
Posts: 244
Joined: Tue Aug 31, 2004 11:42 pm
Location: Somewhere over the rainbow
Contact:

Kernel memory functions

Post by Shazz »

As it seems some memory checks are done before loading (not starting) a module, I'd like to see what my app consume.

So I tried to use sceKernelTotalFreeMemSize() but the value never changes or seems to be the same 103 2192 Bytes.

So what does this value means ? Is it related to the user space or the kernel space ? Is is a reserved heap for kernel-malloc like ?

Any idea ?
- TiTAN Art Division -
http://www.titandemo.org
Post Reply