Searched refs:dynamic_opts_t (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12-stable/contrib/jemalloc/src/ |
| D | jemalloc.c | 1652 typedef struct dynamic_opts_s dynamic_opts_t; typedef 1664 dynamic_opts_init(dynamic_opts_t *dynamic_opts) { in dynamic_opts_init() 1676 imalloc_no_sample(static_opts_t *sopts, dynamic_opts_t *dopts, tsd_t *tsd, in imalloc_no_sample() 1718 imalloc_sample(static_opts_t *sopts, dynamic_opts_t *dopts, tsd_t *tsd, in imalloc_sample() 1753 compute_size_with_overflow(bool may_overflow, dynamic_opts_t *dopts, in compute_size_with_overflow() 1791 imalloc_body(static_opts_t *sopts, dynamic_opts_t *dopts, tsd_t *tsd) { in imalloc_body() 1989 imalloc(static_opts_t *sopts, dynamic_opts_t *dopts) { in imalloc() 2026 dynamic_opts_t dopts; in JEMALLOC_ATTR() 2054 dynamic_opts_t dopts; in je_posix_memalign() 2089 dynamic_opts_t dopts; in JEMALLOC_ATTR() [all …]
|