Home
last modified time | relevance | path

Searched refs:malloc_conf (Results 1 – 10 of 10) sorted by relevance

/f-stack/app/redis-5.0.5/deps/jemalloc/scripts/
H A Dgen_travis.py80 malloc_conf = [ variable
83 if os == 'osx' and ('dss:primary' in malloc_conf or \
84 'percpu_arena:percpu' in malloc_conf or 'background_thread:true' \
85 in malloc_conf):
87 if len(malloc_conf) > 0:
88 configure_flags.append('--with-malloc-conf=' + ",".join(malloc_conf))
/f-stack/app/redis-5.0.5/deps/jemalloc/test/unit/
H A Dbackground_thread_enable.c3 const char *malloc_conf = "background_thread:false,narenas:1,max_background_threads:20"; variable
H A Dmallctl.c133 TEST_MALLCTL_CONFIG(malloc_conf, const char *); in TEST_BEGIN()
/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/
H A Djemalloc_protos.h.in6 extern JEMALLOC_EXPORT const char *@je_@malloc_conf;
/f-stack/app/redis-5.0.5/deps/jemalloc/
H A DINSTALL.md82 malloc_conf --> prefix_malloc_conf
112 * `--with-malloc-conf=<malloc_conf>`
114 Embed `<malloc_conf>` as a run-time options string that is processed prior to
115 the malloc_conf global variable, the /etc/malloc.conf symlink, and the
H A DTUNING.md14 [malloc_conf](http://jemalloc.net/jemalloc.3.html#tuning).
H A Dconfigure.ac851 …alloc calloc dallocx free mallctl mallctlbymib mallctlnametomib malloc malloc_conf malloc_message …
913 dnl Specify default malloc_conf.
914 AC_ARG_WITH([malloc_conf], optwith
915 [AS_HELP_STRING([--with-malloc-conf=<malloc_conf>], [config.malloc_conf options string])],
2279 AC_MSG_RESULT([malloc_conf : ${config_malloc_conf}])
H A Dconfigure1462 --with-malloc-conf=<malloc_conf>
1463 config.malloc_conf options string
13689 { $as_echo "$as_me:${as_lineno-$LINENO}: result: malloc_conf : ${config_malloc_conf}" >&5
13690 $as_echo "malloc_conf : ${config_malloc_conf}" >&6; }
H A DChangeLog458 - Fix malloc_conf overriding to work on Windows. (@jasone)
838 - Mark malloc_conf as a weak symbol so that the application can override it.
/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Djemalloc_internal_defs.h.in355 /* config.malloc_conf options string. */