OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MALLOC_CONF
(Results
1 - 18
of
18
) sorted by null
/external/jemalloc_new/test/unit/
arena_reset_prof.sh
3
export
MALLOC_CONF
="prof:true,lg_prof_sample:0"
decay.sh
3
export
MALLOC_CONF
="dirty_decay_ms:1000,muzzy_decay_ms:1000,lg_tcache_max:0"
pack.sh
4
export
MALLOC_CONF
="dirty_decay_ms:0,muzzy_decay_ms:0"
prof_idump.sh
3
export
MALLOC_CONF
="tcache:false"
5
export
MALLOC_CONF
="${
MALLOC_CONF
},prof:true,prof_accum:true,prof_active:false,lg_prof_sample:0,lg_prof_interval:0"
junk.sh
4
export
MALLOC_CONF
="abort:false,zero:false,junk:true"
junk_alloc.sh
4
export
MALLOC_CONF
="abort:false,zero:false,junk:alloc"
junk_free.sh
4
export
MALLOC_CONF
="abort:false,zero:false,junk:free"
prof_accum.sh
4
export
MALLOC_CONF
="prof:true,prof_accum:true,prof_active:false,lg_prof_sample:0"
prof_active.sh
4
export
MALLOC_CONF
="prof:true,prof_thread_active_init:false,lg_prof_sample:0"
prof_gdump.sh
4
export
MALLOC_CONF
="prof:true,prof_active:false,prof_gdump:true"
prof_reset.sh
4
export
MALLOC_CONF
="prof:true,prof_active:false,lg_prof_sample:0"
prof_tctx.sh
4
export
MALLOC_CONF
="prof:true,lg_prof_sample:0"
prof_thread_name.sh
4
export
MALLOC_CONF
="prof:true,prof_active:false"
zero.sh
4
export
MALLOC_CONF
="abort:false,junk:false,zero:true"
/external/jemalloc_new/test/integration/
extent.sh
4
export
MALLOC_CONF
="junk:false"
mallocx.sh
4
export
MALLOC_CONF
="junk:false"
xallocx.sh
4
export
MALLOC_CONF
="junk:false"
/external/jemalloc_new/test/
test.sh.in
14
# Make a copy of the @JEMALLOC_CPREFIX@
MALLOC_CONF
passed in to this script, so
16
export MALLOC_CONF_ALL=${@JEMALLOC_CPREFIX@
MALLOC_CONF
}
17
# Concatenate the individual test's
MALLOC_CONF
and MALLOC_CONF_ALL.
19
if [ "x${
MALLOC_CONF
}" != "x" -a "x${MALLOC_CONF_ALL}" != "x" ] ; then
20
export @JEMALLOC_CPREFIX@
MALLOC_CONF
="${
MALLOC_CONF
},${MALLOC_CONF_ALL}"
22
export @JEMALLOC_CPREFIX@
MALLOC_CONF
="${
MALLOC_CONF
}${MALLOC_CONF_ALL}"
41
# execute the test. This allows the shell script to set
MALLOC_CONF
, which
42
# is then used to set @JEMALLOC_CPREFIX@
MALLOC_CONF
(thus allowing th
[
all
...]
Completed in 270 milliseconds