mirror of
https://github.com/HarbourMasters/Shipwright
synced 2026-05-24 07:11:27 -04:00
Clean __osMalloc.c (#4351)
* Remove #ifs * Add `NODE_IS_VALID` * Fix current macros * `NODE_GET_NEXT` & `NODE_GET_PREV` * Add macros * Use macros and general cleanup * Fix build (hopefully) * Address review
This commit is contained in:
@@ -109,5 +109,5 @@ void DebugArena_Cleanup(void) {
|
||||
}
|
||||
|
||||
u8 DebugArena_IsInitalized(void) {
|
||||
return __osMallocIsInitalized(&sDebugArena);
|
||||
return __osMallocIsInitialized(&sDebugArena);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user