HomeSort by: relevance | last modified time | path
    Searched defs:jemalloc_arena (Results 1 - 1 of 1) sorted by relevancy

  /src/external/mpl/bind/dist/lib/isc/
mem.c 129 unsigned int jemalloc_arena; member in struct:isc_mem
564 .jemalloc_arena = ISC_MEM_ILLEGAL_ARENA,
613 arena_no = ctx->jemalloc_arena;
1597 (*mctxp)->jemalloc_arena = arena_no;
1626 if (mctx->jemalloc_arena == ISC_MEM_ILLEGAL_ARENA) {
1630 (void)snprintf(buf, sizeof(buf), "arena.%u.%s", mctx->jemalloc_arena,

Completed in 16 milliseconds