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
+9 -9
View File
@@ -154,14 +154,14 @@ asm/non_matchings/boot/mtxuty-cvt/MtxConv_F2L.s,MtxConv_F2L,0x80086110,0x52
asm/non_matchings/boot/mtxuty-cvt/MtxConv_L2F.s,MtxConv_L2F,0x80086258,0xA
asm/non_matchings/boot/assert/__assert.s,__assert,0x80086280,0xD
asm/non_matchings/boot/assert/func_800862B4.s,func_800862B4,0x800862B4,0xB
asm/non_matchings/boot/boot_800862E0/SystemArena_MallocMin1.s,SystemArena_MallocMin1,0x800862E0,0xC
asm/non_matchings/boot/boot_800862E0/SystemArena_FreeNullCheck.s,SystemArena_FreeNullCheck,0x80086310,0xB
asm/non_matchings/boot/boot_800862E0/SystemArena_RunBlockFunc.s,SystemArena_RunBlockFunc,0x8008633C,0x1C
asm/non_matchings/boot/boot_800862E0/SystemArena_RunBlockFunc1.s,SystemArena_RunBlockFunc1,0x800863AC,0x1C
asm/non_matchings/boot/boot_800862E0/SystemArena_RunBlockFunc8.s,SystemArena_RunBlockFunc8,0x8008641C,0x34
asm/non_matchings/boot/boot_800862E0/SystemArena_RunBlockFunc1Reverse.s,SystemArena_RunBlockFunc1Reverse,0x800864EC,0x27
asm/non_matchings/boot/boot_800862E0/SystemArena_RunInits.s,SystemArena_RunInits,0x80086588,0x1C
asm/non_matchings/boot/boot_800862E0/SystemArena_Init.s,SystemArena_Init,0x800865F8,0xA
asm/non_matchings/boot/boot_800862E0/SystemHeap_Malloc.s,SystemHeap_Malloc,0x800862E0,0xC
asm/non_matchings/boot/boot_800862E0/SystemArena_Free.s,SystemArena_Free,0x80086310,0xB
asm/non_matchings/boot/boot_800862E0/SystemHeap_RunBlockFunc.s,SystemHeap_RunBlockFunc,0x8008633C,0x1C
asm/non_matchings/boot/boot_800862E0/SystemHeap_RunBlockFunc1.s,SystemHeap_RunBlockFunc1,0x800863AC,0x1C
asm/non_matchings/boot/boot_800862E0/SystemHeap_RunBlockFunc8.s,SystemHeap_RunBlockFunc8,0x8008641C,0x34
asm/non_matchings/boot/boot_800862E0/SystemHeap_RunBlockFunc1Reverse.s,SystemHeap_RunBlockFunc1Reverse,0x800864EC,0x27
asm/non_matchings/boot/boot_800862E0/SystemHeap_RunInits.s,SystemHeap_RunInits,0x80086588,0x1C
asm/non_matchings/boot/boot_800862E0/SystemHeap_Init.s,SystemHeap_Init,0x800865F8,0xA
asm/non_matchings/boot/padsetup/PadSetup_Init.s,PadSetup_Init,0x80086620,0x50
asm/non_matchings/boot/boot_80086760/func_80086760.s,func_80086760,0x80086760,0xD
asm/non_matchings/boot/boot_80086760/func_80086794.s,func_80086794,0x80086794,0x8
@@ -203,7 +203,7 @@ asm/non_matchings/boot/system_malloc/SystemArena_Free.s,SystemArena_Free,0x80086
asm/non_matchings/boot/system_malloc/SystemArena_Calloc.s,SystemArena_Calloc,0x80086E78,0x15
asm/non_matchings/boot/system_malloc/SystemArena_GetSizes.s,SystemArena_GetSizes,0x80086ECC,0xE
asm/non_matchings/boot/system_malloc/SystemArena_CheckArena.s,SystemArena_CheckArena,0x80086F04,0x9
asm/non_matchings/boot/system_malloc/SystemArena_InitArena.s,SystemArena_InitArena,0x80086F28,0xC
asm/non_matchings/boot/system_malloc/SystemArena_Init.s,SystemArena_Init,0x80086F28,0xC
asm/non_matchings/boot/system_malloc/SystemArena_Cleanup.s,SystemArena_Cleanup,0x80086F58,0x9
asm/non_matchings/boot/system_malloc/SystemArena_IsInitialized.s,SystemArena_IsInitialized,0x80086F7C,0x9
asm/non_matchings/boot/rand/Rand_Next.s,Rand_Next,0x80086FA0,0xC
1 asm/non_matchings/boot/boot_main/bootproc.s bootproc 0x80080060 0x3C
154 asm/non_matchings/boot/mtxuty-cvt/MtxConv_L2F.s MtxConv_L2F 0x80086258 0xA
155 asm/non_matchings/boot/assert/__assert.s __assert 0x80086280 0xD
156 asm/non_matchings/boot/assert/func_800862B4.s func_800862B4 0x800862B4 0xB
157 asm/non_matchings/boot/boot_800862E0/SystemArena_MallocMin1.s asm/non_matchings/boot/boot_800862E0/SystemHeap_Malloc.s SystemArena_MallocMin1 SystemHeap_Malloc 0x800862E0 0xC
158 asm/non_matchings/boot/boot_800862E0/SystemArena_FreeNullCheck.s asm/non_matchings/boot/boot_800862E0/SystemArena_Free.s SystemArena_FreeNullCheck SystemArena_Free 0x80086310 0xB
159 asm/non_matchings/boot/boot_800862E0/SystemArena_RunBlockFunc.s asm/non_matchings/boot/boot_800862E0/SystemHeap_RunBlockFunc.s SystemArena_RunBlockFunc SystemHeap_RunBlockFunc 0x8008633C 0x1C
160 asm/non_matchings/boot/boot_800862E0/SystemArena_RunBlockFunc1.s asm/non_matchings/boot/boot_800862E0/SystemHeap_RunBlockFunc1.s SystemArena_RunBlockFunc1 SystemHeap_RunBlockFunc1 0x800863AC 0x1C
161 asm/non_matchings/boot/boot_800862E0/SystemArena_RunBlockFunc8.s asm/non_matchings/boot/boot_800862E0/SystemHeap_RunBlockFunc8.s SystemArena_RunBlockFunc8 SystemHeap_RunBlockFunc8 0x8008641C 0x34
162 asm/non_matchings/boot/boot_800862E0/SystemArena_RunBlockFunc1Reverse.s asm/non_matchings/boot/boot_800862E0/SystemHeap_RunBlockFunc1Reverse.s SystemArena_RunBlockFunc1Reverse SystemHeap_RunBlockFunc1Reverse 0x800864EC 0x27
163 asm/non_matchings/boot/boot_800862E0/SystemArena_RunInits.s asm/non_matchings/boot/boot_800862E0/SystemHeap_RunInits.s SystemArena_RunInits SystemHeap_RunInits 0x80086588 0x1C
164 asm/non_matchings/boot/boot_800862E0/SystemArena_Init.s asm/non_matchings/boot/boot_800862E0/SystemHeap_Init.s SystemArena_Init SystemHeap_Init 0x800865F8 0xA
165 asm/non_matchings/boot/padsetup/PadSetup_Init.s PadSetup_Init 0x80086620 0x50
166 asm/non_matchings/boot/boot_80086760/func_80086760.s func_80086760 0x80086760 0xD
167 asm/non_matchings/boot/boot_80086760/func_80086794.s func_80086794 0x80086794 0x8
203 asm/non_matchings/boot/system_malloc/SystemArena_Calloc.s SystemArena_Calloc 0x80086E78 0x15
204 asm/non_matchings/boot/system_malloc/SystemArena_GetSizes.s SystemArena_GetSizes 0x80086ECC 0xE
205 asm/non_matchings/boot/system_malloc/SystemArena_CheckArena.s SystemArena_CheckArena 0x80086F04 0x9
206 asm/non_matchings/boot/system_malloc/SystemArena_InitArena.s asm/non_matchings/boot/system_malloc/SystemArena_Init.s SystemArena_InitArena SystemArena_Init 0x80086F28 0xC
207 asm/non_matchings/boot/system_malloc/SystemArena_Cleanup.s SystemArena_Cleanup 0x80086F58 0x9
208 asm/non_matchings/boot/system_malloc/SystemArena_IsInitialized.s SystemArena_IsInitialized 0x80086F7C 0x9
209 asm/non_matchings/boot/rand/Rand_Next.s Rand_Next 0x80086FA0 0xC