Searched refs:dynamic_opts_t (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/jemalloc/src/ |
H A D | jemalloc.c | 1890 typedef struct dynamic_opts_s dynamic_opts_t; typedef 1903 dynamic_opts_init(dynamic_opts_t *dynamic_opts) { in dynamic_opts_init() 1916 imalloc_no_sample(static_opts_t *sopts, dynamic_opts_t *dopts, tsd_t *tsd, in imalloc_no_sample() 1958 imalloc_sample(static_opts_t *sopts, dynamic_opts_t *dopts, tsd_t *tsd, in imalloc_sample() 1994 compute_size_with_overflow(bool may_overflow, dynamic_opts_t *dopts, in compute_size_with_overflow() 2032 imalloc_body(static_opts_t *sopts, dynamic_opts_t *dopts, tsd_t *tsd) { in imalloc_body() 2232 imalloc_init_check(static_opts_t *sopts, dynamic_opts_t *dopts) { in imalloc_init_check() 2250 imalloc(static_opts_t *sopts, dynamic_opts_t *dopts) { in imalloc() 2278 dynamic_opts_t dopts; in malloc_default() 2400 dynamic_opts_t dopts; in je_posix_memalign() [all …]
|