Searched refs:MALLOC_CONF (Results 1 – 7 of 7) sorted by relevance
| /freebsd/bin/sh/tests/execution/ |
| H A D | func1.0 | 2 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 D | gen_travis.py | 68 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 D | Makefile.in | 65 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 D | INSTALL.md | 87 MALLOC_CONF --> PREFIX_MALLOC_CONF 119 MALLOC_CONF environment variable. For example, to change the default decay
|
| H A D | ChangeLog | 1039 - 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 D | Makefile | 845 MAKE_TEST_ENV+= MALLOC_CONF="junk:true" # for jemalloc 510
|
| /freebsd/contrib/bmake/unit-tests/ |
| H A D | Makefile | 842 MAKE_TEST_ENV+= MALLOC_CONF="junk:true" # for jemalloc 510
|