summaryrefslogtreecommitdiff
path: root/include/jemalloc/internal/tsd_types.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/jemalloc/internal/tsd_types.h')
-rw-r--r--include/jemalloc/internal/tsd_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/jemalloc/internal/tsd_types.h b/include/jemalloc/internal/tsd_types.h
index 6200af61f..a6ae37da5 100644
--- a/include/jemalloc/internal/tsd_types.h
+++ b/include/jemalloc/internal/tsd_types.h
@@ -1,7 +1,7 @@
#ifndef JEMALLOC_INTERNAL_TSD_TYPES_H
#define JEMALLOC_INTERNAL_TSD_TYPES_H
-#define MALLOC_TSD_CLEANUPS_MAX 2
+#define MALLOC_TSD_CLEANUPS_MAX 4
typedef struct tsd_s tsd_t;
typedef struct tsdn_s tsdn_t;