syscall: ashet.process.memory.allocate
Documentation
Allocates a chunk of memory from the process heap.
Inputs
size: usizeThe size of the allocated memory block in bytes.
Passing 0 will never succeed.
ptr_align: u8The alignment
Outputs
Errors
SystemResourceIs returned when the system is out of memory.