OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DSS_PREC_DEFAULT
(Results
1 - 2
of
2
) sorted by null
/external/jemalloc/include/jemalloc/internal/
chunk_dss.h
11
#define
DSS_PREC_DEFAULT
dss_prec_secondary
/external/jemalloc/src/
chunk_dss.c
19
static unsigned
dss_prec_default
= (unsigned)
DSS_PREC_DEFAULT
;
variable
49
ret = (dss_prec_t)atomic_read_u(&
dss_prec_default
);
59
atomic_write_u(&
dss_prec_default
, (unsigned)dss_prec);
Completed in 1461 milliseconds