Profile per arena base mutex, instead of just a0.

This commit is contained in:
Qi Wang
2017-03-22 01:49:56 -07:00
committed by Qi Wang
parent d3fde1c124
commit 362e356675
3 changed files with 7 additions and 6 deletions

View File

@@ -2,7 +2,6 @@
#define JEMALLOC_INTERNAL_CTL_TYPES_H
#define GLOBAL_PROF_MUTEXES \
OP(base) \
OP(ctl) \
OP(prof)
@@ -21,6 +20,7 @@ typedef enum {
OP(extents_retained) \
OP(decay_dirty) \
OP(decay_muzzy) \
OP(base) \
OP(tcache_list)
typedef enum {