mirror of
https://github.com/lightpanda-io/browser.git
synced 2026-02-04 14:33:47 +00:00
Move page out of arena so that the arena can be reset between navigates
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user