sceGuGetMemory oposite

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

Moderators: cheriff, TyRaNiD

Post Reply
sigutis
Posts: 7
Joined: Sat Mar 21, 2009 6:02 pm

sceGuGetMemory oposite

Post by sigutis »

I've looked through the sdk references but haven't found how to free memory allocated with sceGuGetMemory. Is there a c free() alternative?
jsharrad
Posts: 100
Joined: Thu Oct 20, 2005 3:06 am

Post by jsharrad »

There isn't one because it's not needed. It uses the already allocated display list memory.
J.F.
Posts: 2906
Joined: Sun Feb 22, 2004 11:41 am

Post by J.F. »

What he means is each time through the display loop, any memory "allocated" with that function is automatically freed. That's why the loop just keeps allocating memory every iteration.
Post Reply