Fix arena_delete()

This commit is contained in:
2024-01-16 01:38:49 +01:00
parent 6b46af52aa
commit f67a3cc335
3 changed files with 4 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
#pragma once
#define KNOB_MMAP_SIZE (1UL << 40UL)
#define KNOB_MMAP_SIZE (1UL << 36UL)
#define KNOB_ALIGNMENT (sizeof(char*))