Docs Cleanup (#1153)

* sysheap

* Gorons

* Update goron comment

* functions.h

* Update src/boot_O2/system_heap.c

Co-authored-by: engineer124 <47598039+engineer124@users.noreply.github.com>

* add header

* Fix header guards

* Update data

* Add malloc and free to header

---------

Co-authored-by: engineer124 <47598039+engineer124@users.noreply.github.com>
This commit is contained in:
Derek Hensley
2023-05-28 20:04:07 -07:00
committed by GitHub
parent 1ec875f6dc
commit fc475a9756
11 changed files with 71 additions and 56 deletions
+2 -2
View File
@@ -57,7 +57,7 @@
0x80085570 : "gfxprint",
0x80086110 : "mtxuty-cvt",
0x80086280 : "assert",
0x800862E0 : "",
0x800862E0 : "system_heap",
0x80086620 : "padsetup",
0x80086760 : "boot_80086760",
0x80086C70 : "fp",
@@ -256,7 +256,7 @@
0x80096C30 : "loadfragment2",
0x80096C40 : "stackcheck",
0x80096C50 : "gfxprint",
0x80097500 : "boot_800862E0",
0x80097500 : "system_heap",
0x80097520 : "fp",
0x80097530 : "rand",
0x80097540 : "osViModeNtscHpf1",
+9 -9
View File
@@ -157,14 +157,14 @@
0x80086258:("MtxConv_L2F",),
0x80086280:("__assert",),
0x800862B4:("func_800862B4",),
0x800862E0:("SystemArena_MallocMin1",),
0x80086310:("SystemArena_FreeNullCheck",),
0x8008633C:("SystemArena_RunBlockFunc",),
0x800863AC:("SystemArena_RunBlockFunc1",),
0x8008641C:("SystemArena_RunBlockFunc8",),
0x800864EC:("SystemArena_RunBlockFunc1Reverse",),
0x80086588:("SystemArena_RunInits",),
0x800865F8:("SystemArena_Init",),
0x800862E0:("SystemHeap_Malloc",),
0x80086310:("SystemHeap_Free",),
0x8008633C:("SystemHeap_RunBlockFunc",),
0x800863AC:("SystemHeap_RunBlockFunc1",),
0x8008641C:("SystemHeap_RunBlockFunc8",),
0x800864EC:("SystemHeap_RunBlockFunc1Reverse",),
0x80086588:("SystemHeap_RunInits",),
0x800865F8:("SystemHeap_Init",),
0x80086620:("PadSetup_Init",),
0x80086760:("func_80086760",),
0x80086794:("func_80086794",),
@@ -206,7 +206,7 @@
0x80086E78:("SystemArena_Calloc",),
0x80086ECC:("SystemArena_GetSizes",),
0x80086F04:("SystemArena_CheckArena",),
0x80086F28:("SystemArena_InitArena",),
0x80086F28:("SystemArena_Init",),
0x80086F58:("SystemArena_Cleanup",),
0x80086F7C:("SystemArena_IsInitialized",),
0x80086FA0:("Rand_Next",),