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

  /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/
cache_bin.h 21 typedef uint16_t cache_bin_sz_t; typedef
37 * bits of a pointer, compared against a cache_bin_sz_t. So that's
38 * 1 << (sizeof(cache_bin_sz_t) * 8)
41 #define CACHE_BIN_NCACHED_MAX (((size_t)1 << sizeof(cache_bin_sz_t) * 8) \
64 cache_bin_sz_t ncached_max;
172 static inline cache_bin_sz_t
214 static inline cache_bin_sz_t
216 cache_bin_sz_t diff = cache_bin_diff(bin,
218 cache_bin_sz_t n = diff / sizeof(void *);
237 static inline cache_bin_sz_t
    [all...]
  /src/external/bsd/jemalloc.old/include/jemalloc/internal/
cache_bin.h 21 typedef uint16_t cache_bin_sz_t; typedef
37 * bits of a pointer, compared against a cache_bin_sz_t. So that's
38 * 1 << (sizeof(cache_bin_sz_t) * 8)
41 #define CACHE_BIN_NCACHED_MAX (((size_t)1 << sizeof(cache_bin_sz_t) * 8) \
64 cache_bin_sz_t ncached_max;
172 static inline cache_bin_sz_t
214 static inline cache_bin_sz_t
216 cache_bin_sz_t diff = cache_bin_diff(bin,
218 cache_bin_sz_t n = diff / sizeof(void *);
237 static inline cache_bin_sz_t
    [all...]
  /src/external/bsd/jemalloc/dist/include/jemalloc/internal/
cache_bin.h 24 typedef uint16_t cache_bin_sz_t; typedef
44 * bits of a pointer, compared against a cache_bin_sz_t. So that's
45 * 1 << (sizeof(cache_bin_sz_t) * 8)
49 (((size_t)1 << sizeof(cache_bin_sz_t) * 8) / sizeof(void *) - 1)
71 cache_bin_sz_t ncached_max;
111 cache_bin_sz_t low_bits_low_water;
122 cache_bin_sz_t low_bits_full;
131 cache_bin_sz_t low_bits_empty;
206 static inline cache_bin_sz_t
212 static inline cache_bin_sz_t
    [all...]
  /src/external/bsd/jemalloc/include/jemalloc/internal/
cache_bin.h 24 typedef uint16_t cache_bin_sz_t; typedef
44 * bits of a pointer, compared against a cache_bin_sz_t. So that's
45 * 1 << (sizeof(cache_bin_sz_t) * 8)
49 (((size_t)1 << sizeof(cache_bin_sz_t) * 8) / sizeof(void *) - 1)
71 cache_bin_sz_t ncached_max;
111 cache_bin_sz_t low_bits_low_water;
122 cache_bin_sz_t low_bits_full;
131 cache_bin_sz_t low_bits_empty;
206 static inline cache_bin_sz_t
212 static inline cache_bin_sz_t
    [all...]

Completed in 14 milliseconds