-
-
Notifications
You must be signed in to change notification settings - Fork 9
Free
IsaacShelton edited this page Nov 13, 2022
·
3 revisions
One way to dynamically deallocate memory, is calling free() with a pointer value.
free(my_pointer)
In order to use free(), you must import one or more of the following:
-
2.7/cstdlib.adept(recommended) sys/cstdlib.adept2.7/basics.adept