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

  /src/lib/libc/stdlib/
jemalloc.c 38 * + Multiple arenas are used if there are multiple CPUs, which reduces lock
41 * + Cache line sharing between arenas is avoided for internal data
46 * mechanism for associating allocations with particular arenas.
687 static size_t arena_maxclass; /* Max size class for arenas. */
759 * Arenas.
763 * Arenas that are used to service external requests. Not all elements of the
764 * arenas array are necessarily used; arenas are created lazily as needed.
766 static arena_t **arenas; variable in typeref:typename:arena_t **
768 static malloc_mutex_t arenas_mtx; /* Protects arenas initialization. *
    [all...]

Completed in 34 milliseconds