diff options
| author | Douglas B. Rumbaugh <doug@douglasrumbaugh.com> | 2025-11-02 17:57:17 -0500 |
|---|---|---|
| committer | Douglas B. Rumbaugh <doug@douglasrumbaugh.com> | 2025-11-02 17:57:17 -0500 |
| commit | 33be32d518e17c8f8971fa7c1fe09adcccd82a67 (patch) | |
| tree | f283d00a8724dea295f43b4b626c428a570a1560 /include | |
| parent | d22ffffb379ebda21bf792bf18ed9e1324e8902b (diff) | |
| download | liballoc-33be32d518e17c8f8971fa7c1fe09adcccd82a67.tar.gz | |
Added splitting and some basic testing for it
Diffstat (limited to 'include')
| -rw-r--r-- | include/constants.h | 1 |
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 |