We do not call malloc/free any more

This commit is contained in:
Rangi42
2024-03-02 08:16:30 -05:00
parent 19bb12754b
commit 52f8ecc347
5 changed files with 14 additions and 23 deletions

View File

@@ -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