diff options
Diffstat (limited to 'src/system.h')
-rw-r--r-- | src/system.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/system.h b/src/system.h index f0e6e267..c0e970e0 100644 --- a/src/system.h +++ b/src/system.h @@ -22,6 +22,8 @@ #include <stdint.h> #include <stdio.h> +#define SERD_PAGE_SIZE 4096 + /// Allocate a buffer aligned to `alignment` bytes SERD_I_MALLOC_FUNC void* |