Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/jemalloc/include/jemalloc/internal/
HDwitness.h50 #define WITNESS_RANK_BASE 19U macro
/freebsd-13-stable/contrib/jemalloc/src/
HDbase.c366 if (malloc_mutex_init(&base->mtx, "base", WITNESS_RANK_BASE, in base_new()