inline fn rawFree(self: Allocator, buf: []u8, log2_buf_align: u8, ret_addr: usize) void
This function is not intended to be called except from within the implementation of an Allocator
self: Allocator,
buf: []u8,
log2_buf_align: u8,
ret_addr: usize,