Line 155:
Line 155:
| 18 || void* IOS_Alloc(int heapid, u32 size) || Allocate size bytes from the specified heap || pointer to memory
| 18 || void* IOS_Alloc(int heapid, u32 size) || Allocate size bytes from the specified heap || pointer to memory
|-
|-
−
| 19 || void* AllocAligned(int heapid, u32 size, u32 align) || Allocate size bytes from the specified heap with the requested alignment || pointer to aligned memory
+
| 19 || void* IOS_AllocAligned(int heapid, u32 size, u32 align) || Allocate size bytes from the specified heap with the requested alignment || pointer to aligned memory
|-
|-
| 1a || int IOS_Free(int heapid, void *ptr) || Release allocated memory back to the heap || 0 on success
| 1a || int IOS_Free(int heapid, void *ptr) || Release allocated memory back to the heap || 0 on success