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 128 unsigned int jemalloc_arena; member in struct:isc_mem
564 .jemalloc_arena = ISC_MEM_ILLEGAL_ARENA,
614 arena_no = ctx->jemalloc_arena;
1616 (*mctxp)->jemalloc_arena = arena_no;
1645 if (mctx->jemalloc_arena == ISC_MEM_ILLEGAL_ARENA) {
1649 (void)snprintf(buf, sizeof(buf), "arena.%u.%s", mctx->jemalloc_arena,

Completed in 24 milliseconds