aboutsummaryrefslogtreecommitdiffstats
path: root/src/system.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2021-02-25 12:12:15 -0500
committerDavid Robillard <d@drobilla.net>2021-03-08 23:23:05 -0500
commitd4a5e5c0581aa25ac91e1d3d7d5900f0d7202ed9 (patch)
tree394037cd3a28e2305f3a7870a46728aaea48de2d /src/system.h
parent0daee5d67f5924f260651556a46f0af354fca341 (diff)
downloadserd-d4a5e5c0581aa25ac91e1d3d7d5900f0d7202ed9.tar.gz
serd-d4a5e5c0581aa25ac91e1d3d7d5900f0d7202ed9.tar.bz2
serd-d4a5e5c0581aa25ac91e1d3d7d5900f0d7202ed9.zip
Split up serd_internal.h
Diffstat (limited to 'src/system.h')
-rw-r--r--src/system.h2
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*