OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:have_dss
(Results
1 - 6
of
6
) sorted by null
/external/jemalloc/src/
chunk_dss.c
48
if (
have_dss
== false)
60
if (
have_dss
== false)
73
cassert(
have_dss
);
147
cassert(
have_dss
);
164
cassert(
have_dss
);
179
if (
have_dss
)
187
if (
have_dss
)
195
if (
have_dss
)
chunk.c
155
if (
have_dss
&& dss_prec == dss_prec_primary) {
169
if (
have_dss
&& dss_prec == dss_prec_secondary) {
353
if (
have_dss
&& chunk_in_dss(chunk))
404
if (
have_dss
&& chunk_dss_boot())
huge.c
144
if (config_fill &&
have_dss
&& opt_junk) {
149
if (config_munmap == false || (
have_dss
&& chunk_in_dss(ptr)))
arena.c
[
all
...]
/external/jemalloc/test/integration/
MALLOCX_ARENA.c
5
static bool
have_dss
=
variable
32
int expected_err = (
have_dss
|| prec_ind == 0) ? 0 : EFAULT;
/external/jemalloc/include/jemalloc/internal/
jemalloc_internal.h
31
static const bool
have_dss
=
variable
Completed in 52 milliseconds