xref: /netbsd-src/external/bsd/jemalloc.old/include/jemalloc/internal/private_namespace.h (revision 8e33eff89e26cf71871ead62f0d5063e1313c33a)
1*8e33eff8Schristos #define a0dalloc JEMALLOC_N(a0dalloc)
2*8e33eff8Schristos #define a0malloc JEMALLOC_N(a0malloc)
3*8e33eff8Schristos #define arena_choose_hard JEMALLOC_N(arena_choose_hard)
4*8e33eff8Schristos #define arena_cleanup JEMALLOC_N(arena_cleanup)
5*8e33eff8Schristos #define arena_init JEMALLOC_N(arena_init)
6*8e33eff8Schristos #define arena_migrate JEMALLOC_N(arena_migrate)
7*8e33eff8Schristos #define arena_set JEMALLOC_N(arena_set)
8*8e33eff8Schristos #define arena_tdata_get_hard JEMALLOC_N(arena_tdata_get_hard)
9*8e33eff8Schristos #define arenas JEMALLOC_N(arenas)
10*8e33eff8Schristos #define arenas_lock JEMALLOC_N(arenas_lock)
11*8e33eff8Schristos #define arenas_tdata_cleanup JEMALLOC_N(arenas_tdata_cleanup)
12*8e33eff8Schristos #define bootstrap_calloc JEMALLOC_N(bootstrap_calloc)
13*8e33eff8Schristos #define bootstrap_free JEMALLOC_N(bootstrap_free)
14*8e33eff8Schristos #define bootstrap_malloc JEMALLOC_N(bootstrap_malloc)
15*8e33eff8Schristos #define iarena_cleanup JEMALLOC_N(iarena_cleanup)
16*8e33eff8Schristos #define jemalloc_postfork_child JEMALLOC_N(jemalloc_postfork_child)
17*8e33eff8Schristos #define jemalloc_postfork_parent JEMALLOC_N(jemalloc_postfork_parent)
18*8e33eff8Schristos #define jemalloc_prefork JEMALLOC_N(jemalloc_prefork)
19*8e33eff8Schristos #define malloc_initialized JEMALLOC_N(malloc_initialized)
20*8e33eff8Schristos #define malloc_slow JEMALLOC_N(malloc_slow)
21*8e33eff8Schristos #define narenas_auto JEMALLOC_N(narenas_auto)
22*8e33eff8Schristos #define narenas_total_get JEMALLOC_N(narenas_total_get)
23*8e33eff8Schristos #define ncpus JEMALLOC_N(ncpus)
24*8e33eff8Schristos #define opt_abort JEMALLOC_N(opt_abort)
25*8e33eff8Schristos #define opt_abort_conf JEMALLOC_N(opt_abort_conf)
26*8e33eff8Schristos #define opt_junk JEMALLOC_N(opt_junk)
27*8e33eff8Schristos #define opt_junk_alloc JEMALLOC_N(opt_junk_alloc)
28*8e33eff8Schristos #define opt_junk_free JEMALLOC_N(opt_junk_free)
29*8e33eff8Schristos #define opt_narenas JEMALLOC_N(opt_narenas)
30*8e33eff8Schristos #define opt_utrace JEMALLOC_N(opt_utrace)
31*8e33eff8Schristos #define opt_xmalloc JEMALLOC_N(opt_xmalloc)
32*8e33eff8Schristos #define opt_zero JEMALLOC_N(opt_zero)
33*8e33eff8Schristos #define arena_alloc_junk_small JEMALLOC_N(arena_alloc_junk_small)
34*8e33eff8Schristos #define arena_basic_stats_merge JEMALLOC_N(arena_basic_stats_merge)
35*8e33eff8Schristos #define arena_boot JEMALLOC_N(arena_boot)
36*8e33eff8Schristos #define arena_dalloc_bin_junked_locked JEMALLOC_N(arena_dalloc_bin_junked_locked)
37*8e33eff8Schristos #define arena_dalloc_junk_small JEMALLOC_N(arena_dalloc_junk_small)
38*8e33eff8Schristos #define arena_dalloc_promoted JEMALLOC_N(arena_dalloc_promoted)
39*8e33eff8Schristos #define arena_dalloc_small JEMALLOC_N(arena_dalloc_small)
40*8e33eff8Schristos #define arena_decay JEMALLOC_N(arena_decay)
41*8e33eff8Schristos #define arena_destroy JEMALLOC_N(arena_destroy)
42*8e33eff8Schristos #define arena_dirty_decay_ms_default_get JEMALLOC_N(arena_dirty_decay_ms_default_get)
43*8e33eff8Schristos #define arena_dirty_decay_ms_default_set JEMALLOC_N(arena_dirty_decay_ms_default_set)
44*8e33eff8Schristos #define arena_dirty_decay_ms_get JEMALLOC_N(arena_dirty_decay_ms_get)
45*8e33eff8Schristos #define arena_dirty_decay_ms_set JEMALLOC_N(arena_dirty_decay_ms_set)
46*8e33eff8Schristos #define arena_dss_prec_get JEMALLOC_N(arena_dss_prec_get)
47*8e33eff8Schristos #define arena_dss_prec_set JEMALLOC_N(arena_dss_prec_set)
48*8e33eff8Schristos #define arena_extent_alloc_large JEMALLOC_N(arena_extent_alloc_large)
49*8e33eff8Schristos #define arena_extent_dalloc_large_prep JEMALLOC_N(arena_extent_dalloc_large_prep)
50*8e33eff8Schristos #define arena_extent_ralloc_large_expand JEMALLOC_N(arena_extent_ralloc_large_expand)
51*8e33eff8Schristos #define arena_extent_ralloc_large_shrink JEMALLOC_N(arena_extent_ralloc_large_shrink)
52*8e33eff8Schristos #define arena_extent_sn_next JEMALLOC_N(arena_extent_sn_next)
53*8e33eff8Schristos #define arena_extents_dirty_dalloc JEMALLOC_N(arena_extents_dirty_dalloc)
54*8e33eff8Schristos #define arena_malloc_hard JEMALLOC_N(arena_malloc_hard)
55*8e33eff8Schristos #define arena_muzzy_decay_ms_default_get JEMALLOC_N(arena_muzzy_decay_ms_default_get)
56*8e33eff8Schristos #define arena_muzzy_decay_ms_default_set JEMALLOC_N(arena_muzzy_decay_ms_default_set)
57*8e33eff8Schristos #define arena_muzzy_decay_ms_get JEMALLOC_N(arena_muzzy_decay_ms_get)
58*8e33eff8Schristos #define arena_muzzy_decay_ms_set JEMALLOC_N(arena_muzzy_decay_ms_set)
59*8e33eff8Schristos #define arena_new JEMALLOC_N(arena_new)
60*8e33eff8Schristos #define arena_nthreads_dec JEMALLOC_N(arena_nthreads_dec)
61*8e33eff8Schristos #define arena_nthreads_get JEMALLOC_N(arena_nthreads_get)
62*8e33eff8Schristos #define arena_nthreads_inc JEMALLOC_N(arena_nthreads_inc)
63*8e33eff8Schristos #define arena_palloc JEMALLOC_N(arena_palloc)
64*8e33eff8Schristos #define arena_postfork_child JEMALLOC_N(arena_postfork_child)
65*8e33eff8Schristos #define arena_postfork_parent JEMALLOC_N(arena_postfork_parent)
66*8e33eff8Schristos #define arena_prefork0 JEMALLOC_N(arena_prefork0)
67*8e33eff8Schristos #define arena_prefork1 JEMALLOC_N(arena_prefork1)
68*8e33eff8Schristos #define arena_prefork2 JEMALLOC_N(arena_prefork2)
69*8e33eff8Schristos #define arena_prefork3 JEMALLOC_N(arena_prefork3)
70*8e33eff8Schristos #define arena_prefork4 JEMALLOC_N(arena_prefork4)
71*8e33eff8Schristos #define arena_prefork5 JEMALLOC_N(arena_prefork5)
72*8e33eff8Schristos #define arena_prefork6 JEMALLOC_N(arena_prefork6)
73*8e33eff8Schristos #define arena_prefork7 JEMALLOC_N(arena_prefork7)
74*8e33eff8Schristos #define arena_prof_promote JEMALLOC_N(arena_prof_promote)
75*8e33eff8Schristos #define arena_ralloc JEMALLOC_N(arena_ralloc)
76*8e33eff8Schristos #define arena_ralloc_no_move JEMALLOC_N(arena_ralloc_no_move)
77*8e33eff8Schristos #define arena_reset JEMALLOC_N(arena_reset)
78*8e33eff8Schristos #define arena_retain_grow_limit_get_set JEMALLOC_N(arena_retain_grow_limit_get_set)
79*8e33eff8Schristos #define arena_stats_merge JEMALLOC_N(arena_stats_merge)
80*8e33eff8Schristos #define arena_tcache_fill_small JEMALLOC_N(arena_tcache_fill_small)
81*8e33eff8Schristos #define h_steps JEMALLOC_N(h_steps)
82*8e33eff8Schristos #define opt_dirty_decay_ms JEMALLOC_N(opt_dirty_decay_ms)
83*8e33eff8Schristos #define opt_muzzy_decay_ms JEMALLOC_N(opt_muzzy_decay_ms)
84*8e33eff8Schristos #define opt_percpu_arena JEMALLOC_N(opt_percpu_arena)
85*8e33eff8Schristos #define percpu_arena_mode_names JEMALLOC_N(percpu_arena_mode_names)
86*8e33eff8Schristos #define background_thread_boot0 JEMALLOC_N(background_thread_boot0)
87*8e33eff8Schristos #define background_thread_boot1 JEMALLOC_N(background_thread_boot1)
88*8e33eff8Schristos #define background_thread_create JEMALLOC_N(background_thread_create)
89*8e33eff8Schristos #define background_thread_ctl_init JEMALLOC_N(background_thread_ctl_init)
90*8e33eff8Schristos #define background_thread_enabled_state JEMALLOC_N(background_thread_enabled_state)
91*8e33eff8Schristos #define background_thread_info JEMALLOC_N(background_thread_info)
92*8e33eff8Schristos #define background_thread_interval_check JEMALLOC_N(background_thread_interval_check)
93*8e33eff8Schristos #define background_thread_lock JEMALLOC_N(background_thread_lock)
94*8e33eff8Schristos #define background_thread_postfork_child JEMALLOC_N(background_thread_postfork_child)
95*8e33eff8Schristos #define background_thread_postfork_parent JEMALLOC_N(background_thread_postfork_parent)
96*8e33eff8Schristos #define background_thread_prefork0 JEMALLOC_N(background_thread_prefork0)
97*8e33eff8Schristos #define background_thread_prefork1 JEMALLOC_N(background_thread_prefork1)
98*8e33eff8Schristos #define background_thread_stats_read JEMALLOC_N(background_thread_stats_read)
99*8e33eff8Schristos #define background_threads_disable JEMALLOC_N(background_threads_disable)
100*8e33eff8Schristos #define background_threads_enable JEMALLOC_N(background_threads_enable)
101*8e33eff8Schristos #define can_enable_background_thread JEMALLOC_N(can_enable_background_thread)
102*8e33eff8Schristos #define max_background_threads JEMALLOC_N(max_background_threads)
103*8e33eff8Schristos #define n_background_threads JEMALLOC_N(n_background_threads)
104*8e33eff8Schristos #define opt_background_thread JEMALLOC_N(opt_background_thread)
105*8e33eff8Schristos #define opt_max_background_threads JEMALLOC_N(opt_max_background_threads)
106*8e33eff8Schristos #define pthread_create_wrapper JEMALLOC_N(pthread_create_wrapper)
107*8e33eff8Schristos #define b0get JEMALLOC_N(b0get)
108*8e33eff8Schristos #define base_alloc JEMALLOC_N(base_alloc)
109*8e33eff8Schristos #define base_alloc_extent JEMALLOC_N(base_alloc_extent)
110*8e33eff8Schristos #define base_boot JEMALLOC_N(base_boot)
111*8e33eff8Schristos #define base_delete JEMALLOC_N(base_delete)
112*8e33eff8Schristos #define base_extent_hooks_get JEMALLOC_N(base_extent_hooks_get)
113*8e33eff8Schristos #define base_extent_hooks_set JEMALLOC_N(base_extent_hooks_set)
114*8e33eff8Schristos #define base_new JEMALLOC_N(base_new)
115*8e33eff8Schristos #define base_postfork_child JEMALLOC_N(base_postfork_child)
116*8e33eff8Schristos #define base_postfork_parent JEMALLOC_N(base_postfork_parent)
117*8e33eff8Schristos #define base_prefork JEMALLOC_N(base_prefork)
118*8e33eff8Schristos #define base_stats_get JEMALLOC_N(base_stats_get)
119*8e33eff8Schristos #define metadata_thp_mode_names JEMALLOC_N(metadata_thp_mode_names)
120*8e33eff8Schristos #define opt_metadata_thp JEMALLOC_N(opt_metadata_thp)
121*8e33eff8Schristos #define bin_infos JEMALLOC_N(bin_infos)
122*8e33eff8Schristos #define bin_init JEMALLOC_N(bin_init)
123*8e33eff8Schristos #define bin_postfork_child JEMALLOC_N(bin_postfork_child)
124*8e33eff8Schristos #define bin_postfork_parent JEMALLOC_N(bin_postfork_parent)
125*8e33eff8Schristos #define bin_prefork JEMALLOC_N(bin_prefork)
126*8e33eff8Schristos #define bitmap_info_init JEMALLOC_N(bitmap_info_init)
127*8e33eff8Schristos #define bitmap_init JEMALLOC_N(bitmap_init)
128*8e33eff8Schristos #define bitmap_size JEMALLOC_N(bitmap_size)
129*8e33eff8Schristos #define ckh_count JEMALLOC_N(ckh_count)
130*8e33eff8Schristos #define ckh_delete JEMALLOC_N(ckh_delete)
131*8e33eff8Schristos #define ckh_insert JEMALLOC_N(ckh_insert)
132*8e33eff8Schristos #define ckh_iter JEMALLOC_N(ckh_iter)
133*8e33eff8Schristos #define ckh_new JEMALLOC_N(ckh_new)
134*8e33eff8Schristos #define ckh_pointer_hash JEMALLOC_N(ckh_pointer_hash)
135*8e33eff8Schristos #define ckh_pointer_keycomp JEMALLOC_N(ckh_pointer_keycomp)
136*8e33eff8Schristos #define ckh_remove JEMALLOC_N(ckh_remove)
137*8e33eff8Schristos #define ckh_search JEMALLOC_N(ckh_search)
138*8e33eff8Schristos #define ckh_string_hash JEMALLOC_N(ckh_string_hash)
139*8e33eff8Schristos #define ckh_string_keycomp JEMALLOC_N(ckh_string_keycomp)
140*8e33eff8Schristos #define ctl_boot JEMALLOC_N(ctl_boot)
141*8e33eff8Schristos #define ctl_bymib JEMALLOC_N(ctl_bymib)
142*8e33eff8Schristos #define ctl_byname JEMALLOC_N(ctl_byname)
143*8e33eff8Schristos #define ctl_nametomib JEMALLOC_N(ctl_nametomib)
144*8e33eff8Schristos #define ctl_postfork_child JEMALLOC_N(ctl_postfork_child)
145*8e33eff8Schristos #define ctl_postfork_parent JEMALLOC_N(ctl_postfork_parent)
146*8e33eff8Schristos #define ctl_prefork JEMALLOC_N(ctl_prefork)
147*8e33eff8Schristos #define div_init JEMALLOC_N(div_init)
148*8e33eff8Schristos #define extent_alloc JEMALLOC_N(extent_alloc)
149*8e33eff8Schristos #define extent_alloc_wrapper JEMALLOC_N(extent_alloc_wrapper)
150*8e33eff8Schristos #define extent_avail_any JEMALLOC_N(extent_avail_any)
151*8e33eff8Schristos #define extent_avail_empty JEMALLOC_N(extent_avail_empty)
152*8e33eff8Schristos #define extent_avail_first JEMALLOC_N(extent_avail_first)
153*8e33eff8Schristos #define extent_avail_insert JEMALLOC_N(extent_avail_insert)
154*8e33eff8Schristos #define extent_avail_new JEMALLOC_N(extent_avail_new)
155*8e33eff8Schristos #define extent_avail_remove JEMALLOC_N(extent_avail_remove)
156*8e33eff8Schristos #define extent_avail_remove_any JEMALLOC_N(extent_avail_remove_any)
157*8e33eff8Schristos #define extent_avail_remove_first JEMALLOC_N(extent_avail_remove_first)
158*8e33eff8Schristos #define extent_boot JEMALLOC_N(extent_boot)
159*8e33eff8Schristos #define extent_commit_wrapper JEMALLOC_N(extent_commit_wrapper)
160*8e33eff8Schristos #define extent_dalloc JEMALLOC_N(extent_dalloc)
161*8e33eff8Schristos #define extent_dalloc_gap JEMALLOC_N(extent_dalloc_gap)
162*8e33eff8Schristos #define extent_dalloc_wrapper JEMALLOC_N(extent_dalloc_wrapper)
163*8e33eff8Schristos #define extent_decommit_wrapper JEMALLOC_N(extent_decommit_wrapper)
164*8e33eff8Schristos #define extent_destroy_wrapper JEMALLOC_N(extent_destroy_wrapper)
165*8e33eff8Schristos #define extent_heap_any JEMALLOC_N(extent_heap_any)
166*8e33eff8Schristos #define extent_heap_empty JEMALLOC_N(extent_heap_empty)
167*8e33eff8Schristos #define extent_heap_first JEMALLOC_N(extent_heap_first)
168*8e33eff8Schristos #define extent_heap_insert JEMALLOC_N(extent_heap_insert)
169*8e33eff8Schristos #define extent_heap_new JEMALLOC_N(extent_heap_new)
170*8e33eff8Schristos #define extent_heap_remove JEMALLOC_N(extent_heap_remove)
171*8e33eff8Schristos #define extent_heap_remove_any JEMALLOC_N(extent_heap_remove_any)
172*8e33eff8Schristos #define extent_heap_remove_first JEMALLOC_N(extent_heap_remove_first)
173*8e33eff8Schristos #define extent_hooks_default JEMALLOC_N(extent_hooks_default)
174*8e33eff8Schristos #define extent_hooks_get JEMALLOC_N(extent_hooks_get)
175*8e33eff8Schristos #define extent_hooks_set JEMALLOC_N(extent_hooks_set)
176*8e33eff8Schristos #define extent_merge_wrapper JEMALLOC_N(extent_merge_wrapper)
177*8e33eff8Schristos #define extent_mutex_pool JEMALLOC_N(extent_mutex_pool)
178*8e33eff8Schristos #define extent_purge_forced_wrapper JEMALLOC_N(extent_purge_forced_wrapper)
179*8e33eff8Schristos #define extent_purge_lazy_wrapper JEMALLOC_N(extent_purge_lazy_wrapper)
180*8e33eff8Schristos #define extent_split_wrapper JEMALLOC_N(extent_split_wrapper)
181*8e33eff8Schristos #define extents_alloc JEMALLOC_N(extents_alloc)
182*8e33eff8Schristos #define extents_dalloc JEMALLOC_N(extents_dalloc)
183*8e33eff8Schristos #define extents_evict JEMALLOC_N(extents_evict)
184*8e33eff8Schristos #define extents_init JEMALLOC_N(extents_init)
185*8e33eff8Schristos #define extents_npages_get JEMALLOC_N(extents_npages_get)
186*8e33eff8Schristos #define extents_postfork_child JEMALLOC_N(extents_postfork_child)
187*8e33eff8Schristos #define extents_postfork_parent JEMALLOC_N(extents_postfork_parent)
188*8e33eff8Schristos #define extents_prefork JEMALLOC_N(extents_prefork)
189*8e33eff8Schristos #define extents_rtree JEMALLOC_N(extents_rtree)
190*8e33eff8Schristos #define extents_state_get JEMALLOC_N(extents_state_get)
191*8e33eff8Schristos #define opt_lg_extent_max_active_fit JEMALLOC_N(opt_lg_extent_max_active_fit)
192*8e33eff8Schristos #define dss_prec_names JEMALLOC_N(dss_prec_names)
193*8e33eff8Schristos #define extent_alloc_dss JEMALLOC_N(extent_alloc_dss)
194*8e33eff8Schristos #define extent_dss_boot JEMALLOC_N(extent_dss_boot)
195*8e33eff8Schristos #define extent_dss_mergeable JEMALLOC_N(extent_dss_mergeable)
196*8e33eff8Schristos #define extent_dss_prec_get JEMALLOC_N(extent_dss_prec_get)
197*8e33eff8Schristos #define extent_dss_prec_set JEMALLOC_N(extent_dss_prec_set)
198*8e33eff8Schristos #define extent_in_dss JEMALLOC_N(extent_in_dss)
199*8e33eff8Schristos #define opt_dss JEMALLOC_N(opt_dss)
200*8e33eff8Schristos #define extent_alloc_mmap JEMALLOC_N(extent_alloc_mmap)
201*8e33eff8Schristos #define extent_dalloc_mmap JEMALLOC_N(extent_dalloc_mmap)
202*8e33eff8Schristos #define opt_retain JEMALLOC_N(opt_retain)
203*8e33eff8Schristos #define hooks_arena_new_hook JEMALLOC_N(hooks_arena_new_hook)
204*8e33eff8Schristos #define hooks_libc_hook JEMALLOC_N(hooks_libc_hook)
205*8e33eff8Schristos #define large_dalloc JEMALLOC_N(large_dalloc)
206*8e33eff8Schristos #define large_dalloc_finish JEMALLOC_N(large_dalloc_finish)
207*8e33eff8Schristos #define large_dalloc_junk JEMALLOC_N(large_dalloc_junk)
208*8e33eff8Schristos #define large_dalloc_maybe_junk JEMALLOC_N(large_dalloc_maybe_junk)
209*8e33eff8Schristos #define large_dalloc_prep_junked_locked JEMALLOC_N(large_dalloc_prep_junked_locked)
210*8e33eff8Schristos #define large_malloc JEMALLOC_N(large_malloc)
211*8e33eff8Schristos #define large_palloc JEMALLOC_N(large_palloc)
212*8e33eff8Schristos #define large_prof_tctx_get JEMALLOC_N(large_prof_tctx_get)
213*8e33eff8Schristos #define large_prof_tctx_reset JEMALLOC_N(large_prof_tctx_reset)
214*8e33eff8Schristos #define large_prof_tctx_set JEMALLOC_N(large_prof_tctx_set)
215*8e33eff8Schristos #define large_ralloc JEMALLOC_N(large_ralloc)
216*8e33eff8Schristos #define large_ralloc_no_move JEMALLOC_N(large_ralloc_no_move)
217*8e33eff8Schristos #define large_salloc JEMALLOC_N(large_salloc)
218*8e33eff8Schristos #define log_init_done JEMALLOC_N(log_init_done)
219*8e33eff8Schristos #define log_var_names JEMALLOC_N(log_var_names)
220*8e33eff8Schristos #define log_var_update_state JEMALLOC_N(log_var_update_state)
221*8e33eff8Schristos #define buferror JEMALLOC_N(buferror)
222*8e33eff8Schristos #define malloc_cprintf JEMALLOC_N(malloc_cprintf)
223*8e33eff8Schristos #define malloc_printf JEMALLOC_N(malloc_printf)
224*8e33eff8Schristos #define malloc_snprintf JEMALLOC_N(malloc_snprintf)
225*8e33eff8Schristos #define malloc_strtoumax JEMALLOC_N(malloc_strtoumax)
226*8e33eff8Schristos #define malloc_vcprintf JEMALLOC_N(malloc_vcprintf)
227*8e33eff8Schristos #define malloc_vsnprintf JEMALLOC_N(malloc_vsnprintf)
228*8e33eff8Schristos #define malloc_write JEMALLOC_N(malloc_write)
229*8e33eff8Schristos #define malloc_mutex_boot JEMALLOC_N(malloc_mutex_boot)
230*8e33eff8Schristos #define malloc_mutex_init JEMALLOC_N(malloc_mutex_init)
231*8e33eff8Schristos #define malloc_mutex_lock_slow JEMALLOC_N(malloc_mutex_lock_slow)
232*8e33eff8Schristos #define malloc_mutex_postfork_child JEMALLOC_N(malloc_mutex_postfork_child)
233*8e33eff8Schristos #define malloc_mutex_postfork_parent JEMALLOC_N(malloc_mutex_postfork_parent)
234*8e33eff8Schristos #define malloc_mutex_prefork JEMALLOC_N(malloc_mutex_prefork)
235*8e33eff8Schristos #define malloc_mutex_prof_data_reset JEMALLOC_N(malloc_mutex_prof_data_reset)
236*8e33eff8Schristos #define mutex_pool_init JEMALLOC_N(mutex_pool_init)
237*8e33eff8Schristos #define nstime_add JEMALLOC_N(nstime_add)
238*8e33eff8Schristos #define nstime_compare JEMALLOC_N(nstime_compare)
239*8e33eff8Schristos #define nstime_copy JEMALLOC_N(nstime_copy)
240*8e33eff8Schristos #define nstime_divide JEMALLOC_N(nstime_divide)
241*8e33eff8Schristos #define nstime_iadd JEMALLOC_N(nstime_iadd)
242*8e33eff8Schristos #define nstime_idivide JEMALLOC_N(nstime_idivide)
243*8e33eff8Schristos #define nstime_imultiply JEMALLOC_N(nstime_imultiply)
244*8e33eff8Schristos #define nstime_init JEMALLOC_N(nstime_init)
245*8e33eff8Schristos #define nstime_init2 JEMALLOC_N(nstime_init2)
246*8e33eff8Schristos #define nstime_isubtract JEMALLOC_N(nstime_isubtract)
247*8e33eff8Schristos #define nstime_monotonic JEMALLOC_N(nstime_monotonic)
248*8e33eff8Schristos #define nstime_msec JEMALLOC_N(nstime_msec)
249*8e33eff8Schristos #define nstime_ns JEMALLOC_N(nstime_ns)
250*8e33eff8Schristos #define nstime_nsec JEMALLOC_N(nstime_nsec)
251*8e33eff8Schristos #define nstime_sec JEMALLOC_N(nstime_sec)
252*8e33eff8Schristos #define nstime_subtract JEMALLOC_N(nstime_subtract)
253*8e33eff8Schristos #define nstime_update JEMALLOC_N(nstime_update)
254*8e33eff8Schristos #define init_system_thp_mode JEMALLOC_N(init_system_thp_mode)
255*8e33eff8Schristos #define opt_thp JEMALLOC_N(opt_thp)
256*8e33eff8Schristos #define pages_boot JEMALLOC_N(pages_boot)
257*8e33eff8Schristos #define pages_commit JEMALLOC_N(pages_commit)
258*8e33eff8Schristos #define pages_decommit JEMALLOC_N(pages_decommit)
259*8e33eff8Schristos #define pages_dodump JEMALLOC_N(pages_dodump)
260*8e33eff8Schristos #define pages_dontdump JEMALLOC_N(pages_dontdump)
261*8e33eff8Schristos #define pages_huge JEMALLOC_N(pages_huge)
262*8e33eff8Schristos #define pages_map JEMALLOC_N(pages_map)
263*8e33eff8Schristos #define pages_nohuge JEMALLOC_N(pages_nohuge)
264*8e33eff8Schristos #define pages_purge_forced JEMALLOC_N(pages_purge_forced)
265*8e33eff8Schristos #define pages_purge_lazy JEMALLOC_N(pages_purge_lazy)
266*8e33eff8Schristos #define pages_set_thp_state JEMALLOC_N(pages_set_thp_state)
267*8e33eff8Schristos #define pages_unmap JEMALLOC_N(pages_unmap)
268*8e33eff8Schristos #define thp_mode_names JEMALLOC_N(thp_mode_names)
269*8e33eff8Schristos #define bt2gctx_mtx JEMALLOC_N(bt2gctx_mtx)
270*8e33eff8Schristos #define bt_init JEMALLOC_N(bt_init)
271*8e33eff8Schristos #define lg_prof_sample JEMALLOC_N(lg_prof_sample)
272*8e33eff8Schristos #define opt_lg_prof_interval JEMALLOC_N(opt_lg_prof_interval)
273*8e33eff8Schristos #define opt_lg_prof_sample JEMALLOC_N(opt_lg_prof_sample)
274*8e33eff8Schristos #define opt_prof JEMALLOC_N(opt_prof)
275*8e33eff8Schristos #define opt_prof_accum JEMALLOC_N(opt_prof_accum)
276*8e33eff8Schristos #define opt_prof_active JEMALLOC_N(opt_prof_active)
277*8e33eff8Schristos #define opt_prof_final JEMALLOC_N(opt_prof_final)
278*8e33eff8Schristos #define opt_prof_gdump JEMALLOC_N(opt_prof_gdump)
279*8e33eff8Schristos #define opt_prof_leak JEMALLOC_N(opt_prof_leak)
280*8e33eff8Schristos #define opt_prof_prefix JEMALLOC_N(opt_prof_prefix)
281*8e33eff8Schristos #define opt_prof_thread_active_init JEMALLOC_N(opt_prof_thread_active_init)
282*8e33eff8Schristos #define prof_accum_init JEMALLOC_N(prof_accum_init)
283*8e33eff8Schristos #define prof_active JEMALLOC_N(prof_active)
284*8e33eff8Schristos #define prof_active_get JEMALLOC_N(prof_active_get)
285*8e33eff8Schristos #define prof_active_set JEMALLOC_N(prof_active_set)
286*8e33eff8Schristos #define prof_alloc_rollback JEMALLOC_N(prof_alloc_rollback)
287*8e33eff8Schristos #define prof_backtrace JEMALLOC_N(prof_backtrace)
288*8e33eff8Schristos #define prof_boot0 JEMALLOC_N(prof_boot0)
289*8e33eff8Schristos #define prof_boot1 JEMALLOC_N(prof_boot1)
290*8e33eff8Schristos #define prof_boot2 JEMALLOC_N(prof_boot2)
291*8e33eff8Schristos #define prof_dump_header JEMALLOC_N(prof_dump_header)
292*8e33eff8Schristos #define prof_dump_open JEMALLOC_N(prof_dump_open)
293*8e33eff8Schristos #define prof_free_sampled_object JEMALLOC_N(prof_free_sampled_object)
294*8e33eff8Schristos #define prof_gdump JEMALLOC_N(prof_gdump)
295*8e33eff8Schristos #define prof_gdump_get JEMALLOC_N(prof_gdump_get)
296*8e33eff8Schristos #define prof_gdump_set JEMALLOC_N(prof_gdump_set)
297*8e33eff8Schristos #define prof_gdump_val JEMALLOC_N(prof_gdump_val)
298*8e33eff8Schristos #define prof_idump JEMALLOC_N(prof_idump)
299*8e33eff8Schristos #define prof_interval JEMALLOC_N(prof_interval)
300*8e33eff8Schristos #define prof_lookup JEMALLOC_N(prof_lookup)
301*8e33eff8Schristos #define prof_malloc_sample_object JEMALLOC_N(prof_malloc_sample_object)
302*8e33eff8Schristos #define prof_mdump JEMALLOC_N(prof_mdump)
303*8e33eff8Schristos #define prof_postfork_child JEMALLOC_N(prof_postfork_child)
304*8e33eff8Schristos #define prof_postfork_parent JEMALLOC_N(prof_postfork_parent)
305*8e33eff8Schristos #define prof_prefork0 JEMALLOC_N(prof_prefork0)
306*8e33eff8Schristos #define prof_prefork1 JEMALLOC_N(prof_prefork1)
307*8e33eff8Schristos #define prof_reset JEMALLOC_N(prof_reset)
308*8e33eff8Schristos #define prof_sample_threshold_update JEMALLOC_N(prof_sample_threshold_update)
309*8e33eff8Schristos #define prof_tdata_cleanup JEMALLOC_N(prof_tdata_cleanup)
310*8e33eff8Schristos #define prof_tdata_init JEMALLOC_N(prof_tdata_init)
311*8e33eff8Schristos #define prof_tdata_reinit JEMALLOC_N(prof_tdata_reinit)
312*8e33eff8Schristos #define prof_thread_active_get JEMALLOC_N(prof_thread_active_get)
313*8e33eff8Schristos #define prof_thread_active_init_get JEMALLOC_N(prof_thread_active_init_get)
314*8e33eff8Schristos #define prof_thread_active_init_set JEMALLOC_N(prof_thread_active_init_set)
315*8e33eff8Schristos #define prof_thread_active_set JEMALLOC_N(prof_thread_active_set)
316*8e33eff8Schristos #define prof_thread_name_get JEMALLOC_N(prof_thread_name_get)
317*8e33eff8Schristos #define prof_thread_name_set JEMALLOC_N(prof_thread_name_set)
318*8e33eff8Schristos #define rtree_ctx_data_init JEMALLOC_N(rtree_ctx_data_init)
319*8e33eff8Schristos #define rtree_leaf_alloc JEMALLOC_N(rtree_leaf_alloc)
320*8e33eff8Schristos #define rtree_leaf_dalloc JEMALLOC_N(rtree_leaf_dalloc)
321*8e33eff8Schristos #define rtree_leaf_elm_lookup_hard JEMALLOC_N(rtree_leaf_elm_lookup_hard)
322*8e33eff8Schristos #define rtree_new JEMALLOC_N(rtree_new)
323*8e33eff8Schristos #define rtree_node_alloc JEMALLOC_N(rtree_node_alloc)
324*8e33eff8Schristos #define rtree_node_dalloc JEMALLOC_N(rtree_node_dalloc)
325*8e33eff8Schristos #define arena_mutex_names JEMALLOC_N(arena_mutex_names)
326*8e33eff8Schristos #define global_mutex_names JEMALLOC_N(global_mutex_names)
327*8e33eff8Schristos #define opt_stats_print JEMALLOC_N(opt_stats_print)
328*8e33eff8Schristos #define opt_stats_print_opts JEMALLOC_N(opt_stats_print_opts)
329*8e33eff8Schristos #define stats_print JEMALLOC_N(stats_print)
330*8e33eff8Schristos #define sz_index2size_tab JEMALLOC_N(sz_index2size_tab)
331*8e33eff8Schristos #define sz_pind2sz_tab JEMALLOC_N(sz_pind2sz_tab)
332*8e33eff8Schristos #define sz_size2index_tab JEMALLOC_N(sz_size2index_tab)
333*8e33eff8Schristos #define nhbins JEMALLOC_N(nhbins)
334*8e33eff8Schristos #define opt_lg_tcache_max JEMALLOC_N(opt_lg_tcache_max)
335*8e33eff8Schristos #define opt_tcache JEMALLOC_N(opt_tcache)
336*8e33eff8Schristos #define tcache_alloc_small_hard JEMALLOC_N(tcache_alloc_small_hard)
337*8e33eff8Schristos #define tcache_arena_associate JEMALLOC_N(tcache_arena_associate)
338*8e33eff8Schristos #define tcache_arena_reassociate JEMALLOC_N(tcache_arena_reassociate)
339*8e33eff8Schristos #define tcache_bin_flush_large JEMALLOC_N(tcache_bin_flush_large)
340*8e33eff8Schristos #define tcache_bin_flush_small JEMALLOC_N(tcache_bin_flush_small)
341*8e33eff8Schristos #define tcache_bin_info JEMALLOC_N(tcache_bin_info)
342*8e33eff8Schristos #define tcache_boot JEMALLOC_N(tcache_boot)
343*8e33eff8Schristos #define tcache_cleanup JEMALLOC_N(tcache_cleanup)
344*8e33eff8Schristos #define tcache_create_explicit JEMALLOC_N(tcache_create_explicit)
345*8e33eff8Schristos #define tcache_event_hard JEMALLOC_N(tcache_event_hard)
346*8e33eff8Schristos #define tcache_flush JEMALLOC_N(tcache_flush)
347*8e33eff8Schristos #define tcache_maxclass JEMALLOC_N(tcache_maxclass)
348*8e33eff8Schristos #define tcache_postfork_child JEMALLOC_N(tcache_postfork_child)
349*8e33eff8Schristos #define tcache_postfork_parent JEMALLOC_N(tcache_postfork_parent)
350*8e33eff8Schristos #define tcache_prefork JEMALLOC_N(tcache_prefork)
351*8e33eff8Schristos #define tcache_salloc JEMALLOC_N(tcache_salloc)
352*8e33eff8Schristos #define tcache_stats_merge JEMALLOC_N(tcache_stats_merge)
353*8e33eff8Schristos #define tcaches JEMALLOC_N(tcaches)
354*8e33eff8Schristos #define tcaches_create JEMALLOC_N(tcaches_create)
355*8e33eff8Schristos #define tcaches_destroy JEMALLOC_N(tcaches_destroy)
356*8e33eff8Schristos #define tcaches_flush JEMALLOC_N(tcaches_flush)
357*8e33eff8Schristos #define tsd_tcache_data_init JEMALLOC_N(tsd_tcache_data_init)
358*8e33eff8Schristos #define tsd_tcache_enabled_data_init JEMALLOC_N(tsd_tcache_enabled_data_init)
359*8e33eff8Schristos #define malloc_tsd_boot0 JEMALLOC_N(malloc_tsd_boot0)
360*8e33eff8Schristos #define malloc_tsd_boot1 JEMALLOC_N(malloc_tsd_boot1)
361*8e33eff8Schristos #define malloc_tsd_cleanup_register JEMALLOC_N(malloc_tsd_cleanup_register)
362*8e33eff8Schristos #define malloc_tsd_dalloc JEMALLOC_N(malloc_tsd_dalloc)
363*8e33eff8Schristos #define malloc_tsd_malloc JEMALLOC_N(malloc_tsd_malloc)
364*8e33eff8Schristos #define tsd_booted JEMALLOC_N(tsd_booted)
365*8e33eff8Schristos #define tsd_cleanup JEMALLOC_N(tsd_cleanup)
366*8e33eff8Schristos #define tsd_fetch_slow JEMALLOC_N(tsd_fetch_slow)
367*8e33eff8Schristos #define tsd_slow_update JEMALLOC_N(tsd_slow_update)
368*8e33eff8Schristos #define tsd_tls JEMALLOC_N(tsd_tls)
369*8e33eff8Schristos #define tsd_tsd JEMALLOC_N(tsd_tsd)
370*8e33eff8Schristos #define witness_depth_error JEMALLOC_N(witness_depth_error)
371*8e33eff8Schristos #define witness_init JEMALLOC_N(witness_init)
372*8e33eff8Schristos #define witness_lock_error JEMALLOC_N(witness_lock_error)
373*8e33eff8Schristos #define witness_not_owner_error JEMALLOC_N(witness_not_owner_error)
374*8e33eff8Schristos #define witness_owner_error JEMALLOC_N(witness_owner_error)
375*8e33eff8Schristos #define witness_postfork_child JEMALLOC_N(witness_postfork_child)
376*8e33eff8Schristos #define witness_postfork_parent JEMALLOC_N(witness_postfork_parent)
377*8e33eff8Schristos #define witness_prefork JEMALLOC_N(witness_prefork)
378*8e33eff8Schristos #define witnesses_cleanup JEMALLOC_N(witnesses_cleanup)
379