summaryrefslogtreecommitdiff
path: root/include/memory.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/memory.h')
-rw-r--r--include/memory.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/memory.h b/include/memory.h
index 4b1e587..ef99757 100644
--- a/include/memory.h
+++ b/include/memory.h
@@ -52,5 +52,8 @@ void MemoryCopy32(u32 *dest, u32 *src, s32 size);
void InitHeapInternal(void);
void DoInitHeap(struct HeapDescriptor *, struct HeapSettings *, struct HeapFreeListElement *, u32);
void InitSubHeap(struct HeapDescriptor *, struct HeapMemoryBlock *, u32);
+s32 _LocateSet(struct HeapDescriptor *heap, s32 size, s32 param_3);
+void *MemoryAlloc(s32 size, s32 b);
+void MemoryFree(void *a);
#endif // GUARD_MEMORY_H