| View previous topic :: View next topic |
| Author |
Message |
Modab
Joined: 28 Jun 2005 Posts: 4
|
Posted: Fri Jul 08, 2005 12:53 am Post subject: Dynamic memory allocation |
|
|
Hi, I'm still pretty new to PSP programming, so I was wondering if someone could talk to me about performing dynamic memory allocation? Do we just use malloc? Are there size limitations?
Thanks a bunch. |
|
| Back to top |
|
 |
wulf
Joined: 13 Apr 2005 Posts: 81
|
Posted: Fri Jul 08, 2005 5:55 am Post subject: |
|
|
| yeah, you need to use malloc() (and free(), when you are done). I use it in the text editor I am making.. However, Malloc & free aren't specifically psp related, so you would probably be better off searching google for "malloc tutorial" or something... that would give you the best picture on how to use it properly. |
|
| Back to top |
|
 |
|