mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
We do not call malloc/free any more
This commit is contained in:
@@ -11,7 +11,4 @@ extern uint64_t nbSectionsToAssign;
|
||||
// Assigns all sections a slice of the address space
|
||||
void assign_AssignSections();
|
||||
|
||||
// `free`s all assignment memory that was allocated
|
||||
void assign_Cleanup();
|
||||
|
||||
#endif // RGBDS_LINK_ASSIGN_H
|
||||
|
||||
@@ -28,9 +28,4 @@ void obj_CheckAssertions();
|
||||
*/
|
||||
void obj_Setup(unsigned int nbFiles);
|
||||
|
||||
/*
|
||||
* `free`s all object memory that was allocated.
|
||||
*/
|
||||
void obj_Cleanup();
|
||||
|
||||
#endif // RGBDS_LINK_OBJECT_H
|
||||
|
||||
Reference in New Issue
Block a user