diff options
author | Jason Evans <jasone@canonware.com> | 2016-06-01 18:35:30 (GMT) |
---|---|---|
committer | Jason Evans <jasone@canonware.com> | 2016-06-06 03:42:23 (GMT) |
commit | c9a76481d8e411e52240a4e4313dbbfa99801073 (patch) | |
tree | 660f60cb2b699c808b43a302df061dc8ca29745d /include/jemalloc/internal/witness.h | |
parent | 127026ad989c06feda12371e584b4af4dffaf2db (diff) | |
download | jemalloc-c9a76481d8e411e52240a4e4313dbbfa99801073.zip jemalloc-c9a76481d8e411e52240a4e4313dbbfa99801073.tar.gz jemalloc-c9a76481d8e411e52240a4e4313dbbfa99801073.tar.bz2 |
Rename chunks_{cached,retained,mtx} to extents_{cached,retained,mtx}.
Diffstat (limited to 'include/jemalloc/internal/witness.h')
-rw-r--r-- | include/jemalloc/internal/witness.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/jemalloc/internal/witness.h b/include/jemalloc/internal/witness.h index 8c56c21..e2f8563 100644 --- a/include/jemalloc/internal/witness.h +++ b/include/jemalloc/internal/witness.h @@ -24,7 +24,7 @@ typedef int witness_comp_t (const witness_t *, void *, const witness_t *, #define WITNESS_RANK_PROF_GCTX 7U #define WITNESS_RANK_ARENA 8U -#define WITNESS_RANK_ARENA_CHUNKS 9U +#define WITNESS_RANK_ARENA_EXTENTS 9U #define WITNESS_RANK_ARENA_EXTENT_CACHE 10 #define WITNESS_RANK_RTREE_ELM 11U |