mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-19 00:43:16 +03:00
Relocate a few prof utilities to the right modules
This commit is contained in:
parent
4736fb4fc9
commit
d128efcb6a
9 changed files with 30 additions and 30 deletions
|
|
@ -25,6 +25,10 @@
|
|||
|
||||
/******************************************************************************/
|
||||
|
||||
malloc_mutex_t bt2gctx_mtx;
|
||||
malloc_mutex_t tdatas_mtx;
|
||||
malloc_mutex_t prof_dump_mtx;
|
||||
|
||||
/*
|
||||
* Table of mutexes that are shared among gctx's. These are leaf locks, so
|
||||
* there is no problem with using them for more than one gctx at the same time.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue