Files
arena-allocator/include/knob.h

7 lines
92 B
C

#pragma once
#define KNOB_MMAP_SIZE (1UL << 40UL)
#define KNOB_ALIGNMENT (sizeof(char*))