gbadev.org forum archive

This is a read-only mirror of the content originally found on forum.gbadev.org (now offline), salvaged from Wayback machine copies. A new forum can be found here.

Coding > Is it safe to dynamically allocate memory with DevKitAdvanc?

#3728 - Alunze - Thu Mar 06, 2003 6:48 pm

I read somewhere that dynamically allocating chunks of memory with malloc in GBA isn't safe. Is this true? If it is, what precautions should I take, or what steps should I follow in order to allocate memory?

Thanks.

#3746 - Paul Shirley - Fri Mar 07, 2003 3:02 pm

removed

Last edited by Paul Shirley on Sun Mar 28, 2004 9:49 pm; edited 1 time in total

#3781 - Alunze - Sat Mar 08, 2003 8:36 pm

Thanks for the pointer Paul, I'll give it a shot :).