diff options
| author | Anghelo Carvajal <angheloalf95@gmail.com> | 2023-08-09 20:45:25 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-09 20:45:25 -0400 |
| commit | cfa703f013a1e595a418e47ac05df06e9ae4f9b8 (patch) | |
| tree | 6f22ff1f665ac5dfd8f62b321895f846af4bfab5 /linker_scripts | |
| parent | bd0c96e41818de39d243604f2a56bdee779956f2 (diff) | |
`malloc.c` (#42)
* malloc
* match
* bss
* Fix naming
* move __osMalloc to libc64 folder
* move headers to libc64 folder
Diffstat (limited to 'linker_scripts')
| -rw-r--r-- | linker_scripts/jp/symbol_addrs_boot.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/linker_scripts/jp/symbol_addrs_boot.txt b/linker_scripts/jp/symbol_addrs_boot.txt index 908038d..6854003 100644 --- a/linker_scripts/jp/symbol_addrs_boot.txt +++ b/linker_scripts/jp/symbol_addrs_boot.txt @@ -212,8 +212,8 @@ malloc_r = 0x8002C7C8; // type:func realloc = 0x8002C7F0; // type:func free = 0x8002C820; // type:func calloc = 0x8002C848; // type:func -DisplayArena = 0x8002C89C; // type:func -GetFreeArena = 0x8002C8D4; // type:func +GetFreeArena = 0x8002C89C; // type:func +CheckArena = 0x8002C8D4; // type:func MallocInit = 0x8002C8F8; // type:func MallocCleanup = 0x8002C928; // type:func MallocIsInitialized = 0x8002C94C; // type:func @@ -556,7 +556,7 @@ __gfxprint_default_flags = 0x800419A0; // type:u8 size:0x1 B_800419B0_jp = 0x800419B0; // -B_800419C0_jp = 0x800419C0; // +malloc_arena = 0x800419C0; // B_800419F0_jp = 0x800419F0; // sArenaLockMsg = 0x80041A00; // size:0x4 |
