Decompile init.c
This commit is contained in:
parent
0079229b08
commit
c6a0351e2c
9 changed files with 417 additions and 127 deletions
|
|
@ -18,6 +18,7 @@ void* OSAllocFixed(void** rstart, void** rend);
|
|||
void OSFreeToHeap(OSHeapHandle heap, void* ptr);
|
||||
long OSCheckHeap(OSHeapHandle heap);
|
||||
void OSDumpHeap(OSHeapHandle heap);
|
||||
void *OSAllocFixed(void **rstart, void **rend);
|
||||
u32 OSReferentSize(void* ptr);
|
||||
void OSVisitAllocated(OSAllocVisitor visitor);
|
||||
extern volatile OSHeapHandle __OSCurrHeap;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue