mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-15 21:27:18 +03:00
Remove unused mutex from hpa_central
This commit is contained in:
parent
4edea8eb8e
commit
f743690739
2 changed files with 1 additions and 10 deletions
|
|
@ -9,11 +9,6 @@
|
|||
|
||||
typedef struct hpa_central_s hpa_central_t;
|
||||
struct hpa_central_s {
|
||||
/*
|
||||
* The mutex guarding most of the operations on the central data
|
||||
* structure.
|
||||
*/
|
||||
malloc_mutex_t mtx;
|
||||
/*
|
||||
* Guards expansion of eden. We separate this from the regular mutex so
|
||||
* that cheaper operations can still continue while we're doing the OS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue