1234569Sjasone#define	a0calloc JEMALLOC_N(a0calloc)
2234569Sjasone#define	a0free JEMALLOC_N(a0free)
3234569Sjasone#define	a0malloc JEMALLOC_N(a0malloc)
4234370Sjasone#define	arena_alloc_junk_small JEMALLOC_N(arena_alloc_junk_small)
5234370Sjasone#define	arena_bin_index JEMALLOC_N(arena_bin_index)
6234543Sjasone#define	arena_bin_info JEMALLOC_N(arena_bin_info)
7234370Sjasone#define	arena_boot JEMALLOC_N(arena_boot)
8234370Sjasone#define	arena_dalloc JEMALLOC_N(arena_dalloc)
9234370Sjasone#define	arena_dalloc_bin JEMALLOC_N(arena_dalloc_bin)
10235238Sjasone#define	arena_dalloc_bin_locked JEMALLOC_N(arena_dalloc_bin_locked)
11234370Sjasone#define	arena_dalloc_junk_small JEMALLOC_N(arena_dalloc_junk_small)
12234370Sjasone#define	arena_dalloc_large JEMALLOC_N(arena_dalloc_large)
13235238Sjasone#define	arena_dalloc_large_locked JEMALLOC_N(arena_dalloc_large_locked)
14235238Sjasone#define	arena_dalloc_small JEMALLOC_N(arena_dalloc_small)
15242844Sjasone#define	arena_dss_prec_get JEMALLOC_N(arena_dss_prec_get)
16242844Sjasone#define	arena_dss_prec_set JEMALLOC_N(arena_dss_prec_set)
17234370Sjasone#define	arena_malloc JEMALLOC_N(arena_malloc)
18234370Sjasone#define	arena_malloc_large JEMALLOC_N(arena_malloc_large)
19234370Sjasone#define	arena_malloc_small JEMALLOC_N(arena_malloc_small)
20235238Sjasone#define	arena_mapbits_allocated_get JEMALLOC_N(arena_mapbits_allocated_get)
21235238Sjasone#define	arena_mapbits_binind_get JEMALLOC_N(arena_mapbits_binind_get)
22235238Sjasone#define	arena_mapbits_dirty_get JEMALLOC_N(arena_mapbits_dirty_get)
23235238Sjasone#define	arena_mapbits_get JEMALLOC_N(arena_mapbits_get)
24235238Sjasone#define	arena_mapbits_large_binind_set JEMALLOC_N(arena_mapbits_large_binind_set)
25235238Sjasone#define	arena_mapbits_large_get JEMALLOC_N(arena_mapbits_large_get)
26235238Sjasone#define	arena_mapbits_large_set JEMALLOC_N(arena_mapbits_large_set)
27235238Sjasone#define	arena_mapbits_large_size_get JEMALLOC_N(arena_mapbits_large_size_get)
28235238Sjasone#define	arena_mapbits_small_runind_get JEMALLOC_N(arena_mapbits_small_runind_get)
29235238Sjasone#define	arena_mapbits_small_set JEMALLOC_N(arena_mapbits_small_set)
30235238Sjasone#define	arena_mapbits_unallocated_set JEMALLOC_N(arena_mapbits_unallocated_set)
31235238Sjasone#define	arena_mapbits_unallocated_size_get JEMALLOC_N(arena_mapbits_unallocated_size_get)
32235238Sjasone#define	arena_mapbits_unallocated_size_set JEMALLOC_N(arena_mapbits_unallocated_size_set)
33235238Sjasone#define	arena_mapbits_unzeroed_get JEMALLOC_N(arena_mapbits_unzeroed_get)
34235238Sjasone#define	arena_mapbits_unzeroed_set JEMALLOC_N(arena_mapbits_unzeroed_set)
35235238Sjasone#define	arena_mapbitsp_get JEMALLOC_N(arena_mapbitsp_get)
36235238Sjasone#define	arena_mapp_get JEMALLOC_N(arena_mapp_get)
37234543Sjasone#define	arena_maxclass JEMALLOC_N(arena_maxclass)
38234370Sjasone#define	arena_new JEMALLOC_N(arena_new)
39234370Sjasone#define	arena_palloc JEMALLOC_N(arena_palloc)
40234370Sjasone#define	arena_postfork_child JEMALLOC_N(arena_postfork_child)
41234370Sjasone#define	arena_postfork_parent JEMALLOC_N(arena_postfork_parent)
42234370Sjasone#define	arena_prefork JEMALLOC_N(arena_prefork)
43234370Sjasone#define	arena_prof_accum JEMALLOC_N(arena_prof_accum)
44245868Sjasone#define	arena_prof_accum_impl JEMALLOC_N(arena_prof_accum_impl)
45245868Sjasone#define	arena_prof_accum_locked JEMALLOC_N(arena_prof_accum_locked)
46234370Sjasone#define	arena_prof_ctx_get JEMALLOC_N(arena_prof_ctx_get)
47234370Sjasone#define	arena_prof_ctx_set JEMALLOC_N(arena_prof_ctx_set)
48234370Sjasone#define	arena_prof_promoted JEMALLOC_N(arena_prof_promoted)
49235238Sjasone#define	arena_ptr_small_binind_get JEMALLOC_N(arena_ptr_small_binind_get)
50234370Sjasone#define	arena_purge_all JEMALLOC_N(arena_purge_all)
51234370Sjasone#define	arena_ralloc JEMALLOC_N(arena_ralloc)
52234370Sjasone#define	arena_ralloc_no_move JEMALLOC_N(arena_ralloc_no_move)
53234370Sjasone#define	arena_run_regind JEMALLOC_N(arena_run_regind)
54234370Sjasone#define	arena_salloc JEMALLOC_N(arena_salloc)
55234370Sjasone#define	arena_stats_merge JEMALLOC_N(arena_stats_merge)
56234370Sjasone#define	arena_tcache_fill_small JEMALLOC_N(arena_tcache_fill_small)
57234543Sjasone#define	arenas JEMALLOC_N(arenas)
58234543Sjasone#define	arenas_booted JEMALLOC_N(arenas_booted)
59234370Sjasone#define	arenas_cleanup JEMALLOC_N(arenas_cleanup)
60234370Sjasone#define	arenas_extend JEMALLOC_N(arenas_extend)
61234543Sjasone#define	arenas_initialized JEMALLOC_N(arenas_initialized)
62234543Sjasone#define	arenas_lock JEMALLOC_N(arenas_lock)
63234370Sjasone#define	arenas_tls JEMALLOC_N(arenas_tls)
64242844Sjasone#define	arenas_tsd JEMALLOC_N(arenas_tsd)
65234370Sjasone#define	arenas_tsd_boot JEMALLOC_N(arenas_tsd_boot)
66234370Sjasone#define	arenas_tsd_cleanup_wrapper JEMALLOC_N(arenas_tsd_cleanup_wrapper)
67234370Sjasone#define	arenas_tsd_get JEMALLOC_N(arenas_tsd_get)
68245868Sjasone#define	arenas_tsd_get_wrapper JEMALLOC_N(arenas_tsd_get_wrapper)
69234370Sjasone#define	arenas_tsd_set JEMALLOC_N(arenas_tsd_set)
70234370Sjasone#define	atomic_add_u JEMALLOC_N(atomic_add_u)
71234370Sjasone#define	atomic_add_uint32 JEMALLOC_N(atomic_add_uint32)
72234370Sjasone#define	atomic_add_uint64 JEMALLOC_N(atomic_add_uint64)
73234370Sjasone#define	atomic_add_z JEMALLOC_N(atomic_add_z)
74234370Sjasone#define	atomic_sub_u JEMALLOC_N(atomic_sub_u)
75234370Sjasone#define	atomic_sub_uint32 JEMALLOC_N(atomic_sub_uint32)
76234370Sjasone#define	atomic_sub_uint64 JEMALLOC_N(atomic_sub_uint64)
77234370Sjasone#define	atomic_sub_z JEMALLOC_N(atomic_sub_z)
78234370Sjasone#define	base_alloc JEMALLOC_N(base_alloc)
79234370Sjasone#define	base_boot JEMALLOC_N(base_boot)
80234370Sjasone#define	base_calloc JEMALLOC_N(base_calloc)
81234370Sjasone#define	base_node_alloc JEMALLOC_N(base_node_alloc)
82234370Sjasone#define	base_node_dealloc JEMALLOC_N(base_node_dealloc)
83234370Sjasone#define	base_postfork_child JEMALLOC_N(base_postfork_child)
84234370Sjasone#define	base_postfork_parent JEMALLOC_N(base_postfork_parent)
85234370Sjasone#define	base_prefork JEMALLOC_N(base_prefork)
86234370Sjasone#define	bitmap_full JEMALLOC_N(bitmap_full)
87234370Sjasone#define	bitmap_get JEMALLOC_N(bitmap_get)
88234370Sjasone#define	bitmap_info_init JEMALLOC_N(bitmap_info_init)
89234370Sjasone#define	bitmap_info_ngroups JEMALLOC_N(bitmap_info_ngroups)
90234370Sjasone#define	bitmap_init JEMALLOC_N(bitmap_init)
91234370Sjasone#define	bitmap_set JEMALLOC_N(bitmap_set)
92234370Sjasone#define	bitmap_sfu JEMALLOC_N(bitmap_sfu)
93234370Sjasone#define	bitmap_size JEMALLOC_N(bitmap_size)
94234370Sjasone#define	bitmap_unset JEMALLOC_N(bitmap_unset)
95234370Sjasone#define	bt_init JEMALLOC_N(bt_init)
96234370Sjasone#define	buferror JEMALLOC_N(buferror)
97234370Sjasone#define	choose_arena JEMALLOC_N(choose_arena)
98234370Sjasone#define	choose_arena_hard JEMALLOC_N(choose_arena_hard)
99234370Sjasone#define	chunk_alloc JEMALLOC_N(chunk_alloc)
100234370Sjasone#define	chunk_alloc_dss JEMALLOC_N(chunk_alloc_dss)
101234370Sjasone#define	chunk_alloc_mmap JEMALLOC_N(chunk_alloc_mmap)
102234569Sjasone#define	chunk_boot JEMALLOC_N(chunk_boot)
103234370Sjasone#define	chunk_dealloc JEMALLOC_N(chunk_dealloc)
104234370Sjasone#define	chunk_dealloc_mmap JEMALLOC_N(chunk_dealloc_mmap)
105234370Sjasone#define	chunk_dss_boot JEMALLOC_N(chunk_dss_boot)
106234370Sjasone#define	chunk_dss_postfork_child JEMALLOC_N(chunk_dss_postfork_child)
107234370Sjasone#define	chunk_dss_postfork_parent JEMALLOC_N(chunk_dss_postfork_parent)
108242844Sjasone#define	chunk_dss_prec_get JEMALLOC_N(chunk_dss_prec_get)
109242844Sjasone#define	chunk_dss_prec_set JEMALLOC_N(chunk_dss_prec_set)
110234370Sjasone#define	chunk_dss_prefork JEMALLOC_N(chunk_dss_prefork)
111234370Sjasone#define	chunk_in_dss JEMALLOC_N(chunk_in_dss)
112234543Sjasone#define	chunk_npages JEMALLOC_N(chunk_npages)
113242844Sjasone#define	chunk_postfork_child JEMALLOC_N(chunk_postfork_child)
114242844Sjasone#define	chunk_postfork_parent JEMALLOC_N(chunk_postfork_parent)
115242844Sjasone#define	chunk_prefork JEMALLOC_N(chunk_prefork)
116242844Sjasone#define	chunk_unmap JEMALLOC_N(chunk_unmap)
117234543Sjasone#define	chunks_mtx JEMALLOC_N(chunks_mtx)
118234543Sjasone#define	chunks_rtree JEMALLOC_N(chunks_rtree)
119234543Sjasone#define	chunksize JEMALLOC_N(chunksize)
120234543Sjasone#define	chunksize_mask JEMALLOC_N(chunksize_mask)
121234370Sjasone#define	ckh_bucket_search JEMALLOC_N(ckh_bucket_search)
122234370Sjasone#define	ckh_count JEMALLOC_N(ckh_count)
123234370Sjasone#define	ckh_delete JEMALLOC_N(ckh_delete)
124234370Sjasone#define	ckh_evict_reloc_insert JEMALLOC_N(ckh_evict_reloc_insert)
125234370Sjasone#define	ckh_insert JEMALLOC_N(ckh_insert)
126234370Sjasone#define	ckh_isearch JEMALLOC_N(ckh_isearch)
127234370Sjasone#define	ckh_iter JEMALLOC_N(ckh_iter)
128234370Sjasone#define	ckh_new JEMALLOC_N(ckh_new)
129234370Sjasone#define	ckh_pointer_hash JEMALLOC_N(ckh_pointer_hash)
130234370Sjasone#define	ckh_pointer_keycomp JEMALLOC_N(ckh_pointer_keycomp)
131234370Sjasone#define	ckh_rebuild JEMALLOC_N(ckh_rebuild)
132234370Sjasone#define	ckh_remove JEMALLOC_N(ckh_remove)
133234370Sjasone#define	ckh_search JEMALLOC_N(ckh_search)
134234370Sjasone#define	ckh_string_hash JEMALLOC_N(ckh_string_hash)
135234370Sjasone#define	ckh_string_keycomp JEMALLOC_N(ckh_string_keycomp)
136234370Sjasone#define	ckh_try_bucket_insert JEMALLOC_N(ckh_try_bucket_insert)
137234370Sjasone#define	ckh_try_insert JEMALLOC_N(ckh_try_insert)
138234370Sjasone#define	ctl_boot JEMALLOC_N(ctl_boot)
139234370Sjasone#define	ctl_bymib JEMALLOC_N(ctl_bymib)
140234370Sjasone#define	ctl_byname JEMALLOC_N(ctl_byname)
141234370Sjasone#define	ctl_nametomib JEMALLOC_N(ctl_nametomib)
142242844Sjasone#define	ctl_postfork_child JEMALLOC_N(ctl_postfork_child)
143242844Sjasone#define	ctl_postfork_parent JEMALLOC_N(ctl_postfork_parent)
144242844Sjasone#define	ctl_prefork JEMALLOC_N(ctl_prefork)
145242844Sjasone#define	dss_prec_names JEMALLOC_N(dss_prec_names)
146234370Sjasone#define	extent_tree_ad_first JEMALLOC_N(extent_tree_ad_first)
147234370Sjasone#define	extent_tree_ad_insert JEMALLOC_N(extent_tree_ad_insert)
148234370Sjasone#define	extent_tree_ad_iter JEMALLOC_N(extent_tree_ad_iter)
149234370Sjasone#define	extent_tree_ad_iter_recurse JEMALLOC_N(extent_tree_ad_iter_recurse)
150234370Sjasone#define	extent_tree_ad_iter_start JEMALLOC_N(extent_tree_ad_iter_start)
151234370Sjasone#define	extent_tree_ad_last JEMALLOC_N(extent_tree_ad_last)
152234370Sjasone#define	extent_tree_ad_new JEMALLOC_N(extent_tree_ad_new)
153234370Sjasone#define	extent_tree_ad_next JEMALLOC_N(extent_tree_ad_next)
154234370Sjasone#define	extent_tree_ad_nsearch JEMALLOC_N(extent_tree_ad_nsearch)
155234370Sjasone#define	extent_tree_ad_prev JEMALLOC_N(extent_tree_ad_prev)
156234370Sjasone#define	extent_tree_ad_psearch JEMALLOC_N(extent_tree_ad_psearch)
157234370Sjasone#define	extent_tree_ad_remove JEMALLOC_N(extent_tree_ad_remove)
158234370Sjasone#define	extent_tree_ad_reverse_iter JEMALLOC_N(extent_tree_ad_reverse_iter)
159234370Sjasone#define	extent_tree_ad_reverse_iter_recurse JEMALLOC_N(extent_tree_ad_reverse_iter_recurse)
160234370Sjasone#define	extent_tree_ad_reverse_iter_start JEMALLOC_N(extent_tree_ad_reverse_iter_start)
161234370Sjasone#define	extent_tree_ad_search JEMALLOC_N(extent_tree_ad_search)
162234370Sjasone#define	extent_tree_szad_first JEMALLOC_N(extent_tree_szad_first)
163234370Sjasone#define	extent_tree_szad_insert JEMALLOC_N(extent_tree_szad_insert)
164234370Sjasone#define	extent_tree_szad_iter JEMALLOC_N(extent_tree_szad_iter)
165234370Sjasone#define	extent_tree_szad_iter_recurse JEMALLOC_N(extent_tree_szad_iter_recurse)
166234370Sjasone#define	extent_tree_szad_iter_start JEMALLOC_N(extent_tree_szad_iter_start)
167234370Sjasone#define	extent_tree_szad_last JEMALLOC_N(extent_tree_szad_last)
168234370Sjasone#define	extent_tree_szad_new JEMALLOC_N(extent_tree_szad_new)
169234370Sjasone#define	extent_tree_szad_next JEMALLOC_N(extent_tree_szad_next)
170234370Sjasone#define	extent_tree_szad_nsearch JEMALLOC_N(extent_tree_szad_nsearch)
171234370Sjasone#define	extent_tree_szad_prev JEMALLOC_N(extent_tree_szad_prev)
172234370Sjasone#define	extent_tree_szad_psearch JEMALLOC_N(extent_tree_szad_psearch)
173234370Sjasone#define	extent_tree_szad_remove JEMALLOC_N(extent_tree_szad_remove)
174234370Sjasone#define	extent_tree_szad_reverse_iter JEMALLOC_N(extent_tree_szad_reverse_iter)
175234370Sjasone#define	extent_tree_szad_reverse_iter_recurse JEMALLOC_N(extent_tree_szad_reverse_iter_recurse)
176234370Sjasone#define	extent_tree_szad_reverse_iter_start JEMALLOC_N(extent_tree_szad_reverse_iter_start)
177234370Sjasone#define	extent_tree_szad_search JEMALLOC_N(extent_tree_szad_search)
178242844Sjasone#define	get_errno JEMALLOC_N(get_errno)
179234370Sjasone#define	hash JEMALLOC_N(hash)
180245868Sjasone#define	hash_fmix_32 JEMALLOC_N(hash_fmix_32)
181245868Sjasone#define	hash_fmix_64 JEMALLOC_N(hash_fmix_64)
182245868Sjasone#define	hash_get_block_32 JEMALLOC_N(hash_get_block_32)
183245868Sjasone#define	hash_get_block_64 JEMALLOC_N(hash_get_block_64)
184245868Sjasone#define	hash_rotl_32 JEMALLOC_N(hash_rotl_32)
185245868Sjasone#define	hash_rotl_64 JEMALLOC_N(hash_rotl_64)
186245868Sjasone#define	hash_x64_128 JEMALLOC_N(hash_x64_128)
187245868Sjasone#define	hash_x86_128 JEMALLOC_N(hash_x86_128)
188245868Sjasone#define	hash_x86_32 JEMALLOC_N(hash_x86_32)
189234543Sjasone#define	huge_allocated JEMALLOC_N(huge_allocated)
190234370Sjasone#define	huge_boot JEMALLOC_N(huge_boot)
191234370Sjasone#define	huge_dalloc JEMALLOC_N(huge_dalloc)
192234370Sjasone#define	huge_malloc JEMALLOC_N(huge_malloc)
193234543Sjasone#define	huge_mtx JEMALLOC_N(huge_mtx)
194234543Sjasone#define	huge_ndalloc JEMALLOC_N(huge_ndalloc)
195234543Sjasone#define	huge_nmalloc JEMALLOC_N(huge_nmalloc)
196234370Sjasone#define	huge_palloc JEMALLOC_N(huge_palloc)
197234370Sjasone#define	huge_postfork_child JEMALLOC_N(huge_postfork_child)
198234370Sjasone#define	huge_postfork_parent JEMALLOC_N(huge_postfork_parent)
199234370Sjasone#define	huge_prefork JEMALLOC_N(huge_prefork)
200234370Sjasone#define	huge_prof_ctx_get JEMALLOC_N(huge_prof_ctx_get)
201234370Sjasone#define	huge_prof_ctx_set JEMALLOC_N(huge_prof_ctx_set)
202234370Sjasone#define	huge_ralloc JEMALLOC_N(huge_ralloc)
203234370Sjasone#define	huge_ralloc_no_move JEMALLOC_N(huge_ralloc_no_move)
204234370Sjasone#define	huge_salloc JEMALLOC_N(huge_salloc)
205234370Sjasone#define	iallocm JEMALLOC_N(iallocm)
206234370Sjasone#define	icalloc JEMALLOC_N(icalloc)
207242844Sjasone#define	icallocx JEMALLOC_N(icallocx)
208234370Sjasone#define	idalloc JEMALLOC_N(idalloc)
209242844Sjasone#define	idallocx JEMALLOC_N(idallocx)
210234370Sjasone#define	imalloc JEMALLOC_N(imalloc)
211242844Sjasone#define	imallocx JEMALLOC_N(imallocx)
212234370Sjasone#define	ipalloc JEMALLOC_N(ipalloc)
213242844Sjasone#define	ipallocx JEMALLOC_N(ipallocx)
214234370Sjasone#define	iqalloc JEMALLOC_N(iqalloc)
215242844Sjasone#define	iqallocx JEMALLOC_N(iqallocx)
216234370Sjasone#define	iralloc JEMALLOC_N(iralloc)
217242844Sjasone#define	irallocx JEMALLOC_N(irallocx)
218234370Sjasone#define	isalloc JEMALLOC_N(isalloc)
219234370Sjasone#define	ivsalloc JEMALLOC_N(ivsalloc)
220234370Sjasone#define	jemalloc_postfork_child JEMALLOC_N(jemalloc_postfork_child)
221234370Sjasone#define	jemalloc_postfork_parent JEMALLOC_N(jemalloc_postfork_parent)
222234370Sjasone#define	jemalloc_prefork JEMALLOC_N(jemalloc_prefork)
223234370Sjasone#define	malloc_cprintf JEMALLOC_N(malloc_cprintf)
224234370Sjasone#define	malloc_mutex_init JEMALLOC_N(malloc_mutex_init)
225234370Sjasone#define	malloc_mutex_lock JEMALLOC_N(malloc_mutex_lock)
226234370Sjasone#define	malloc_mutex_postfork_child JEMALLOC_N(malloc_mutex_postfork_child)
227234370Sjasone#define	malloc_mutex_postfork_parent JEMALLOC_N(malloc_mutex_postfork_parent)
228234370Sjasone#define	malloc_mutex_prefork JEMALLOC_N(malloc_mutex_prefork)
229234370Sjasone#define	malloc_mutex_unlock JEMALLOC_N(malloc_mutex_unlock)
230234370Sjasone#define	malloc_printf JEMALLOC_N(malloc_printf)
231234370Sjasone#define	malloc_snprintf JEMALLOC_N(malloc_snprintf)
232234370Sjasone#define	malloc_strtoumax JEMALLOC_N(malloc_strtoumax)
233234370Sjasone#define	malloc_tsd_boot JEMALLOC_N(malloc_tsd_boot)
234234370Sjasone#define	malloc_tsd_cleanup_register JEMALLOC_N(malloc_tsd_cleanup_register)
235234370Sjasone#define	malloc_tsd_dalloc JEMALLOC_N(malloc_tsd_dalloc)
236234370Sjasone#define	malloc_tsd_malloc JEMALLOC_N(malloc_tsd_malloc)
237234370Sjasone#define	malloc_tsd_no_cleanup JEMALLOC_N(malloc_tsd_no_cleanup)
238234370Sjasone#define	malloc_vcprintf JEMALLOC_N(malloc_vcprintf)
239234370Sjasone#define	malloc_vsnprintf JEMALLOC_N(malloc_vsnprintf)
240234370Sjasone#define	malloc_write JEMALLOC_N(malloc_write)
241234543Sjasone#define	map_bias JEMALLOC_N(map_bias)
242234370Sjasone#define	mb_write JEMALLOC_N(mb_write)
243234370Sjasone#define	mutex_boot JEMALLOC_N(mutex_boot)
244242844Sjasone#define	narenas_auto JEMALLOC_N(narenas_auto)
245242844Sjasone#define	narenas_total JEMALLOC_N(narenas_total)
246242844Sjasone#define	narenas_total_get JEMALLOC_N(narenas_total_get)
247234543Sjasone#define	ncpus JEMALLOC_N(ncpus)
248234543Sjasone#define	nhbins JEMALLOC_N(nhbins)
249234370Sjasone#define	opt_abort JEMALLOC_N(opt_abort)
250234370Sjasone#define	opt_junk JEMALLOC_N(opt_junk)
251234370Sjasone#define	opt_lg_chunk JEMALLOC_N(opt_lg_chunk)
252234370Sjasone#define	opt_lg_dirty_mult JEMALLOC_N(opt_lg_dirty_mult)
253234370Sjasone#define	opt_lg_prof_interval JEMALLOC_N(opt_lg_prof_interval)
254234370Sjasone#define	opt_lg_prof_sample JEMALLOC_N(opt_lg_prof_sample)
255234370Sjasone#define	opt_lg_tcache_max JEMALLOC_N(opt_lg_tcache_max)
256234370Sjasone#define	opt_narenas JEMALLOC_N(opt_narenas)
257234370Sjasone#define	opt_prof JEMALLOC_N(opt_prof)
258234370Sjasone#define	opt_prof_accum JEMALLOC_N(opt_prof_accum)
259234370Sjasone#define	opt_prof_active JEMALLOC_N(opt_prof_active)
260234543Sjasone#define	opt_prof_final JEMALLOC_N(opt_prof_final)
261234370Sjasone#define	opt_prof_gdump JEMALLOC_N(opt_prof_gdump)
262234370Sjasone#define	opt_prof_leak JEMALLOC_N(opt_prof_leak)
263234543Sjasone#define	opt_prof_prefix JEMALLOC_N(opt_prof_prefix)
264234543Sjasone#define	opt_quarantine JEMALLOC_N(opt_quarantine)
265234543Sjasone#define	opt_redzone JEMALLOC_N(opt_redzone)
266234370Sjasone#define	opt_stats_print JEMALLOC_N(opt_stats_print)
267234370Sjasone#define	opt_tcache JEMALLOC_N(opt_tcache)
268234370Sjasone#define	opt_utrace JEMALLOC_N(opt_utrace)
269234543Sjasone#define	opt_valgrind JEMALLOC_N(opt_valgrind)
270234370Sjasone#define	opt_xmalloc JEMALLOC_N(opt_xmalloc)
271234370Sjasone#define	opt_zero JEMALLOC_N(opt_zero)
272234370Sjasone#define	p2rz JEMALLOC_N(p2rz)
273234543Sjasone#define	pages_purge JEMALLOC_N(pages_purge)
274234370Sjasone#define	pow2_ceil JEMALLOC_N(pow2_ceil)
275234370Sjasone#define	prof_backtrace JEMALLOC_N(prof_backtrace)
276234370Sjasone#define	prof_boot0 JEMALLOC_N(prof_boot0)
277234370Sjasone#define	prof_boot1 JEMALLOC_N(prof_boot1)
278234370Sjasone#define	prof_boot2 JEMALLOC_N(prof_boot2)
279234370Sjasone#define	prof_ctx_get JEMALLOC_N(prof_ctx_get)
280234370Sjasone#define	prof_ctx_set JEMALLOC_N(prof_ctx_set)
281234370Sjasone#define	prof_free JEMALLOC_N(prof_free)
282234370Sjasone#define	prof_gdump JEMALLOC_N(prof_gdump)
283234370Sjasone#define	prof_idump JEMALLOC_N(prof_idump)
284234543Sjasone#define	prof_interval JEMALLOC_N(prof_interval)
285234370Sjasone#define	prof_lookup JEMALLOC_N(prof_lookup)
286234370Sjasone#define	prof_malloc JEMALLOC_N(prof_malloc)
287234370Sjasone#define	prof_mdump JEMALLOC_N(prof_mdump)
288242844Sjasone#define	prof_postfork_child JEMALLOC_N(prof_postfork_child)
289242844Sjasone#define	prof_postfork_parent JEMALLOC_N(prof_postfork_parent)
290242844Sjasone#define	prof_prefork JEMALLOC_N(prof_prefork)
291234543Sjasone#define	prof_promote JEMALLOC_N(prof_promote)
292234370Sjasone#define	prof_realloc JEMALLOC_N(prof_realloc)
293234370Sjasone#define	prof_sample_accum_update JEMALLOC_N(prof_sample_accum_update)
294234370Sjasone#define	prof_sample_threshold_update JEMALLOC_N(prof_sample_threshold_update)
295234543Sjasone#define	prof_tdata_booted JEMALLOC_N(prof_tdata_booted)
296234370Sjasone#define	prof_tdata_cleanup JEMALLOC_N(prof_tdata_cleanup)
297235238Sjasone#define	prof_tdata_get JEMALLOC_N(prof_tdata_get)
298234543Sjasone#define	prof_tdata_init JEMALLOC_N(prof_tdata_init)
299234543Sjasone#define	prof_tdata_initialized JEMALLOC_N(prof_tdata_initialized)
300234543Sjasone#define	prof_tdata_tls JEMALLOC_N(prof_tdata_tls)
301242844Sjasone#define	prof_tdata_tsd JEMALLOC_N(prof_tdata_tsd)
302234370Sjasone#define	prof_tdata_tsd_boot JEMALLOC_N(prof_tdata_tsd_boot)
303234370Sjasone#define	prof_tdata_tsd_cleanup_wrapper JEMALLOC_N(prof_tdata_tsd_cleanup_wrapper)
304234370Sjasone#define	prof_tdata_tsd_get JEMALLOC_N(prof_tdata_tsd_get)
305245868Sjasone#define	prof_tdata_tsd_get_wrapper JEMALLOC_N(prof_tdata_tsd_get_wrapper)
306234370Sjasone#define	prof_tdata_tsd_set JEMALLOC_N(prof_tdata_tsd_set)
307234370Sjasone#define	quarantine JEMALLOC_N(quarantine)
308251300Sjasone#define	quarantine_alloc_hook JEMALLOC_N(quarantine_alloc_hook)
309234370Sjasone#define	quarantine_boot JEMALLOC_N(quarantine_boot)
310251300Sjasone#define	quarantine_booted JEMALLOC_N(quarantine_booted)
311251300Sjasone#define	quarantine_cleanup JEMALLOC_N(quarantine_cleanup)
312251300Sjasone#define	quarantine_init JEMALLOC_N(quarantine_init)
313251300Sjasone#define	quarantine_tls JEMALLOC_N(quarantine_tls)
314251300Sjasone#define	quarantine_tsd JEMALLOC_N(quarantine_tsd)
315234370Sjasone#define	quarantine_tsd_boot JEMALLOC_N(quarantine_tsd_boot)
316234370Sjasone#define	quarantine_tsd_cleanup_wrapper JEMALLOC_N(quarantine_tsd_cleanup_wrapper)
317234370Sjasone#define	quarantine_tsd_get JEMALLOC_N(quarantine_tsd_get)
318245868Sjasone#define	quarantine_tsd_get_wrapper JEMALLOC_N(quarantine_tsd_get_wrapper)
319234370Sjasone#define	quarantine_tsd_set JEMALLOC_N(quarantine_tsd_set)
320234370Sjasone#define	register_zone JEMALLOC_N(register_zone)
321234370Sjasone#define	rtree_get JEMALLOC_N(rtree_get)
322234370Sjasone#define	rtree_get_locked JEMALLOC_N(rtree_get_locked)
323234370Sjasone#define	rtree_new JEMALLOC_N(rtree_new)
324242844Sjasone#define	rtree_postfork_child JEMALLOC_N(rtree_postfork_child)
325242844Sjasone#define	rtree_postfork_parent JEMALLOC_N(rtree_postfork_parent)
326242844Sjasone#define	rtree_prefork JEMALLOC_N(rtree_prefork)
327234370Sjasone#define	rtree_set JEMALLOC_N(rtree_set)
328234370Sjasone#define	s2u JEMALLOC_N(s2u)
329234370Sjasone#define	sa2u JEMALLOC_N(sa2u)
330242844Sjasone#define	set_errno JEMALLOC_N(set_errno)
331234370Sjasone#define	stats_cactive JEMALLOC_N(stats_cactive)
332234370Sjasone#define	stats_cactive_add JEMALLOC_N(stats_cactive_add)
333234370Sjasone#define	stats_cactive_get JEMALLOC_N(stats_cactive_get)
334234370Sjasone#define	stats_cactive_sub JEMALLOC_N(stats_cactive_sub)
335234543Sjasone#define	stats_chunks JEMALLOC_N(stats_chunks)
336234370Sjasone#define	stats_print JEMALLOC_N(stats_print)
337234370Sjasone#define	tcache_alloc_easy JEMALLOC_N(tcache_alloc_easy)
338234370Sjasone#define	tcache_alloc_large JEMALLOC_N(tcache_alloc_large)
339234370Sjasone#define	tcache_alloc_small JEMALLOC_N(tcache_alloc_small)
340234370Sjasone#define	tcache_alloc_small_hard JEMALLOC_N(tcache_alloc_small_hard)
341234370Sjasone#define	tcache_arena_associate JEMALLOC_N(tcache_arena_associate)
342234370Sjasone#define	tcache_arena_dissociate JEMALLOC_N(tcache_arena_dissociate)
343234370Sjasone#define	tcache_bin_flush_large JEMALLOC_N(tcache_bin_flush_large)
344234370Sjasone#define	tcache_bin_flush_small JEMALLOC_N(tcache_bin_flush_small)
345234543Sjasone#define	tcache_bin_info JEMALLOC_N(tcache_bin_info)
346234370Sjasone#define	tcache_boot0 JEMALLOC_N(tcache_boot0)
347234370Sjasone#define	tcache_boot1 JEMALLOC_N(tcache_boot1)
348234543Sjasone#define	tcache_booted JEMALLOC_N(tcache_booted)
349234370Sjasone#define	tcache_create JEMALLOC_N(tcache_create)
350234370Sjasone#define	tcache_dalloc_large JEMALLOC_N(tcache_dalloc_large)
351234370Sjasone#define	tcache_dalloc_small JEMALLOC_N(tcache_dalloc_small)
352234370Sjasone#define	tcache_destroy JEMALLOC_N(tcache_destroy)
353234543Sjasone#define	tcache_enabled_booted JEMALLOC_N(tcache_enabled_booted)
354234370Sjasone#define	tcache_enabled_get JEMALLOC_N(tcache_enabled_get)
355234543Sjasone#define	tcache_enabled_initialized JEMALLOC_N(tcache_enabled_initialized)
356234370Sjasone#define	tcache_enabled_set JEMALLOC_N(tcache_enabled_set)
357234543Sjasone#define	tcache_enabled_tls JEMALLOC_N(tcache_enabled_tls)
358242844Sjasone#define	tcache_enabled_tsd JEMALLOC_N(tcache_enabled_tsd)
359234370Sjasone#define	tcache_enabled_tsd_boot JEMALLOC_N(tcache_enabled_tsd_boot)
360234370Sjasone#define	tcache_enabled_tsd_cleanup_wrapper JEMALLOC_N(tcache_enabled_tsd_cleanup_wrapper)
361234370Sjasone#define	tcache_enabled_tsd_get JEMALLOC_N(tcache_enabled_tsd_get)
362245868Sjasone#define	tcache_enabled_tsd_get_wrapper JEMALLOC_N(tcache_enabled_tsd_get_wrapper)
363234370Sjasone#define	tcache_enabled_tsd_set JEMALLOC_N(tcache_enabled_tsd_set)
364234370Sjasone#define	tcache_event JEMALLOC_N(tcache_event)
365235238Sjasone#define	tcache_event_hard JEMALLOC_N(tcache_event_hard)
366234370Sjasone#define	tcache_flush JEMALLOC_N(tcache_flush)
367234543Sjasone#define	tcache_get JEMALLOC_N(tcache_get)
368235238Sjasone#define	tcache_initialized JEMALLOC_N(tcache_initialized)
369234543Sjasone#define	tcache_maxclass JEMALLOC_N(tcache_maxclass)
370235238Sjasone#define	tcache_salloc JEMALLOC_N(tcache_salloc)
371234370Sjasone#define	tcache_stats_merge JEMALLOC_N(tcache_stats_merge)
372234370Sjasone#define	tcache_thread_cleanup JEMALLOC_N(tcache_thread_cleanup)
373234543Sjasone#define	tcache_tls JEMALLOC_N(tcache_tls)
374242844Sjasone#define	tcache_tsd JEMALLOC_N(tcache_tsd)
375234370Sjasone#define	tcache_tsd_boot JEMALLOC_N(tcache_tsd_boot)
376234370Sjasone#define	tcache_tsd_cleanup_wrapper JEMALLOC_N(tcache_tsd_cleanup_wrapper)
377234370Sjasone#define	tcache_tsd_get JEMALLOC_N(tcache_tsd_get)
378245868Sjasone#define	tcache_tsd_get_wrapper JEMALLOC_N(tcache_tsd_get_wrapper)
379234370Sjasone#define	tcache_tsd_set JEMALLOC_N(tcache_tsd_set)
380234543Sjasone#define	thread_allocated_booted JEMALLOC_N(thread_allocated_booted)
381234543Sjasone#define	thread_allocated_initialized JEMALLOC_N(thread_allocated_initialized)
382234543Sjasone#define	thread_allocated_tls JEMALLOC_N(thread_allocated_tls)
383242844Sjasone#define	thread_allocated_tsd JEMALLOC_N(thread_allocated_tsd)
384234370Sjasone#define	thread_allocated_tsd_boot JEMALLOC_N(thread_allocated_tsd_boot)
385234370Sjasone#define	thread_allocated_tsd_cleanup_wrapper JEMALLOC_N(thread_allocated_tsd_cleanup_wrapper)
386234370Sjasone#define	thread_allocated_tsd_get JEMALLOC_N(thread_allocated_tsd_get)
387245868Sjasone#define	thread_allocated_tsd_get_wrapper JEMALLOC_N(thread_allocated_tsd_get_wrapper)
388234370Sjasone#define	thread_allocated_tsd_set JEMALLOC_N(thread_allocated_tsd_set)
389234370Sjasone#define	u2rz JEMALLOC_N(u2rz)
390