| /src/external/bsd/jemalloc.old/dist/scripts/ |
| gen_travis.py | 80 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))
|
| /src/external/bsd/jemalloc/dist/test/unit/ |
| malloc_conf_2.c | 3 const char *malloc_conf = "dirty_decay_ms:1000"; variable
|
| background_thread_enable.c | 3 const char *malloc_conf = "background_thread:false,narenas:1,max_background_threads:20"; variable
|
| huge.c | 4 const char *malloc_conf = "oversize_threshold:2097152"; variable
|
| tcache_max.c | 4 const char *malloc_conf = TEST_SAN_UAF_ALIGN_DISABLE; variable
|
| uaf.c | 9 const char *malloc_conf = TEST_SAN_UAF_ALIGN_ENABLE; variable
|
| mallctl.c | 254 TEST_MALLCTL_CONFIG(malloc_conf, const char *);
|
| /src/external/bsd/jemalloc/include/jemalloc/ |
| jemalloc_rename.h | 15 # define je_malloc_conf malloc_conf
|
| jemalloc_mangle.h | 20 # define malloc_conf je_malloc_conf macro
|
| jemalloc_mangle_jet.h | 20 # define malloc_conf jet_malloc_conf macro
|
| jemalloc.h | 87 # define je_malloc_conf malloc_conf 450 # define malloc_conf je_malloc_conf macro
|
| /src/external/bsd/jemalloc.old/include/jemalloc/ |
| jemalloc_rename.h | 15 # define je_malloc_conf malloc_conf
|
| jemalloc_mangle.h | 20 # define malloc_conf je_malloc_conf macro
|
| jemalloc_mangle_jet.h | 20 # define malloc_conf jet_malloc_conf macro
|
| jemalloc.h | 78 # define je_malloc_conf malloc_conf 409 # define malloc_conf je_malloc_conf macro
|
| /src/external/bsd/jemalloc/include/jemalloc/internal/ |
| public_namespace.h | 9 #define je_malloc_conf JEMALLOC_N(malloc_conf)
|
| /src/external/bsd/jemalloc.old/include/jemalloc/internal/ |
| public_namespace.h | 9 #define je_malloc_conf JEMALLOC_N(malloc_conf)
|
| /src/external/bsd/jemalloc.old/dist/test/unit/ |
| background_thread_enable.c | 3 const char *malloc_conf = "background_thread:false,narenas:1,max_background_threads:20"; variable
|
| mallctl.c | 133 TEST_MALLCTL_CONFIG(malloc_conf, const char *);
|
| /src/external/mpl/bind/dist/lib/isc/ |
| jemalloc_shim.h | 25 const char *malloc_conf = NULL; variable
|
| /src/external/bsd/jemalloc/dist/scripts/ |
| gen_travis.py | 68 MALLOC_CONF = auto() 89 return Option(Option.Type.MALLOC_CONF, value) 150 # 'malloc_conf' symbols and such, which are declared weak under Linux. 177 malloc_conf = [x.value for x in combination if x.type == Option.Type.MALLOC_CONF] 180 if len(malloc_conf) > 0: 181 configure_flags.append('--with-malloc-conf=' + ','.join(malloc_conf)) 213 configure flags and malloc_conf settings.
|
| /src/external/bsd/jemalloc/dist/include/jemalloc/ |
| jemalloc_protos.h.in | 6 extern JEMALLOC_EXPORT const char *@je_@malloc_conf;
|
| /src/external/bsd/jemalloc.old/dist/include/jemalloc/ |
| jemalloc_protos.h.in | 6 extern JEMALLOC_EXPORT const char *@je_@malloc_conf;
|
| /src/external/bsd/jemalloc/dist/ |
| configure | 1498 --with-malloc-conf=<malloc_conf> 1499 config.malloc_conf options string 1507 (used with malloc_conf slab_sizes) 10356 public_syms="aligned_alloc calloc dallocx free mallctl mallctlbymib mallctlnametomib malloc malloc_conf malloc_conf_2_conf_harder malloc_message malloc_stats_print malloc_usable_size mallocx smallocx_${jemalloc_version_gid} nallocx posix_memalign rallocx realloc sallocx sdallocx xallocx" 10483 # Check whether --with-malloc_conf was given. 15781 { $as_echo "$as_me:${as_lineno-$LINENO}: result: malloc_conf : ${config_malloc_conf}" >&5 15782 $as_echo "malloc_conf : ${config_malloc_conf}" >&6; }
|
| /src/external/bsd/jemalloc.old/dist/ |
| configure | 1462 --with-malloc-conf=<malloc_conf> 1463 config.malloc_conf options string 8745 public_syms="aligned_alloc calloc dallocx free mallctl mallctlbymib mallctlnametomib malloc malloc_conf malloc_message malloc_stats_print malloc_usable_size mallocx nallocx posix_memalign rallocx realloc sallocx sdallocx xallocx" 8851 # Check whether --with-malloc_conf was given. 13689 { $as_echo "$as_me:${as_lineno-$LINENO}: result: malloc_conf : ${config_malloc_conf}" >&5 13690 $as_echo "malloc_conf : ${config_malloc_conf}" >&6; }
|