Move page out of arena so that the arena can be reset between navigates

This commit is contained in:
Karl Seguin
2025-12-23 16:26:28 +08:00
parent 7c755483b1
commit bbf58a2807
2 changed files with 6 additions and 5 deletions

View File

@@ -10,7 +10,7 @@ const Slab = struct {
max_slot_count: usize,
bitset: std.bit_set.DynamicBitSetUnmanaged,
chunks: std.ArrayListUnmanaged([]u8),
chunks: std.ArrayList([]u8),
pub fn init(
allocator: Allocator,