Home
last modified time | relevance | path

Searched refs:WITNESS_RANK_BASE (Results 1 – 4 of 4) sorted by relevance

/external/jemalloc/src/
Dbase.c159 if (malloc_mutex_init(&base_mtx, "base", WITNESS_RANK_BASE)) in base_boot()
/external/jemalloc/include/jemalloc/internal/
Dwitness.h30 #define WITNESS_RANK_BASE 12U macro
/external/jemalloc_new/include/jemalloc/internal/
Dwitness.h50 #define WITNESS_RANK_BASE 18U macro
/external/jemalloc_new/src/
Dbase.c366 if (malloc_mutex_init(&base->mtx, "base", WITNESS_RANK_BASE, in base_new()