inline fn rawAlloc(self: Allocator, len: usize, ptr_align: u8, ret_addr: usize) ?[*]u8
This function is not intended to be called except from within the implementation of an Allocator
self: Allocator,
len: usize,
ptr_align: u8,
ret_addr: usize,