fn testAllocator(base_allocator: mem.Allocator) !void
This one should not try alignments that exceed what C malloc can handle.
base_allocator: mem.Allocator,