This commit is contained in:
Nicolas Patry 2024-08-29 12:37:48 +02:00
parent 0c00b9495d
commit b4126793a5
No known key found for this signature in database
GPG Key ID: 64AF4752B2967863

View File

@ -25,7 +25,6 @@ pub struct RadixAllocator {
impl RadixAllocator {
pub fn new(block_size: u32, n_blocks: u32, window_size: Option<u32>) -> Self {
RadixAllocator {
allocation_id: 0,
allocations: HashMap::new(),