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