fn SbrkAllocator(comptime sbrk: *const fn (usize) usize) type
sbrk: *const fn (usize) usize,
lock: std.Thread.Mutex = .{ },
Allocator.VTable