Home
last modified time | relevance | path

Searched refs:MALLOC_CONF (Results 1 – 7 of 7) sorted by relevance

/freebsd/bin/sh/tests/execution/
H A Dfunc1.02 MALLOC_CONF=junk:true ${SH} -c 'g() { g() { :; }; :; }; g' &&
3 MALLOC_CONF=junk:true ${SH} -c 'g() { unset -f g; :; }; g'
/freebsd/contrib/jemalloc/scripts/
H A Dgen_travis.py68 MALLOC_CONF = auto() variable in Option.Type
89 return Option(Option.Type.MALLOC_CONF, value)
177 malloc_conf = [x.value for x in combination if x.type == Option.Type.MALLOC_CONF]
/freebsd/contrib/jemalloc/
H A DMakefile.in65 MALLOC_CONF := @JEMALLOC_CPREFIX@MALLOC_CONF
676 …$(MALLOC_CONF)="prof:true" $(SHELL) $(objroot)test/test.sh $(TESTS_INTEGRATION:$(srcroot)%.c=$(obj…
677 …$(MALLOC_CONF)="prof:true,prof_active:false" $(SHELL) $(objroot)test/test.sh $(TESTS_INTEGRATION:$…
680 …$(MALLOC_CONF)="dirty_decay_ms:-1,muzzy_decay_ms:-1" $(SHELL) $(objroot)test/test.sh $(TESTS_INTEG…
681 …$(MALLOC_CONF)="dirty_decay_ms:0,muzzy_decay_ms:0" $(SHELL) $(objroot)test/test.sh $(TESTS_INTEGRA…
686 …$(MALLOC_CONF)="prof:true" $(SHELL) $(objroot)test/test.sh $(TESTS_ANALYZE:$(srcroot)%.c=$(objroot…
H A DINSTALL.md87 MALLOC_CONF --> PREFIX_MALLOC_CONF
119 MALLOC_CONF environment variable. For example, to change the default decay
H A DChangeLog1039 - Ignore MALLOC_CONF in set{uid,gid,cap} binaries.
1266 manually specify MALLOC_CONF=valgrind:true.
1510 - Replace JEMALLOC_OPTIONS/JEMALLOC_PROF_PREFIX with MALLOC_CONF, which is
1514 MALLOC_CONF=abort:true,fill:true,stats_print:true
1530 - Remove JEMALLOC_OPTIONS and malloc_options (see MALLOC_CONF above).
/freebsd/usr.bin/bmake/unit-tests/
H A DMakefile845 MAKE_TEST_ENV+= MALLOC_CONF="junk:true" # for jemalloc 510
/freebsd/contrib/bmake/unit-tests/
H A DMakefile842 MAKE_TEST_ENV+= MALLOC_CONF="junk:true" # for jemalloc 510