mirror of
https://github.com/zeldaret/mm.git
synced 2026-09-12 20:26:02 -04:00
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:
@@ -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",
|
||||
|
||||
@@ -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",),
|
||||
|
||||
Reference in New Issue
Block a user