Home
last modified time | relevance | path

Searched refs:WITNESS_RANK_ARENA (Results 1 – 2 of 2) sorted by relevance

/external/jemalloc/include/jemalloc/internal/
Dwitness.h26 #define WITNESS_RANK_ARENA 9U macro
/external/jemalloc/src/
Darena.c3557 if (malloc_mutex_init(&arena->lock, "arena", WITNESS_RANK_ARENA)) in arena_new()