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

  /src/external/bsd/jemalloc/dist/include/jemalloc/internal/
psset.h 9 * a collection of page-slabs (the intent being that they are backed by
35 * We reserve the last two indices for empty slabs, in that case purging
65 /* Non-huge and huge slabs. */
66 psset_bin_stats_t slabs[PSSET_NHUGE]; member in struct:psset_stats_s
70 * stats for the non-huge slabs in bucket pszind, while
71 * nonfull_slabs[pszind][1] contains stats for the huge slabs.
76 * Full slabs don't live in any edata heap, but we still track their
81 /* Empty slabs are similar. */
96 * Slabs with no active allocations, but which are allowed to serve new
101 * Slabs which are available to be purged, ordered by how much we wan
    [all...]
  /src/external/bsd/jemalloc/include/jemalloc/internal/
psset.h 9 * a collection of page-slabs (the intent being that they are backed by
35 * We reserve the last two indices for empty slabs, in that case purging
65 /* Non-huge and huge slabs. */
66 psset_bin_stats_t slabs[PSSET_NHUGE]; member in struct:psset_stats_s
70 * stats for the non-huge slabs in bucket pszind, while
71 * nonfull_slabs[pszind][1] contains stats for the huge slabs.
76 * Full slabs don't live in any edata heap, but we still track their
81 /* Empty slabs are similar. */
96 * Slabs with no active allocations, but which are allowed to serve new
101 * Slabs which are available to be purged, ordered by how much we wan
    [all...]
  /src/external/bsd/unbound/dist/services/cache/
rrset.c 64 size_t slabs = (cfg?cfg->rrset_cache_slabs:HASH_DEFAULT_SLABS); local
68 struct rrset_cache *r = (struct rrset_cache*)slabhash_create(slabs,

Completed in 66 milliseconds