mirror of
https://github.com/pret/pmd-red.git
synced 2026-09-11 02:25:57 -05:00
Decomped DoAlloc
Decomped by Kermalis
This commit is contained in:
@@ -87,5 +87,6 @@ void *MemoryAlloc(s32 size, s32 group);
|
||||
void MemoryFree(void *a);
|
||||
struct HeapDescriptor *DoCreateSubHeap(struct unkMemoryStruct *a, u32 b);
|
||||
void xxx_unused_memory_free(struct HeapDescriptor *a1);
|
||||
void *DoAlloc(struct HeapDescriptor *heap, s32 size, u32 a2);
|
||||
|
||||
#endif // GUARD_MEMORY_H
|
||||
|
||||
Reference in New Issue
Block a user