private_namespace.h revision 87a02d2bb18dbcb2955541b849bc95862e864803
1#define	a0calloc JEMALLOC_N(a0calloc)
2#define	a0free JEMALLOC_N(a0free)
3#define	a0malloc JEMALLOC_N(a0malloc)
4#define	arena_alloc_junk_small JEMALLOC_N(arena_alloc_junk_small)
5#define	arena_bin_index JEMALLOC_N(arena_bin_index)
6#define	arena_bin_info JEMALLOC_N(arena_bin_info)
7#define	arena_boot JEMALLOC_N(arena_boot)
8#define	arena_dalloc JEMALLOC_N(arena_dalloc)
9#define	arena_dalloc_bin JEMALLOC_N(arena_dalloc_bin)
10#define	arena_dalloc_bin_locked JEMALLOC_N(arena_dalloc_bin_locked)
11#define	arena_dalloc_junk_small JEMALLOC_N(arena_dalloc_junk_small)
12#define	arena_dalloc_large JEMALLOC_N(arena_dalloc_large)
13#define	arena_dalloc_large_locked JEMALLOC_N(arena_dalloc_large_locked)
14#define	arena_dalloc_small JEMALLOC_N(arena_dalloc_small)
15#define	arena_dss_prec_get JEMALLOC_N(arena_dss_prec_get)
16#define	arena_dss_prec_set JEMALLOC_N(arena_dss_prec_set)
17#define	arena_malloc JEMALLOC_N(arena_malloc)
18#define	arena_malloc_large JEMALLOC_N(arena_malloc_large)
19#define	arena_malloc_small JEMALLOC_N(arena_malloc_small)
20#define	arena_mapbits_allocated_get JEMALLOC_N(arena_mapbits_allocated_get)
21#define	arena_mapbits_binind_get JEMALLOC_N(arena_mapbits_binind_get)
22#define	arena_mapbits_dirty_get JEMALLOC_N(arena_mapbits_dirty_get)
23#define	arena_mapbits_get JEMALLOC_N(arena_mapbits_get)
24#define	arena_mapbits_large_binind_set JEMALLOC_N(arena_mapbits_large_binind_set)
25#define	arena_mapbits_large_get JEMALLOC_N(arena_mapbits_large_get)
26#define	arena_mapbits_large_set JEMALLOC_N(arena_mapbits_large_set)
27#define	arena_mapbits_large_size_get JEMALLOC_N(arena_mapbits_large_size_get)
28#define	arena_mapbits_small_runind_get JEMALLOC_N(arena_mapbits_small_runind_get)
29#define	arena_mapbits_small_set JEMALLOC_N(arena_mapbits_small_set)
30#define	arena_mapbits_unallocated_set JEMALLOC_N(arena_mapbits_unallocated_set)
31#define	arena_mapbits_unallocated_size_get JEMALLOC_N(arena_mapbits_unallocated_size_get)
32#define	arena_mapbits_unallocated_size_set JEMALLOC_N(arena_mapbits_unallocated_size_set)
33#define	arena_mapbits_unzeroed_get JEMALLOC_N(arena_mapbits_unzeroed_get)
34#define	arena_mapbits_unzeroed_set JEMALLOC_N(arena_mapbits_unzeroed_set)
35#define	arena_mapbitsp_get JEMALLOC_N(arena_mapbitsp_get)
36#define	arena_mapbitsp_read JEMALLOC_N(arena_mapbitsp_read)
37#define	arena_mapbitsp_write JEMALLOC_N(arena_mapbitsp_write)
38#define	arena_mapp_get JEMALLOC_N(arena_mapp_get)
39#define	arena_maxclass JEMALLOC_N(arena_maxclass)
40#define	arena_new JEMALLOC_N(arena_new)
41#define	arena_palloc JEMALLOC_N(arena_palloc)
42#define	arena_postfork_child JEMALLOC_N(arena_postfork_child)
43#define	arena_postfork_parent JEMALLOC_N(arena_postfork_parent)
44#define	arena_prefork JEMALLOC_N(arena_prefork)
45#define	arena_prof_accum JEMALLOC_N(arena_prof_accum)
46#define	arena_prof_accum_impl JEMALLOC_N(arena_prof_accum_impl)
47#define	arena_prof_accum_locked JEMALLOC_N(arena_prof_accum_locked)
48#define	arena_prof_ctx_get JEMALLOC_N(arena_prof_ctx_get)
49#define	arena_prof_ctx_set JEMALLOC_N(arena_prof_ctx_set)
50#define	arena_prof_promoted JEMALLOC_N(arena_prof_promoted)
51#define	arena_ptr_small_binind_get JEMALLOC_N(arena_ptr_small_binind_get)
52#define	arena_purge_all JEMALLOC_N(arena_purge_all)
53#define	arena_ralloc JEMALLOC_N(arena_ralloc)
54#define	arena_ralloc_no_move JEMALLOC_N(arena_ralloc_no_move)
55#define	arena_run_regind JEMALLOC_N(arena_run_regind)
56#define	arena_salloc JEMALLOC_N(arena_salloc)
57#define	arena_stats_merge JEMALLOC_N(arena_stats_merge)
58#define	arena_tcache_fill_small JEMALLOC_N(arena_tcache_fill_small)
59#define	arenas JEMALLOC_N(arenas)
60#define	arenas_booted JEMALLOC_N(arenas_booted)
61#define	arenas_cleanup JEMALLOC_N(arenas_cleanup)
62#define	arenas_extend JEMALLOC_N(arenas_extend)
63#define	arenas_initialized JEMALLOC_N(arenas_initialized)
64#define	arenas_lock JEMALLOC_N(arenas_lock)
65#define	arenas_tls JEMALLOC_N(arenas_tls)
66#define	arenas_tsd JEMALLOC_N(arenas_tsd)
67#define	arenas_tsd_boot JEMALLOC_N(arenas_tsd_boot)
68#define	arenas_tsd_cleanup_wrapper JEMALLOC_N(arenas_tsd_cleanup_wrapper)
69#define	arenas_tsd_get JEMALLOC_N(arenas_tsd_get)
70#define	arenas_tsd_get_wrapper JEMALLOC_N(arenas_tsd_get_wrapper)
71#define	arenas_tsd_set JEMALLOC_N(arenas_tsd_set)
72#define	atomic_add_u JEMALLOC_N(atomic_add_u)
73#define	atomic_add_uint32 JEMALLOC_N(atomic_add_uint32)
74#define	atomic_add_uint64 JEMALLOC_N(atomic_add_uint64)
75#define	atomic_add_z JEMALLOC_N(atomic_add_z)
76#define	atomic_sub_u JEMALLOC_N(atomic_sub_u)
77#define	atomic_sub_uint32 JEMALLOC_N(atomic_sub_uint32)
78#define	atomic_sub_uint64 JEMALLOC_N(atomic_sub_uint64)
79#define	atomic_sub_z JEMALLOC_N(atomic_sub_z)
80#define	base_alloc JEMALLOC_N(base_alloc)
81#define	base_boot JEMALLOC_N(base_boot)
82#define	base_calloc JEMALLOC_N(base_calloc)
83#define	base_node_alloc JEMALLOC_N(base_node_alloc)
84#define	base_node_dealloc JEMALLOC_N(base_node_dealloc)
85#define	base_postfork_child JEMALLOC_N(base_postfork_child)
86#define	base_postfork_parent JEMALLOC_N(base_postfork_parent)
87#define	base_prefork JEMALLOC_N(base_prefork)
88#define	bitmap_full JEMALLOC_N(bitmap_full)
89#define	bitmap_get JEMALLOC_N(bitmap_get)
90#define	bitmap_info_init JEMALLOC_N(bitmap_info_init)
91#define	bitmap_info_ngroups JEMALLOC_N(bitmap_info_ngroups)
92#define	bitmap_init JEMALLOC_N(bitmap_init)
93#define	bitmap_set JEMALLOC_N(bitmap_set)
94#define	bitmap_sfu JEMALLOC_N(bitmap_sfu)
95#define	bitmap_size JEMALLOC_N(bitmap_size)
96#define	bitmap_unset JEMALLOC_N(bitmap_unset)
97#define	bt_init JEMALLOC_N(bt_init)
98#define	buferror JEMALLOC_N(buferror)
99#define	choose_arena JEMALLOC_N(choose_arena)
100#define	choose_arena_hard JEMALLOC_N(choose_arena_hard)
101#define	chunk_alloc JEMALLOC_N(chunk_alloc)
102#define	chunk_alloc_dss JEMALLOC_N(chunk_alloc_dss)
103#define	chunk_alloc_mmap JEMALLOC_N(chunk_alloc_mmap)
104#define	chunk_boot JEMALLOC_N(chunk_boot)
105#define	chunk_dealloc JEMALLOC_N(chunk_dealloc)
106#define	chunk_dealloc_mmap JEMALLOC_N(chunk_dealloc_mmap)
107#define	chunk_dss_boot JEMALLOC_N(chunk_dss_boot)
108#define	chunk_dss_postfork_child JEMALLOC_N(chunk_dss_postfork_child)
109#define	chunk_dss_postfork_parent JEMALLOC_N(chunk_dss_postfork_parent)
110#define	chunk_dss_prec_get JEMALLOC_N(chunk_dss_prec_get)
111#define	chunk_dss_prec_set JEMALLOC_N(chunk_dss_prec_set)
112#define	chunk_dss_prefork JEMALLOC_N(chunk_dss_prefork)
113#define	chunk_in_dss JEMALLOC_N(chunk_in_dss)
114#define	chunk_npages JEMALLOC_N(chunk_npages)
115#define	chunk_postfork_child JEMALLOC_N(chunk_postfork_child)
116#define	chunk_postfork_parent JEMALLOC_N(chunk_postfork_parent)
117#define	chunk_prefork JEMALLOC_N(chunk_prefork)
118#define	chunk_unmap JEMALLOC_N(chunk_unmap)
119#define	chunks_mtx JEMALLOC_N(chunks_mtx)
120#define	chunks_rtree JEMALLOC_N(chunks_rtree)
121#define	chunksize JEMALLOC_N(chunksize)
122#define	chunksize_mask JEMALLOC_N(chunksize_mask)
123#define	ckh_bucket_search JEMALLOC_N(ckh_bucket_search)
124#define	ckh_count JEMALLOC_N(ckh_count)
125#define	ckh_delete JEMALLOC_N(ckh_delete)
126#define	ckh_evict_reloc_insert JEMALLOC_N(ckh_evict_reloc_insert)
127#define	ckh_insert JEMALLOC_N(ckh_insert)
128#define	ckh_isearch JEMALLOC_N(ckh_isearch)
129#define	ckh_iter JEMALLOC_N(ckh_iter)
130#define	ckh_new JEMALLOC_N(ckh_new)
131#define	ckh_pointer_hash JEMALLOC_N(ckh_pointer_hash)
132#define	ckh_pointer_keycomp JEMALLOC_N(ckh_pointer_keycomp)
133#define	ckh_rebuild JEMALLOC_N(ckh_rebuild)
134#define	ckh_remove JEMALLOC_N(ckh_remove)
135#define	ckh_search JEMALLOC_N(ckh_search)
136#define	ckh_string_hash JEMALLOC_N(ckh_string_hash)
137#define	ckh_string_keycomp JEMALLOC_N(ckh_string_keycomp)
138#define	ckh_try_bucket_insert JEMALLOC_N(ckh_try_bucket_insert)
139#define	ckh_try_insert JEMALLOC_N(ckh_try_insert)
140#define	ctl_boot JEMALLOC_N(ctl_boot)
141#define	ctl_bymib JEMALLOC_N(ctl_bymib)
142#define	ctl_byname JEMALLOC_N(ctl_byname)
143#define	ctl_nametomib JEMALLOC_N(ctl_nametomib)
144#define	ctl_postfork_child JEMALLOC_N(ctl_postfork_child)
145#define	ctl_postfork_parent JEMALLOC_N(ctl_postfork_parent)
146#define	ctl_prefork JEMALLOC_N(ctl_prefork)
147#define	dss_prec_names JEMALLOC_N(dss_prec_names)
148#define	extent_tree_ad_first JEMALLOC_N(extent_tree_ad_first)
149#define	extent_tree_ad_insert JEMALLOC_N(extent_tree_ad_insert)
150#define	extent_tree_ad_iter JEMALLOC_N(extent_tree_ad_iter)
151#define	extent_tree_ad_iter_recurse JEMALLOC_N(extent_tree_ad_iter_recurse)
152#define	extent_tree_ad_iter_start JEMALLOC_N(extent_tree_ad_iter_start)
153#define	extent_tree_ad_last JEMALLOC_N(extent_tree_ad_last)
154#define	extent_tree_ad_new JEMALLOC_N(extent_tree_ad_new)
155#define	extent_tree_ad_next JEMALLOC_N(extent_tree_ad_next)
156#define	extent_tree_ad_nsearch JEMALLOC_N(extent_tree_ad_nsearch)
157#define	extent_tree_ad_prev JEMALLOC_N(extent_tree_ad_prev)
158#define	extent_tree_ad_psearch JEMALLOC_N(extent_tree_ad_psearch)
159#define	extent_tree_ad_remove JEMALLOC_N(extent_tree_ad_remove)
160#define	extent_tree_ad_reverse_iter JEMALLOC_N(extent_tree_ad_reverse_iter)
161#define	extent_tree_ad_reverse_iter_recurse JEMALLOC_N(extent_tree_ad_reverse_iter_recurse)
162#define	extent_tree_ad_reverse_iter_start JEMALLOC_N(extent_tree_ad_reverse_iter_start)
163#define	extent_tree_ad_search JEMALLOC_N(extent_tree_ad_search)
164#define	extent_tree_szad_first JEMALLOC_N(extent_tree_szad_first)
165#define	extent_tree_szad_insert JEMALLOC_N(extent_tree_szad_insert)
166#define	extent_tree_szad_iter JEMALLOC_N(extent_tree_szad_iter)
167#define	extent_tree_szad_iter_recurse JEMALLOC_N(extent_tree_szad_iter_recurse)
168#define	extent_tree_szad_iter_start JEMALLOC_N(extent_tree_szad_iter_start)
169#define	extent_tree_szad_last JEMALLOC_N(extent_tree_szad_last)
170#define	extent_tree_szad_new JEMALLOC_N(extent_tree_szad_new)
171#define	extent_tree_szad_next JEMALLOC_N(extent_tree_szad_next)
172#define	extent_tree_szad_nsearch JEMALLOC_N(extent_tree_szad_nsearch)
173#define	extent_tree_szad_prev JEMALLOC_N(extent_tree_szad_prev)
174#define	extent_tree_szad_psearch JEMALLOC_N(extent_tree_szad_psearch)
175#define	extent_tree_szad_remove JEMALLOC_N(extent_tree_szad_remove)
176#define	extent_tree_szad_reverse_iter JEMALLOC_N(extent_tree_szad_reverse_iter)
177#define	extent_tree_szad_reverse_iter_recurse JEMALLOC_N(extent_tree_szad_reverse_iter_recurse)
178#define	extent_tree_szad_reverse_iter_start JEMALLOC_N(extent_tree_szad_reverse_iter_start)
179#define	extent_tree_szad_search JEMALLOC_N(extent_tree_szad_search)
180#define	get_errno JEMALLOC_N(get_errno)
181#define	hash JEMALLOC_N(hash)
182#define	hash_fmix_32 JEMALLOC_N(hash_fmix_32)
183#define	hash_fmix_64 JEMALLOC_N(hash_fmix_64)
184#define	hash_get_block_32 JEMALLOC_N(hash_get_block_32)
185#define	hash_get_block_64 JEMALLOC_N(hash_get_block_64)
186#define	hash_rotl_32 JEMALLOC_N(hash_rotl_32)
187#define	hash_rotl_64 JEMALLOC_N(hash_rotl_64)
188#define	hash_x64_128 JEMALLOC_N(hash_x64_128)
189#define	hash_x86_128 JEMALLOC_N(hash_x86_128)
190#define	hash_x86_32 JEMALLOC_N(hash_x86_32)
191#define	huge_allocated JEMALLOC_N(huge_allocated)
192#define	huge_boot JEMALLOC_N(huge_boot)
193#define	huge_dalloc JEMALLOC_N(huge_dalloc)
194#define	huge_malloc JEMALLOC_N(huge_malloc)
195#define	huge_mtx JEMALLOC_N(huge_mtx)
196#define	huge_ndalloc JEMALLOC_N(huge_ndalloc)
197#define	huge_nmalloc JEMALLOC_N(huge_nmalloc)
198#define	huge_palloc JEMALLOC_N(huge_palloc)
199#define	huge_postfork_child JEMALLOC_N(huge_postfork_child)
200#define	huge_postfork_parent JEMALLOC_N(huge_postfork_parent)
201#define	huge_prefork JEMALLOC_N(huge_prefork)
202#define	huge_prof_ctx_get JEMALLOC_N(huge_prof_ctx_get)
203#define	huge_prof_ctx_set JEMALLOC_N(huge_prof_ctx_set)
204#define	huge_ralloc JEMALLOC_N(huge_ralloc)
205#define	huge_ralloc_no_move JEMALLOC_N(huge_ralloc_no_move)
206#define	huge_salloc JEMALLOC_N(huge_salloc)
207#define	iallocm JEMALLOC_N(iallocm)
208#define	icalloc JEMALLOC_N(icalloc)
209#define	icallocx JEMALLOC_N(icallocx)
210#define	idalloc JEMALLOC_N(idalloc)
211#define	idallocx JEMALLOC_N(idallocx)
212#define	imalloc JEMALLOC_N(imalloc)
213#define	imallocx JEMALLOC_N(imallocx)
214#define	ipalloc JEMALLOC_N(ipalloc)
215#define	ipallocx JEMALLOC_N(ipallocx)
216#define	iqalloc JEMALLOC_N(iqalloc)
217#define	iqallocx JEMALLOC_N(iqallocx)
218#define	iralloc JEMALLOC_N(iralloc)
219#define	irallocx JEMALLOC_N(irallocx)
220#define	isalloc JEMALLOC_N(isalloc)
221#define	isthreaded JEMALLOC_N(isthreaded)
222#define	ivsalloc JEMALLOC_N(ivsalloc)
223#define	jemalloc_postfork_child JEMALLOC_N(jemalloc_postfork_child)
224#define	jemalloc_postfork_parent JEMALLOC_N(jemalloc_postfork_parent)
225#define	jemalloc_prefork JEMALLOC_N(jemalloc_prefork)
226#define	malloc_cprintf JEMALLOC_N(malloc_cprintf)
227#define	malloc_mutex_init JEMALLOC_N(malloc_mutex_init)
228#define	malloc_mutex_lock JEMALLOC_N(malloc_mutex_lock)
229#define	malloc_mutex_postfork_child JEMALLOC_N(malloc_mutex_postfork_child)
230#define	malloc_mutex_postfork_parent JEMALLOC_N(malloc_mutex_postfork_parent)
231#define	malloc_mutex_prefork JEMALLOC_N(malloc_mutex_prefork)
232#define	malloc_mutex_unlock JEMALLOC_N(malloc_mutex_unlock)
233#define	malloc_printf JEMALLOC_N(malloc_printf)
234#define	malloc_snprintf JEMALLOC_N(malloc_snprintf)
235#define	malloc_strtoumax JEMALLOC_N(malloc_strtoumax)
236#define	malloc_tsd_boot JEMALLOC_N(malloc_tsd_boot)
237#define	malloc_tsd_cleanup_register JEMALLOC_N(malloc_tsd_cleanup_register)
238#define	malloc_tsd_dalloc JEMALLOC_N(malloc_tsd_dalloc)
239#define	malloc_tsd_malloc JEMALLOC_N(malloc_tsd_malloc)
240#define	malloc_tsd_no_cleanup JEMALLOC_N(malloc_tsd_no_cleanup)
241#define	malloc_vcprintf JEMALLOC_N(malloc_vcprintf)
242#define	malloc_vsnprintf JEMALLOC_N(malloc_vsnprintf)
243#define	malloc_write JEMALLOC_N(malloc_write)
244#define	map_bias JEMALLOC_N(map_bias)
245#define	mb_write JEMALLOC_N(mb_write)
246#define	mutex_boot JEMALLOC_N(mutex_boot)
247#define	narenas_auto JEMALLOC_N(narenas_auto)
248#define	narenas_total JEMALLOC_N(narenas_total)
249#define	narenas_total_get JEMALLOC_N(narenas_total_get)
250#define	ncpus JEMALLOC_N(ncpus)
251#define	nhbins JEMALLOC_N(nhbins)
252#define	opt_abort JEMALLOC_N(opt_abort)
253#define	opt_junk JEMALLOC_N(opt_junk)
254#define	opt_lg_chunk JEMALLOC_N(opt_lg_chunk)
255#define	opt_lg_dirty_mult JEMALLOC_N(opt_lg_dirty_mult)
256#define	opt_lg_prof_interval JEMALLOC_N(opt_lg_prof_interval)
257#define	opt_lg_prof_sample JEMALLOC_N(opt_lg_prof_sample)
258#define	opt_lg_tcache_max JEMALLOC_N(opt_lg_tcache_max)
259#define	opt_narenas JEMALLOC_N(opt_narenas)
260#define	opt_prof JEMALLOC_N(opt_prof)
261#define	opt_prof_accum JEMALLOC_N(opt_prof_accum)
262#define	opt_prof_active JEMALLOC_N(opt_prof_active)
263#define	opt_prof_final JEMALLOC_N(opt_prof_final)
264#define	opt_prof_gdump JEMALLOC_N(opt_prof_gdump)
265#define	opt_prof_leak JEMALLOC_N(opt_prof_leak)
266#define	opt_prof_prefix JEMALLOC_N(opt_prof_prefix)
267#define	opt_quarantine JEMALLOC_N(opt_quarantine)
268#define	opt_redzone JEMALLOC_N(opt_redzone)
269#define	opt_stats_print JEMALLOC_N(opt_stats_print)
270#define	opt_tcache JEMALLOC_N(opt_tcache)
271#define	opt_utrace JEMALLOC_N(opt_utrace)
272#define	opt_valgrind JEMALLOC_N(opt_valgrind)
273#define	opt_xmalloc JEMALLOC_N(opt_xmalloc)
274#define	opt_zero JEMALLOC_N(opt_zero)
275#define	p2rz JEMALLOC_N(p2rz)
276#define	pages_purge JEMALLOC_N(pages_purge)
277#define	pow2_ceil JEMALLOC_N(pow2_ceil)
278#define	prof_backtrace JEMALLOC_N(prof_backtrace)
279#define	prof_boot0 JEMALLOC_N(prof_boot0)
280#define	prof_boot1 JEMALLOC_N(prof_boot1)
281#define	prof_boot2 JEMALLOC_N(prof_boot2)
282#define	prof_ctx_get JEMALLOC_N(prof_ctx_get)
283#define	prof_ctx_set JEMALLOC_N(prof_ctx_set)
284#define	prof_free JEMALLOC_N(prof_free)
285#define	prof_gdump JEMALLOC_N(prof_gdump)
286#define	prof_idump JEMALLOC_N(prof_idump)
287#define	prof_interval JEMALLOC_N(prof_interval)
288#define	prof_lookup JEMALLOC_N(prof_lookup)
289#define	prof_malloc JEMALLOC_N(prof_malloc)
290#define	prof_mdump JEMALLOC_N(prof_mdump)
291#define	prof_postfork_child JEMALLOC_N(prof_postfork_child)
292#define	prof_postfork_parent JEMALLOC_N(prof_postfork_parent)
293#define	prof_prefork JEMALLOC_N(prof_prefork)
294#define	prof_promote JEMALLOC_N(prof_promote)
295#define	prof_realloc JEMALLOC_N(prof_realloc)
296#define	prof_sample_accum_update JEMALLOC_N(prof_sample_accum_update)
297#define	prof_sample_threshold_update JEMALLOC_N(prof_sample_threshold_update)
298#define	prof_tdata_booted JEMALLOC_N(prof_tdata_booted)
299#define	prof_tdata_cleanup JEMALLOC_N(prof_tdata_cleanup)
300#define	prof_tdata_get JEMALLOC_N(prof_tdata_get)
301#define	prof_tdata_init JEMALLOC_N(prof_tdata_init)
302#define	prof_tdata_initialized JEMALLOC_N(prof_tdata_initialized)
303#define	prof_tdata_tls JEMALLOC_N(prof_tdata_tls)
304#define	prof_tdata_tsd JEMALLOC_N(prof_tdata_tsd)
305#define	prof_tdata_tsd_boot JEMALLOC_N(prof_tdata_tsd_boot)
306#define	prof_tdata_tsd_cleanup_wrapper JEMALLOC_N(prof_tdata_tsd_cleanup_wrapper)
307#define	prof_tdata_tsd_get JEMALLOC_N(prof_tdata_tsd_get)
308#define	prof_tdata_tsd_get_wrapper JEMALLOC_N(prof_tdata_tsd_get_wrapper)
309#define	prof_tdata_tsd_set JEMALLOC_N(prof_tdata_tsd_set)
310#define	quarantine JEMALLOC_N(quarantine)
311#define	quarantine_alloc_hook JEMALLOC_N(quarantine_alloc_hook)
312#define	quarantine_boot JEMALLOC_N(quarantine_boot)
313#define	quarantine_booted JEMALLOC_N(quarantine_booted)
314#define	quarantine_cleanup JEMALLOC_N(quarantine_cleanup)
315#define	quarantine_init JEMALLOC_N(quarantine_init)
316#define	quarantine_tls JEMALLOC_N(quarantine_tls)
317#define	quarantine_tsd JEMALLOC_N(quarantine_tsd)
318#define	quarantine_tsd_boot JEMALLOC_N(quarantine_tsd_boot)
319#define	quarantine_tsd_cleanup_wrapper JEMALLOC_N(quarantine_tsd_cleanup_wrapper)
320#define	quarantine_tsd_get JEMALLOC_N(quarantine_tsd_get)
321#define	quarantine_tsd_get_wrapper JEMALLOC_N(quarantine_tsd_get_wrapper)
322#define	quarantine_tsd_set JEMALLOC_N(quarantine_tsd_set)
323#define	register_zone JEMALLOC_N(register_zone)
324#define	rtree_get JEMALLOC_N(rtree_get)
325#define	rtree_get_locked JEMALLOC_N(rtree_get_locked)
326#define	rtree_new JEMALLOC_N(rtree_new)
327#define	rtree_postfork_child JEMALLOC_N(rtree_postfork_child)
328#define	rtree_postfork_parent JEMALLOC_N(rtree_postfork_parent)
329#define	rtree_prefork JEMALLOC_N(rtree_prefork)
330#define	rtree_set JEMALLOC_N(rtree_set)
331#define	s2u JEMALLOC_N(s2u)
332#define	sa2u JEMALLOC_N(sa2u)
333#define	set_errno JEMALLOC_N(set_errno)
334#define	stats_cactive JEMALLOC_N(stats_cactive)
335#define	stats_cactive_add JEMALLOC_N(stats_cactive_add)
336#define	stats_cactive_get JEMALLOC_N(stats_cactive_get)
337#define	stats_cactive_sub JEMALLOC_N(stats_cactive_sub)
338#define	stats_chunks JEMALLOC_N(stats_chunks)
339#define	stats_print JEMALLOC_N(stats_print)
340#define	tcache_alloc_easy JEMALLOC_N(tcache_alloc_easy)
341#define	tcache_alloc_large JEMALLOC_N(tcache_alloc_large)
342#define	tcache_alloc_small JEMALLOC_N(tcache_alloc_small)
343#define	tcache_alloc_small_hard JEMALLOC_N(tcache_alloc_small_hard)
344#define	tcache_arena_associate JEMALLOC_N(tcache_arena_associate)
345#define	tcache_arena_dissociate JEMALLOC_N(tcache_arena_dissociate)
346#define	tcache_bin_flush_large JEMALLOC_N(tcache_bin_flush_large)
347#define	tcache_bin_flush_small JEMALLOC_N(tcache_bin_flush_small)
348#define	tcache_bin_info JEMALLOC_N(tcache_bin_info)
349#define	tcache_boot0 JEMALLOC_N(tcache_boot0)
350#define	tcache_boot1 JEMALLOC_N(tcache_boot1)
351#define	tcache_booted JEMALLOC_N(tcache_booted)
352#define	tcache_create JEMALLOC_N(tcache_create)
353#define	tcache_dalloc_large JEMALLOC_N(tcache_dalloc_large)
354#define	tcache_dalloc_small JEMALLOC_N(tcache_dalloc_small)
355#define	tcache_destroy JEMALLOC_N(tcache_destroy)
356#define	tcache_enabled_booted JEMALLOC_N(tcache_enabled_booted)
357#define	tcache_enabled_get JEMALLOC_N(tcache_enabled_get)
358#define	tcache_enabled_initialized JEMALLOC_N(tcache_enabled_initialized)
359#define	tcache_enabled_set JEMALLOC_N(tcache_enabled_set)
360#define	tcache_enabled_tls JEMALLOC_N(tcache_enabled_tls)
361#define	tcache_enabled_tsd JEMALLOC_N(tcache_enabled_tsd)
362#define	tcache_enabled_tsd_boot JEMALLOC_N(tcache_enabled_tsd_boot)
363#define	tcache_enabled_tsd_cleanup_wrapper JEMALLOC_N(tcache_enabled_tsd_cleanup_wrapper)
364#define	tcache_enabled_tsd_get JEMALLOC_N(tcache_enabled_tsd_get)
365#define	tcache_enabled_tsd_get_wrapper JEMALLOC_N(tcache_enabled_tsd_get_wrapper)
366#define	tcache_enabled_tsd_set JEMALLOC_N(tcache_enabled_tsd_set)
367#define	tcache_event JEMALLOC_N(tcache_event)
368#define	tcache_event_hard JEMALLOC_N(tcache_event_hard)
369#define	tcache_flush JEMALLOC_N(tcache_flush)
370#define	tcache_get JEMALLOC_N(tcache_get)
371#define	tcache_initialized JEMALLOC_N(tcache_initialized)
372#define	tcache_maxclass JEMALLOC_N(tcache_maxclass)
373#define	tcache_salloc JEMALLOC_N(tcache_salloc)
374#define	tcache_stats_merge JEMALLOC_N(tcache_stats_merge)
375#define	tcache_thread_cleanup JEMALLOC_N(tcache_thread_cleanup)
376#define	tcache_tls JEMALLOC_N(tcache_tls)
377#define	tcache_tsd JEMALLOC_N(tcache_tsd)
378#define	tcache_tsd_boot JEMALLOC_N(tcache_tsd_boot)
379#define	tcache_tsd_cleanup_wrapper JEMALLOC_N(tcache_tsd_cleanup_wrapper)
380#define	tcache_tsd_get JEMALLOC_N(tcache_tsd_get)
381#define	tcache_tsd_get_wrapper JEMALLOC_N(tcache_tsd_get_wrapper)
382#define	tcache_tsd_set JEMALLOC_N(tcache_tsd_set)
383#define	thread_allocated_booted JEMALLOC_N(thread_allocated_booted)
384#define	thread_allocated_initialized JEMALLOC_N(thread_allocated_initialized)
385#define	thread_allocated_tls JEMALLOC_N(thread_allocated_tls)
386#define	thread_allocated_tsd JEMALLOC_N(thread_allocated_tsd)
387#define	thread_allocated_tsd_boot JEMALLOC_N(thread_allocated_tsd_boot)
388#define	thread_allocated_tsd_cleanup_wrapper JEMALLOC_N(thread_allocated_tsd_cleanup_wrapper)
389#define	thread_allocated_tsd_get JEMALLOC_N(thread_allocated_tsd_get)
390#define	thread_allocated_tsd_get_wrapper JEMALLOC_N(thread_allocated_tsd_get_wrapper)
391#define	thread_allocated_tsd_set JEMALLOC_N(thread_allocated_tsd_set)
392#define	u2rz JEMALLOC_N(u2rz)
393