mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-06-27 14:25:49 +03:00
Header refactoring: unify and de-catchall mutex_pool.
This commit is contained in:
parent
98774e64a4
commit
041e041e1f
7 changed files with 15 additions and 26 deletions
|
|
@ -8,6 +8,7 @@
|
|||
#include "jemalloc/internal/ph.h"
|
||||
#include "jemalloc/internal/rtree.h"
|
||||
#include "jemalloc/internal/mutex.h"
|
||||
#include "jemalloc/internal/mutex_pool.h"
|
||||
|
||||
/******************************************************************************/
|
||||
/* Data. */
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@
|
|||
#include "jemalloc/internal/jemalloc_internal_includes.h"
|
||||
|
||||
#include "jemalloc/internal/mutex.h"
|
||||
#include "jemalloc/internal/mutex_pool.h"
|
||||
|
||||
bool
|
||||
mutex_pool_init(mutex_pool_t *pool, const char *name, witness_rank_t rank) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue