Bump up FixedBufferAllocator test memory to account for new tests
This commit is contained in:
@@ -609,7 +609,7 @@ test "ArenaAllocator" {
|
||||
try testAllocatorAlignedShrink(&arena_allocator.allocator);
|
||||
}
|
||||
|
||||
var test_fixed_buffer_allocator_memory: [30000 * @sizeOf(usize)]u8 = undefined;
|
||||
var test_fixed_buffer_allocator_memory: [40000 * @sizeOf(usize)]u8 = undefined;
|
||||
test "FixedBufferAllocator" {
|
||||
var fixed_buffer_allocator = FixedBufferAllocator.init(test_fixed_buffer_allocator_memory[0..]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user