OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SC_PTR_BITS
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/bsd/jemalloc/dist/include/jemalloc/internal/
sc.h
184
#define
SC_PTR_BITS
((1ULL << LG_SIZEOF_PTR) * 8)
195
#define SC_LG_BASE_MAX (
SC_PTR_BITS
- 2)
271
#define SC_MAX_BASE ((size_t)1 << (
SC_PTR_BITS
- 2))
272
#define SC_MAX_DELTA ((size_t)1 << (
SC_PTR_BITS
- 2 - SC_LG_NGROUP))
/src/external/bsd/jemalloc/include/jemalloc/internal/
sc.h
184
#define
SC_PTR_BITS
((1ULL << LG_SIZEOF_PTR) * 8)
195
#define SC_LG_BASE_MAX (
SC_PTR_BITS
- 2)
271
#define SC_MAX_BASE ((size_t)1 << (
SC_PTR_BITS
- 2))
272
#define SC_MAX_DELTA ((size_t)1 << (
SC_PTR_BITS
- 2 - SC_LG_NGROUP))
/src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/
sc.h
184
#define
SC_PTR_BITS
((1ULL << LG_SIZEOF_PTR) * 8)
195
#define SC_LG_BASE_MAX (
SC_PTR_BITS
- 2)
271
#define SC_MAX_BASE ((size_t)1 << (
SC_PTR_BITS
- 2))
272
#define SC_MAX_DELTA ((size_t)1 << (
SC_PTR_BITS
- 2 - SC_LG_NGROUP))
/src/external/bsd/jemalloc.old/include/jemalloc/internal/
sc.h
184
#define
SC_PTR_BITS
((1ULL << LG_SIZEOF_PTR) * 8)
195
#define SC_LG_BASE_MAX (
SC_PTR_BITS
- 2)
271
#define SC_MAX_BASE ((size_t)1 << (
SC_PTR_BITS
- 2))
272
#define SC_MAX_DELTA ((size_t)1 << (
SC_PTR_BITS
- 2 - SC_LG_NGROUP))
/src/external/bsd/jemalloc/dist/src/
eset.c
202
* it's set to opt_lg_extent_max_active_fit for the dirty eset and
SC_PTR_BITS
223
if (lg_max_fit ==
SC_PTR_BITS
) {
229
lg_max_fit =
SC_PTR_BITS
- 1;
extent.c
426
? (unsigned)opt_lg_extent_max_active_fit :
SC_PTR_BITS
;
/src/external/bsd/jemalloc.old/dist/src/
eset.c
202
* it's set to opt_lg_extent_max_active_fit for the dirty eset and
SC_PTR_BITS
223
if (lg_max_fit ==
SC_PTR_BITS
) {
229
lg_max_fit =
SC_PTR_BITS
- 1;
extent.c
426
? (unsigned)opt_lg_extent_max_active_fit :
SC_PTR_BITS
;
Completed in 31 milliseconds
Indexes created Sun Apr 19 00:22:55 UTC 2026