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/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/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/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...]

Completed in 28 milliseconds