Decomped DoAlloc

Decomped by Kermalis
This commit is contained in:
AnonymousRandomPerson
2024-10-22 22:20:03 -04:00
parent dd8c864e38
commit 67e8cd8400
3 changed files with 6 additions and 13 deletions

View File

@@ -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