OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Sun Apr 19 00:22:55 UTC 2026