aboutsummaryrefslogtreecommitdiff
path: root/tinyalloc.h
diff options
context:
space:
mode:
authorKarsten Schmidt <k@postspectacular.com>2017-07-14 21:14:55 +0100
committerKarsten Schmidt <k@postspectacular.com>2017-07-14 21:14:55 +0100
commit1c06015c61c0b5b1a3e67f87b13d73c57209d59d (patch)
tree3e5b2d2b1559c53c15214a58eb15387a4b1b67f6 /tinyalloc.h
parent11fdb10451c8cf1ecc4e65ae9da45b8c7e95a50d (diff)
update readme, add mem layout diag, rename defines & heap struct fields
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();