Searched refs:static_opts_t (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/jemalloc/src/ |
H A D | jemalloc.c | 1819 typedef struct static_opts_s static_opts_t; typedef 1868 static_opts_init(static_opts_t *static_opts) { in static_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() 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() 2277 static_opts_t sopts; in malloc_default() 2399 static_opts_t sopts; in je_posix_memalign() 2440 static_opts_t sopts; in JEMALLOC_ATTR() [all …]
|