aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDouglas B. Rumbaugh <doug@douglasrumbaugh.com>2025-11-02 17:57:17 -0500
committerDouglas B. Rumbaugh <doug@douglasrumbaugh.com>2025-11-02 17:57:17 -0500
commit33be32d518e17c8f8971fa7c1fe09adcccd82a67 (patch)
treef283d00a8724dea295f43b4b626c428a570a1560 /include
parentd22ffffb379ebda21bf792bf18ed9e1324e8902b (diff)
downloadliballoc-33be32d518e17c8f8971fa7c1fe09adcccd82a67.tar.gz
Added splitting and some basic testing for it
Diffstat (limited to 'include')
-rw-r--r--include/constants.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/constants.h b/include/constants.h
index 7d88060..8cb2db7 100644
--- a/include/constants.h
+++ b/include/constants.h
@@ -14,5 +14,6 @@
#define MAGIC_NUMBER 0x123456789
#define ALIGNMENT 16
+#define SPLIT_THRESHOLD 64
#endif