Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Dwitness.h50 #define WITNESS_RANK_BASE 18U macro
/f-stack/app/redis-5.0.5/deps/jemalloc/src/
H A Dbase.c366 if (malloc_mutex_init(&base->mtx, "base", WITNESS_RANK_BASE, in base_new()