Changes

4 bytes added ,  06:42, 12 January 2022
→‎Syscall Table: I think we can confidently say that syscall 0x19 is IOS_AllocAligned, since the IPC function is called that, and the rest of the syscall IPC functions have the same name
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
5,579

edits