aboutsummaryrefslogtreecommitdiff
path: root/tinyalloc.h
diff options
context:
space:
mode:
Diffstat (limited to 'tinyalloc.h')
-rw-r--r--tinyalloc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tinyalloc.h b/tinyalloc.h
index 73e2b74..997dc74 100644
--- a/tinyalloc.h
+++ b/tinyalloc.h
@@ -22,8 +22,8 @@
#define TA_HEAP_BLOCKS 256
#endif
-#ifndef TA_SIZE_THRESHOLD
-#define TA_SIZE_THRESHOLD 16
+#ifndef TA_SPLIT_THRESH
+#define TA_SPLIT_THRESH 16
#endif
bool ta_init();