| View previous topic :: View next topic |
| Author |
Message |
sigutis
Joined: 21 Mar 2009 Posts: 7
|
Posted: Thu May 07, 2009 2:53 am Post subject: sceGuGetMemory oposite |
|
|
| I've looked through the sdk references but haven't found how to free memory allocated with sceGuGetMemory. Is there a c free() alternative? |
|
| Back to top |
|
 |
jsharrad
Joined: 20 Oct 2005 Posts: 102
|
Posted: Thu May 07, 2009 3:11 am Post subject: |
|
|
| There isn't one because it's not needed. It uses the already allocated display list memory. |
|
| Back to top |
|
 |
J.F.
Joined: 22 Feb 2004 Posts: 2906
|
Posted: Thu May 07, 2009 5:24 am Post subject: |
|
|
| 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. |
|
| Back to top |
|
 |
|