mirror of
https://github.com/zeldaret/mm.git
synced 2026-09-02 17:53:02 -04:00
[n64-jp-1.1] __osMalloc.c matched (#1845)
* match osmalloc * some names * format * Breakup osFree checks and move strings around * misc changes
This commit is contained in:
@@ -5,7 +5,15 @@
|
||||
void GameAlloc_Log(GameAlloc* this) {
|
||||
GameAllocEntry* iter = this->base.next;
|
||||
|
||||
#if MM_VERSION <= N64_JP_1_1
|
||||
(void)"this = %08x\n";
|
||||
#endif
|
||||
|
||||
while (iter != &this->base) {
|
||||
#if MM_VERSION <= N64_JP_1_1
|
||||
(void)"ptr = %08x size = %d\n";
|
||||
#endif
|
||||
|
||||
iter = iter->next;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user