HomeSort by: relevance | last modified time | path
    Searched refs:npsizes (Results 1 - 8 of 8) sorted by relevancy

  /src/external/bsd/jemalloc/dist/src/
sc.c 98 int npsizes = 0; local
121 npsizes++;
149 npsizes++;
162 npsizes++;
190 npsizes++;
221 sc_data->npsizes = npsizes;
238 assert(sc_data->npsizes == SC_NPSIZES);
sec.c 29 pszind_t npsizes = sz_psz2ind(max_alloc) + 1; local
32 size_t sz_bins = opts->nshards * (size_t)npsizes * sizeof(sec_bin_t);
54 for (pszind_t j = 0; j < npsizes; j++) {
72 sec->npsizes = npsizes;
131 if (shard->to_flush_next == sec->npsizes) {
235 assert(pszind < sec->npsizes);
286 for (pszind_t i = 0; i < sec->npsizes; i++) {
310 assert(pszind < sec->npsizes);
  /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/
size_classes.sh 171 npsizes=0
184 npsizes=$((${npsizes} + 1))
208 npsizes=$((${npsizes} + 1))
216 npsizes=$((${npsizes} + 1))
238 npsizes=$((${npsizes} + 1))
268 # - npsizes
    [all...]
  /src/external/bsd/jemalloc/dist/include/jemalloc/internal/
sec.h 94 pszind_t npsizes; member in struct:sec_s
sc.h 328 unsigned npsizes; member in struct:sc_data_s
  /src/external/bsd/jemalloc/include/jemalloc/internal/
sec.h 94 pszind_t npsizes; member in struct:sec_s
sc.h 328 unsigned npsizes; member in struct:sc_data_s
  /src/external/bsd/jemalloc/dist/test/unit/
sec.c 49 assert_u_ge(sec->npsizes, 0, "Zero size classes allowed for caching");

Completed in 35 milliseconds