mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-06-05 11:44:18 +03:00
Profile per arena base mutex, instead of just a0.
This commit is contained in:
parent
d3fde1c124
commit
362e356675
3 changed files with 7 additions and 6 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue