summaryrefslogtreecommitdiff
path: root/deps/jemalloc/include/jemalloc/internal/extent_types.h
diff options
context:
space:
mode:
authorYoav Steinberg <yoav@monfort.co.il>2021-10-10 18:03:38 +0300
committerYoav Steinberg <yoav@monfort.co.il>2021-10-10 18:03:38 +0300
commit4a884343f5935f7d470ab0ce013a421f119cfb3a (patch)
treeb65b2ddf334d971d42a297b11c3f2022353a2a69 /deps/jemalloc/include/jemalloc/internal/extent_types.h
parent7ff7536e2c55a8a624eb52ffc35c08441425e683 (diff)
downloadredis-4a884343f5935f7d470ab0ce013a421f119cfb3a.tar.gz
Delete old jemalloc before pulling in subtree.
Diffstat (limited to 'deps/jemalloc/include/jemalloc/internal/extent_types.h')
-rw-r--r--deps/jemalloc/include/jemalloc/internal/extent_types.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/deps/jemalloc/include/jemalloc/internal/extent_types.h b/deps/jemalloc/include/jemalloc/internal/extent_types.h
deleted file mode 100644
index c0561d99f..000000000
--- a/deps/jemalloc/include/jemalloc/internal/extent_types.h
+++ /dev/null
@@ -1,17 +0,0 @@
-#ifndef JEMALLOC_INTERNAL_EXTENT_TYPES_H
-#define JEMALLOC_INTERNAL_EXTENT_TYPES_H
-
-typedef struct extent_s extent_t;
-typedef struct extents_s extents_t;
-
-#define EXTENT_HOOKS_INITIALIZER NULL
-
-#define EXTENT_GROW_MAX_PIND (NPSIZES - 1)
-
-/*
- * When reuse (and split) an active extent, (1U << opt_lg_extent_max_active_fit)
- * is the max ratio between the size of the active extent and the new extent.
- */
-#define LG_EXTENT_MAX_ACTIVE_FIT_DEFAULT 6
-
-#endif /* JEMALLOC_INTERNAL_EXTENT_TYPES_H */