Matched game/armem and game/perf
This commit is contained in:
parent
de5b0cc0b9
commit
cc324e6212
7 changed files with 569 additions and 8 deletions
|
|
@ -34,6 +34,7 @@ void HuMemMemoryFree(void *ptr, u32 retaddr);
|
|||
void HuMemMemoryFreeNum(void *heap_ptr, u32 num, u32 retaddr);
|
||||
s32 HuMemUsedMemorySizeGet(void *heap_ptr);
|
||||
s32 HuMemUsedMemoryBlockGet(void *heap_ptr);
|
||||
s32 HuMemMemorySizeGet(void *ptr);
|
||||
s32 HuMemMemoryAllocSizeGet(s32 size);
|
||||
void HuMemHeapDump(void *heap_ptr, s16 status);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue