private_namespace.h revision 96d58c8575eeac2a4a026e4d3629388573335bfa
1#define	a0dalloc JEMALLOC_N(a0dalloc)
2#define	a0get JEMALLOC_N(a0get)
3#define	a0malloc JEMALLOC_N(a0malloc)
4#define	arena_aalloc JEMALLOC_N(arena_aalloc)
5#define	arena_get JEMALLOC_N(arena_get)
6#define	arena_get_hard JEMALLOC_N(arena_get_hard)
7#define	arena_alloc_junk_small JEMALLOC_N(arena_alloc_junk_small)
8#define	arena_bin_index JEMALLOC_N(arena_bin_index)
9#define	arena_bin_info JEMALLOC_N(arena_bin_info)
10#define	arena_bitselm_get JEMALLOC_N(arena_bitselm_get)
11#define	arena_boot JEMALLOC_N(arena_boot)
12#define	arena_choose JEMALLOC_N(arena_choose)
13#define	arena_choose_hard JEMALLOC_N(arena_choose_hard)
14#define	arena_chunk_alloc_huge JEMALLOC_N(arena_chunk_alloc_huge)
15#define	arena_chunk_cache_maybe_insert JEMALLOC_N(arena_chunk_cache_maybe_insert)
16#define	arena_chunk_cache_maybe_remove JEMALLOC_N(arena_chunk_cache_maybe_remove)
17#define	arena_chunk_dalloc_huge JEMALLOC_N(arena_chunk_dalloc_huge)
18#define	arena_chunk_ralloc_huge_expand JEMALLOC_N(arena_chunk_ralloc_huge_expand)
19#define	arena_chunk_ralloc_huge_shrink JEMALLOC_N(arena_chunk_ralloc_huge_shrink)
20#define	arena_chunk_ralloc_huge_similar JEMALLOC_N(arena_chunk_ralloc_huge_similar)
21#define	arena_cleanup JEMALLOC_N(arena_cleanup)
22#define	arena_dalloc JEMALLOC_N(arena_dalloc)
23#define	arena_dalloc_bin JEMALLOC_N(arena_dalloc_bin)
24#define	arena_dalloc_bin_junked_locked JEMALLOC_N(arena_dalloc_bin_junked_locked)
25#define	arena_dalloc_junk_large JEMALLOC_N(arena_dalloc_junk_large)
26#define	arena_dalloc_junk_small JEMALLOC_N(arena_dalloc_junk_small)
27#define	arena_dalloc_large JEMALLOC_N(arena_dalloc_large)
28#define	arena_dalloc_large_junked_locked JEMALLOC_N(arena_dalloc_large_junked_locked)
29#define	arena_dalloc_small JEMALLOC_N(arena_dalloc_small)
30#define	arena_dss_prec_get JEMALLOC_N(arena_dss_prec_get)
31#define	arena_dss_prec_set JEMALLOC_N(arena_dss_prec_set)
32#define	arena_init JEMALLOC_N(arena_init)
33#define	arena_lg_dirty_mult_default_get JEMALLOC_N(arena_lg_dirty_mult_default_get)
34#define	arena_lg_dirty_mult_default_set JEMALLOC_N(arena_lg_dirty_mult_default_set)
35#define	arena_lg_dirty_mult_get JEMALLOC_N(arena_lg_dirty_mult_get)
36#define	arena_lg_dirty_mult_set JEMALLOC_N(arena_lg_dirty_mult_set)
37#define	arena_malloc JEMALLOC_N(arena_malloc)
38#define	arena_malloc_large JEMALLOC_N(arena_malloc_large)
39#define	arena_malloc_small JEMALLOC_N(arena_malloc_small)
40#define	arena_mapbits_allocated_get JEMALLOC_N(arena_mapbits_allocated_get)
41#define	arena_mapbits_binind_get JEMALLOC_N(arena_mapbits_binind_get)
42#define	arena_mapbits_dirty_get JEMALLOC_N(arena_mapbits_dirty_get)
43#define	arena_mapbits_get JEMALLOC_N(arena_mapbits_get)
44#define	arena_mapbits_large_binind_set JEMALLOC_N(arena_mapbits_large_binind_set)
45#define	arena_mapbits_large_get JEMALLOC_N(arena_mapbits_large_get)
46#define	arena_mapbits_large_set JEMALLOC_N(arena_mapbits_large_set)
47#define	arena_mapbits_large_size_get JEMALLOC_N(arena_mapbits_large_size_get)
48#define	arena_mapbits_small_runind_get JEMALLOC_N(arena_mapbits_small_runind_get)
49#define	arena_mapbits_small_set JEMALLOC_N(arena_mapbits_small_set)
50#define	arena_mapbits_unallocated_set JEMALLOC_N(arena_mapbits_unallocated_set)
51#define	arena_mapbits_unallocated_size_get JEMALLOC_N(arena_mapbits_unallocated_size_get)
52#define	arena_mapbits_unallocated_size_set JEMALLOC_N(arena_mapbits_unallocated_size_set)
53#define	arena_mapbits_unzeroed_get JEMALLOC_N(arena_mapbits_unzeroed_get)
54#define	arena_mapbits_unzeroed_set JEMALLOC_N(arena_mapbits_unzeroed_set)
55#define	arena_mapbitsp_get JEMALLOC_N(arena_mapbitsp_get)
56#define	arena_mapbitsp_read JEMALLOC_N(arena_mapbitsp_read)
57#define	arena_mapbitsp_write JEMALLOC_N(arena_mapbitsp_write)
58#define	arena_maxclass JEMALLOC_N(arena_maxclass)
59#define	arena_maxrun JEMALLOC_N(arena_maxrun)
60#define	arena_maybe_purge JEMALLOC_N(arena_maybe_purge)
61#define	arena_metadata_allocated_add JEMALLOC_N(arena_metadata_allocated_add)
62#define	arena_metadata_allocated_get JEMALLOC_N(arena_metadata_allocated_get)
63#define	arena_metadata_allocated_sub JEMALLOC_N(arena_metadata_allocated_sub)
64#define	arena_migrate JEMALLOC_N(arena_migrate)
65#define	arena_miscelm_get JEMALLOC_N(arena_miscelm_get)
66#define	arena_miscelm_to_pageind JEMALLOC_N(arena_miscelm_to_pageind)
67#define	arena_miscelm_to_rpages JEMALLOC_N(arena_miscelm_to_rpages)
68#define	arena_nbound JEMALLOC_N(arena_nbound)
69#define	arena_new JEMALLOC_N(arena_new)
70#define	arena_node_alloc JEMALLOC_N(arena_node_alloc)
71#define	arena_node_dalloc JEMALLOC_N(arena_node_dalloc)
72#define	arena_palloc JEMALLOC_N(arena_palloc)
73#define	arena_postfork_child JEMALLOC_N(arena_postfork_child)
74#define	arena_postfork_parent JEMALLOC_N(arena_postfork_parent)
75#define	arena_prefork JEMALLOC_N(arena_prefork)
76#define	arena_prof_accum JEMALLOC_N(arena_prof_accum)
77#define	arena_prof_accum_impl JEMALLOC_N(arena_prof_accum_impl)
78#define	arena_prof_accum_locked JEMALLOC_N(arena_prof_accum_locked)
79#define	arena_prof_promoted JEMALLOC_N(arena_prof_promoted)
80#define	arena_prof_tctx_get JEMALLOC_N(arena_prof_tctx_get)
81#define	arena_prof_tctx_set JEMALLOC_N(arena_prof_tctx_set)
82#define	arena_ptr_small_binind_get JEMALLOC_N(arena_ptr_small_binind_get)
83#define	arena_purge_all JEMALLOC_N(arena_purge_all)
84#define	arena_quarantine_junk_small JEMALLOC_N(arena_quarantine_junk_small)
85#define	arena_ralloc JEMALLOC_N(arena_ralloc)
86#define	arena_ralloc_junk_large JEMALLOC_N(arena_ralloc_junk_large)
87#define	arena_ralloc_no_move JEMALLOC_N(arena_ralloc_no_move)
88#define	arena_rd_to_miscelm JEMALLOC_N(arena_rd_to_miscelm)
89#define	arena_redzone_corruption JEMALLOC_N(arena_redzone_corruption)
90#define	arena_run_regind JEMALLOC_N(arena_run_regind)
91#define	arena_run_to_miscelm JEMALLOC_N(arena_run_to_miscelm)
92#define	arena_salloc JEMALLOC_N(arena_salloc)
93#define	arena_sdalloc JEMALLOC_N(arena_sdalloc)
94#define	arena_stats_merge JEMALLOC_N(arena_stats_merge)
95#define	arena_tcache_fill_small JEMALLOC_N(arena_tcache_fill_small)
96#define	arenas_cache_bypass_cleanup JEMALLOC_N(arenas_cache_bypass_cleanup)
97#define	arenas_cache_cleanup JEMALLOC_N(arenas_cache_cleanup)
98#define	atomic_add_p JEMALLOC_N(atomic_add_p)
99#define	atomic_add_u JEMALLOC_N(atomic_add_u)
100#define	atomic_add_uint32 JEMALLOC_N(atomic_add_uint32)
101#define	atomic_add_uint64 JEMALLOC_N(atomic_add_uint64)
102#define	atomic_add_z JEMALLOC_N(atomic_add_z)
103#define	atomic_cas_p JEMALLOC_N(atomic_cas_p)
104#define	atomic_cas_u JEMALLOC_N(atomic_cas_u)
105#define	atomic_cas_uint32 JEMALLOC_N(atomic_cas_uint32)
106#define	atomic_cas_uint64 JEMALLOC_N(atomic_cas_uint64)
107#define	atomic_cas_z JEMALLOC_N(atomic_cas_z)
108#define	atomic_sub_p JEMALLOC_N(atomic_sub_p)
109#define	atomic_sub_u JEMALLOC_N(atomic_sub_u)
110#define	atomic_sub_uint32 JEMALLOC_N(atomic_sub_uint32)
111#define	atomic_sub_uint64 JEMALLOC_N(atomic_sub_uint64)
112#define	atomic_sub_z JEMALLOC_N(atomic_sub_z)
113#define	base_alloc JEMALLOC_N(base_alloc)
114#define	base_boot JEMALLOC_N(base_boot)
115#define	base_postfork_child JEMALLOC_N(base_postfork_child)
116#define	base_postfork_parent JEMALLOC_N(base_postfork_parent)
117#define	base_prefork JEMALLOC_N(base_prefork)
118#define	base_stats_get JEMALLOC_N(base_stats_get)
119#define	bitmap_full JEMALLOC_N(bitmap_full)
120#define	bitmap_get JEMALLOC_N(bitmap_get)
121#define	bitmap_info_init JEMALLOC_N(bitmap_info_init)
122#define	bitmap_info_ngroups JEMALLOC_N(bitmap_info_ngroups)
123#define	bitmap_init JEMALLOC_N(bitmap_init)
124#define	bitmap_set JEMALLOC_N(bitmap_set)
125#define	bitmap_sfu JEMALLOC_N(bitmap_sfu)
126#define	bitmap_size JEMALLOC_N(bitmap_size)
127#define	bitmap_unset JEMALLOC_N(bitmap_unset)
128#define	bootstrap_calloc JEMALLOC_N(bootstrap_calloc)
129#define	bootstrap_free JEMALLOC_N(bootstrap_free)
130#define	bootstrap_malloc JEMALLOC_N(bootstrap_malloc)
131#define	bt_init JEMALLOC_N(bt_init)
132#define	buferror JEMALLOC_N(buferror)
133#define	chunk_alloc_cache JEMALLOC_N(chunk_alloc_cache)
134#define	chunk_alloc_base JEMALLOC_N(chunk_alloc_base)
135#define	chunk_alloc_default JEMALLOC_N(chunk_alloc_default)
136#define	chunk_alloc_dss JEMALLOC_N(chunk_alloc_dss)
137#define	chunk_alloc_mmap JEMALLOC_N(chunk_alloc_mmap)
138#define	chunk_alloc_wrapper JEMALLOC_N(chunk_alloc_wrapper)
139#define	chunk_boot JEMALLOC_N(chunk_boot)
140#define	chunk_dalloc_arena JEMALLOC_N(chunk_dalloc_arena)
141#define	chunk_dalloc_cache JEMALLOC_N(chunk_dalloc_cache)
142#define	chunk_dalloc_default JEMALLOC_N(chunk_dalloc_default)
143#define	chunk_dalloc_mmap JEMALLOC_N(chunk_dalloc_mmap)
144#define	chunk_dalloc_wrapper JEMALLOC_N(chunk_dalloc_wrapper)
145#define	chunk_deregister JEMALLOC_N(chunk_deregister)
146#define	chunk_dss_boot JEMALLOC_N(chunk_dss_boot)
147#define	chunk_dss_postfork_child JEMALLOC_N(chunk_dss_postfork_child)
148#define	chunk_dss_postfork_parent JEMALLOC_N(chunk_dss_postfork_parent)
149#define	chunk_dss_prec_get JEMALLOC_N(chunk_dss_prec_get)
150#define	chunk_dss_prec_set JEMALLOC_N(chunk_dss_prec_set)
151#define	chunk_dss_prefork JEMALLOC_N(chunk_dss_prefork)
152#define	chunk_in_dss JEMALLOC_N(chunk_in_dss)
153#define	chunk_lookup JEMALLOC_N(chunk_lookup)
154#define	chunk_npages JEMALLOC_N(chunk_npages)
155#define	chunk_postfork_child JEMALLOC_N(chunk_postfork_child)
156#define	chunk_postfork_parent JEMALLOC_N(chunk_postfork_parent)
157#define	chunk_prefork JEMALLOC_N(chunk_prefork)
158#define	chunk_purge_arena JEMALLOC_N(chunk_purge_arena)
159#define	chunk_purge_default JEMALLOC_N(chunk_purge_default)
160#define	chunk_purge_wrapper JEMALLOC_N(chunk_purge_wrapper)
161#define	chunk_record JEMALLOC_N(chunk_record)
162#define	chunk_register JEMALLOC_N(chunk_register)
163#define	chunks_rtree JEMALLOC_N(chunks_rtree)
164#define	chunksize JEMALLOC_N(chunksize)
165#define	chunksize_mask JEMALLOC_N(chunksize_mask)
166#define	ckh_bucket_search JEMALLOC_N(ckh_bucket_search)
167#define	ckh_count JEMALLOC_N(ckh_count)
168#define	ckh_delete JEMALLOC_N(ckh_delete)
169#define	ckh_evict_reloc_insert JEMALLOC_N(ckh_evict_reloc_insert)
170#define	ckh_insert JEMALLOC_N(ckh_insert)
171#define	ckh_isearch JEMALLOC_N(ckh_isearch)
172#define	ckh_iter JEMALLOC_N(ckh_iter)
173#define	ckh_new JEMALLOC_N(ckh_new)
174#define	ckh_pointer_hash JEMALLOC_N(ckh_pointer_hash)
175#define	ckh_pointer_keycomp JEMALLOC_N(ckh_pointer_keycomp)
176#define	ckh_rebuild JEMALLOC_N(ckh_rebuild)
177#define	ckh_remove JEMALLOC_N(ckh_remove)
178#define	ckh_search JEMALLOC_N(ckh_search)
179#define	ckh_string_hash JEMALLOC_N(ckh_string_hash)
180#define	ckh_string_keycomp JEMALLOC_N(ckh_string_keycomp)
181#define	ckh_try_bucket_insert JEMALLOC_N(ckh_try_bucket_insert)
182#define	ckh_try_insert JEMALLOC_N(ckh_try_insert)
183#define	ctl_boot JEMALLOC_N(ctl_boot)
184#define	ctl_bymib JEMALLOC_N(ctl_bymib)
185#define	ctl_byname JEMALLOC_N(ctl_byname)
186#define	ctl_nametomib JEMALLOC_N(ctl_nametomib)
187#define	ctl_postfork_child JEMALLOC_N(ctl_postfork_child)
188#define	ctl_postfork_parent JEMALLOC_N(ctl_postfork_parent)
189#define	ctl_prefork JEMALLOC_N(ctl_prefork)
190#define	dss_prec_names JEMALLOC_N(dss_prec_names)
191#define	extent_node_achunk_get JEMALLOC_N(extent_node_achunk_get)
192#define	extent_node_achunk_set JEMALLOC_N(extent_node_achunk_set)
193#define	extent_node_addr_get JEMALLOC_N(extent_node_addr_get)
194#define	extent_node_addr_set JEMALLOC_N(extent_node_addr_set)
195#define	extent_node_arena_get JEMALLOC_N(extent_node_arena_get)
196#define	extent_node_arena_set JEMALLOC_N(extent_node_arena_set)
197#define	extent_node_dirty_insert JEMALLOC_N(extent_node_dirty_insert)
198#define	extent_node_dirty_linkage_init JEMALLOC_N(extent_node_dirty_linkage_init)
199#define	extent_node_dirty_remove JEMALLOC_N(extent_node_dirty_remove)
200#define	extent_node_init JEMALLOC_N(extent_node_init)
201#define	extent_node_prof_tctx_get JEMALLOC_N(extent_node_prof_tctx_get)
202#define	extent_node_prof_tctx_set JEMALLOC_N(extent_node_prof_tctx_set)
203#define	extent_node_size_get JEMALLOC_N(extent_node_size_get)
204#define	extent_node_size_set JEMALLOC_N(extent_node_size_set)
205#define	extent_node_zeroed_get JEMALLOC_N(extent_node_zeroed_get)
206#define	extent_node_zeroed_set JEMALLOC_N(extent_node_zeroed_set)
207#define	extent_tree_ad_empty JEMALLOC_N(extent_tree_ad_empty)
208#define	extent_tree_ad_first JEMALLOC_N(extent_tree_ad_first)
209#define	extent_tree_ad_insert JEMALLOC_N(extent_tree_ad_insert)
210#define	extent_tree_ad_iter JEMALLOC_N(extent_tree_ad_iter)
211#define	extent_tree_ad_iter_recurse JEMALLOC_N(extent_tree_ad_iter_recurse)
212#define	extent_tree_ad_iter_start JEMALLOC_N(extent_tree_ad_iter_start)
213#define	extent_tree_ad_last JEMALLOC_N(extent_tree_ad_last)
214#define	extent_tree_ad_new JEMALLOC_N(extent_tree_ad_new)
215#define	extent_tree_ad_next JEMALLOC_N(extent_tree_ad_next)
216#define	extent_tree_ad_nsearch JEMALLOC_N(extent_tree_ad_nsearch)
217#define	extent_tree_ad_prev JEMALLOC_N(extent_tree_ad_prev)
218#define	extent_tree_ad_psearch JEMALLOC_N(extent_tree_ad_psearch)
219#define	extent_tree_ad_remove JEMALLOC_N(extent_tree_ad_remove)
220#define	extent_tree_ad_reverse_iter JEMALLOC_N(extent_tree_ad_reverse_iter)
221#define	extent_tree_ad_reverse_iter_recurse JEMALLOC_N(extent_tree_ad_reverse_iter_recurse)
222#define	extent_tree_ad_reverse_iter_start JEMALLOC_N(extent_tree_ad_reverse_iter_start)
223#define	extent_tree_ad_search JEMALLOC_N(extent_tree_ad_search)
224#define	extent_tree_szad_empty JEMALLOC_N(extent_tree_szad_empty)
225#define	extent_tree_szad_first JEMALLOC_N(extent_tree_szad_first)
226#define	extent_tree_szad_insert JEMALLOC_N(extent_tree_szad_insert)
227#define	extent_tree_szad_iter JEMALLOC_N(extent_tree_szad_iter)
228#define	extent_tree_szad_iter_recurse JEMALLOC_N(extent_tree_szad_iter_recurse)
229#define	extent_tree_szad_iter_start JEMALLOC_N(extent_tree_szad_iter_start)
230#define	extent_tree_szad_last JEMALLOC_N(extent_tree_szad_last)
231#define	extent_tree_szad_new JEMALLOC_N(extent_tree_szad_new)
232#define	extent_tree_szad_next JEMALLOC_N(extent_tree_szad_next)
233#define	extent_tree_szad_nsearch JEMALLOC_N(extent_tree_szad_nsearch)
234#define	extent_tree_szad_prev JEMALLOC_N(extent_tree_szad_prev)
235#define	extent_tree_szad_psearch JEMALLOC_N(extent_tree_szad_psearch)
236#define	extent_tree_szad_remove JEMALLOC_N(extent_tree_szad_remove)
237#define	extent_tree_szad_reverse_iter JEMALLOC_N(extent_tree_szad_reverse_iter)
238#define	extent_tree_szad_reverse_iter_recurse JEMALLOC_N(extent_tree_szad_reverse_iter_recurse)
239#define	extent_tree_szad_reverse_iter_start JEMALLOC_N(extent_tree_szad_reverse_iter_start)
240#define	extent_tree_szad_search JEMALLOC_N(extent_tree_szad_search)
241#define	get_errno JEMALLOC_N(get_errno)
242#define	hash JEMALLOC_N(hash)
243#define	hash_fmix_32 JEMALLOC_N(hash_fmix_32)
244#define	hash_fmix_64 JEMALLOC_N(hash_fmix_64)
245#define	hash_get_block_32 JEMALLOC_N(hash_get_block_32)
246#define	hash_get_block_64 JEMALLOC_N(hash_get_block_64)
247#define	hash_rotl_32 JEMALLOC_N(hash_rotl_32)
248#define	hash_rotl_64 JEMALLOC_N(hash_rotl_64)
249#define	hash_x64_128 JEMALLOC_N(hash_x64_128)
250#define	hash_x86_128 JEMALLOC_N(hash_x86_128)
251#define	hash_x86_32 JEMALLOC_N(hash_x86_32)
252#define	huge_aalloc JEMALLOC_N(huge_aalloc)
253#define	huge_allocated JEMALLOC_N(huge_allocated)
254#define	huge_dalloc JEMALLOC_N(huge_dalloc)
255#define	huge_dalloc_junk JEMALLOC_N(huge_dalloc_junk)
256#define	huge_malloc JEMALLOC_N(huge_malloc)
257#define	huge_ndalloc JEMALLOC_N(huge_ndalloc)
258#define	huge_nmalloc JEMALLOC_N(huge_nmalloc)
259#define	huge_palloc JEMALLOC_N(huge_palloc)
260#define	huge_prof_tctx_get JEMALLOC_N(huge_prof_tctx_get)
261#define	huge_prof_tctx_set JEMALLOC_N(huge_prof_tctx_set)
262#define	huge_ralloc JEMALLOC_N(huge_ralloc)
263#define	huge_ralloc_no_move JEMALLOC_N(huge_ralloc_no_move)
264#define	huge_salloc JEMALLOC_N(huge_salloc)
265#define	iaalloc JEMALLOC_N(iaalloc)
266#define	iallocztm JEMALLOC_N(iallocztm)
267#define	icalloc JEMALLOC_N(icalloc)
268#define	icalloct JEMALLOC_N(icalloct)
269#define	idalloc JEMALLOC_N(idalloc)
270#define	idalloct JEMALLOC_N(idalloct)
271#define	idalloctm JEMALLOC_N(idalloctm)
272#define	imalloc JEMALLOC_N(imalloc)
273#define	imalloct JEMALLOC_N(imalloct)
274#define	in_valgrind JEMALLOC_N(in_valgrind)
275#define	index2size JEMALLOC_N(index2size)
276#define	index2size_compute JEMALLOC_N(index2size_compute)
277#define	index2size_lookup JEMALLOC_N(index2size_lookup)
278#define	index2size_tab JEMALLOC_N(index2size_tab)
279#define	ipalloc JEMALLOC_N(ipalloc)
280#define	ipalloct JEMALLOC_N(ipalloct)
281#define	ipallocztm JEMALLOC_N(ipallocztm)
282#define	iqalloc JEMALLOC_N(iqalloc)
283#define	iralloc JEMALLOC_N(iralloc)
284#define	iralloct JEMALLOC_N(iralloct)
285#define	iralloct_realign JEMALLOC_N(iralloct_realign)
286#define	isalloc JEMALLOC_N(isalloc)
287#define	isdalloct JEMALLOC_N(isdalloct)
288#define	isthreaded JEMALLOC_N(isthreaded)
289#define	isqalloc JEMALLOC_N(isqalloc)
290#define	ivsalloc JEMALLOC_N(ivsalloc)
291#define	ixalloc JEMALLOC_N(ixalloc)
292#define	jemalloc_postfork_child JEMALLOC_N(jemalloc_postfork_child)
293#define	jemalloc_postfork_parent JEMALLOC_N(jemalloc_postfork_parent)
294#define	jemalloc_prefork JEMALLOC_N(jemalloc_prefork)
295#define	lg_floor JEMALLOC_N(lg_floor)
296#define	malloc_cprintf JEMALLOC_N(malloc_cprintf)
297#define	malloc_mutex_init JEMALLOC_N(malloc_mutex_init)
298#define	malloc_mutex_lock JEMALLOC_N(malloc_mutex_lock)
299#define	malloc_mutex_postfork_child JEMALLOC_N(malloc_mutex_postfork_child)
300#define	malloc_mutex_postfork_parent JEMALLOC_N(malloc_mutex_postfork_parent)
301#define	malloc_mutex_prefork JEMALLOC_N(malloc_mutex_prefork)
302#define	malloc_mutex_unlock JEMALLOC_N(malloc_mutex_unlock)
303#define	malloc_printf JEMALLOC_N(malloc_printf)
304#define	malloc_snprintf JEMALLOC_N(malloc_snprintf)
305#define	malloc_strtoumax JEMALLOC_N(malloc_strtoumax)
306#define	malloc_tsd_boot0 JEMALLOC_N(malloc_tsd_boot0)
307#define	malloc_tsd_boot1 JEMALLOC_N(malloc_tsd_boot1)
308#define	malloc_tsd_cleanup_register JEMALLOC_N(malloc_tsd_cleanup_register)
309#define	malloc_tsd_dalloc JEMALLOC_N(malloc_tsd_dalloc)
310#define	malloc_tsd_malloc JEMALLOC_N(malloc_tsd_malloc)
311#define	malloc_tsd_no_cleanup JEMALLOC_N(malloc_tsd_no_cleanup)
312#define	malloc_vcprintf JEMALLOC_N(malloc_vcprintf)
313#define	malloc_vsnprintf JEMALLOC_N(malloc_vsnprintf)
314#define	malloc_write JEMALLOC_N(malloc_write)
315#define	map_bias JEMALLOC_N(map_bias)
316#define	map_misc_offset JEMALLOC_N(map_misc_offset)
317#define	mb_write JEMALLOC_N(mb_write)
318#define	mutex_boot JEMALLOC_N(mutex_boot)
319#define	narenas_cache_cleanup JEMALLOC_N(narenas_cache_cleanup)
320#define	narenas_total_get JEMALLOC_N(narenas_total_get)
321#define	ncpus JEMALLOC_N(ncpus)
322#define	nhbins JEMALLOC_N(nhbins)
323#define	opt_abort JEMALLOC_N(opt_abort)
324#define	opt_dss JEMALLOC_N(opt_dss)
325#define	opt_junk JEMALLOC_N(opt_junk)
326#define	opt_junk_alloc JEMALLOC_N(opt_junk_alloc)
327#define	opt_junk_free JEMALLOC_N(opt_junk_free)
328#define	opt_lg_chunk JEMALLOC_N(opt_lg_chunk)
329#define	opt_lg_dirty_mult JEMALLOC_N(opt_lg_dirty_mult)
330#define	opt_lg_prof_interval JEMALLOC_N(opt_lg_prof_interval)
331#define	opt_lg_prof_sample JEMALLOC_N(opt_lg_prof_sample)
332#define	opt_lg_tcache_max JEMALLOC_N(opt_lg_tcache_max)
333#define	opt_narenas JEMALLOC_N(opt_narenas)
334#define	opt_prof JEMALLOC_N(opt_prof)
335#define	opt_prof_accum JEMALLOC_N(opt_prof_accum)
336#define	opt_prof_active JEMALLOC_N(opt_prof_active)
337#define	opt_prof_final JEMALLOC_N(opt_prof_final)
338#define	opt_prof_gdump JEMALLOC_N(opt_prof_gdump)
339#define	opt_prof_leak JEMALLOC_N(opt_prof_leak)
340#define	opt_prof_prefix JEMALLOC_N(opt_prof_prefix)
341#define	opt_prof_thread_active_init JEMALLOC_N(opt_prof_thread_active_init)
342#define	opt_quarantine JEMALLOC_N(opt_quarantine)
343#define	opt_redzone JEMALLOC_N(opt_redzone)
344#define	opt_stats_print JEMALLOC_N(opt_stats_print)
345#define	opt_tcache JEMALLOC_N(opt_tcache)
346#define	opt_utrace JEMALLOC_N(opt_utrace)
347#define	opt_xmalloc JEMALLOC_N(opt_xmalloc)
348#define	opt_zero JEMALLOC_N(opt_zero)
349#define	p2rz JEMALLOC_N(p2rz)
350#define	pages_purge JEMALLOC_N(pages_purge)
351#define	pow2_ceil JEMALLOC_N(pow2_ceil)
352#define	prof_active_get JEMALLOC_N(prof_active_get)
353#define	prof_active_get_unlocked JEMALLOC_N(prof_active_get_unlocked)
354#define	prof_active_set JEMALLOC_N(prof_active_set)
355#define	prof_alloc_prep JEMALLOC_N(prof_alloc_prep)
356#define	prof_alloc_rollback JEMALLOC_N(prof_alloc_rollback)
357#define	prof_backtrace JEMALLOC_N(prof_backtrace)
358#define	prof_boot0 JEMALLOC_N(prof_boot0)
359#define	prof_boot1 JEMALLOC_N(prof_boot1)
360#define	prof_boot2 JEMALLOC_N(prof_boot2)
361#define	prof_bt_count JEMALLOC_N(prof_bt_count)
362#define	prof_dump_header JEMALLOC_N(prof_dump_header)
363#define	prof_dump_open JEMALLOC_N(prof_dump_open)
364#define	prof_free JEMALLOC_N(prof_free)
365#define	prof_free_sampled_object JEMALLOC_N(prof_free_sampled_object)
366#define	prof_gdump JEMALLOC_N(prof_gdump)
367#define	prof_gdump_get JEMALLOC_N(prof_gdump_get)
368#define	prof_gdump_get_unlocked JEMALLOC_N(prof_gdump_get_unlocked)
369#define	prof_gdump_set JEMALLOC_N(prof_gdump_set)
370#define	prof_gdump_val JEMALLOC_N(prof_gdump_val)
371#define	prof_idump JEMALLOC_N(prof_idump)
372#define	prof_interval JEMALLOC_N(prof_interval)
373#define	prof_lookup JEMALLOC_N(prof_lookup)
374#define	prof_malloc JEMALLOC_N(prof_malloc)
375#define	prof_malloc_sample_object JEMALLOC_N(prof_malloc_sample_object)
376#define	prof_mdump JEMALLOC_N(prof_mdump)
377#define	prof_postfork_child JEMALLOC_N(prof_postfork_child)
378#define	prof_postfork_parent JEMALLOC_N(prof_postfork_parent)
379#define	prof_prefork JEMALLOC_N(prof_prefork)
380#define	prof_realloc JEMALLOC_N(prof_realloc)
381#define	prof_reset JEMALLOC_N(prof_reset)
382#define	prof_sample_accum_update JEMALLOC_N(prof_sample_accum_update)
383#define	prof_sample_threshold_update JEMALLOC_N(prof_sample_threshold_update)
384#define	prof_tctx_get JEMALLOC_N(prof_tctx_get)
385#define	prof_tctx_set JEMALLOC_N(prof_tctx_set)
386#define	prof_tdata_cleanup JEMALLOC_N(prof_tdata_cleanup)
387#define	prof_tdata_get JEMALLOC_N(prof_tdata_get)
388#define	prof_tdata_init JEMALLOC_N(prof_tdata_init)
389#define	prof_tdata_reinit JEMALLOC_N(prof_tdata_reinit)
390#define	prof_thread_active_get JEMALLOC_N(prof_thread_active_get)
391#define	prof_thread_active_init_get JEMALLOC_N(prof_thread_active_init_get)
392#define	prof_thread_active_init_set JEMALLOC_N(prof_thread_active_init_set)
393#define	prof_thread_active_set JEMALLOC_N(prof_thread_active_set)
394#define	prof_thread_name_get JEMALLOC_N(prof_thread_name_get)
395#define	prof_thread_name_set JEMALLOC_N(prof_thread_name_set)
396#define	quarantine JEMALLOC_N(quarantine)
397#define	quarantine_alloc_hook JEMALLOC_N(quarantine_alloc_hook)
398#define	quarantine_alloc_hook_work JEMALLOC_N(quarantine_alloc_hook_work)
399#define	quarantine_cleanup JEMALLOC_N(quarantine_cleanup)
400#define	register_zone JEMALLOC_N(register_zone)
401#define	rtree_child_read JEMALLOC_N(rtree_child_read)
402#define	rtree_child_read_hard JEMALLOC_N(rtree_child_read_hard)
403#define	rtree_child_tryread JEMALLOC_N(rtree_child_tryread)
404#define	rtree_delete JEMALLOC_N(rtree_delete)
405#define	rtree_get JEMALLOC_N(rtree_get)
406#define	rtree_new JEMALLOC_N(rtree_new)
407#define	rtree_node_valid JEMALLOC_N(rtree_node_valid)
408#define	rtree_set JEMALLOC_N(rtree_set)
409#define	rtree_start_level JEMALLOC_N(rtree_start_level)
410#define	rtree_subkey JEMALLOC_N(rtree_subkey)
411#define	rtree_subtree_read JEMALLOC_N(rtree_subtree_read)
412#define	rtree_subtree_read_hard JEMALLOC_N(rtree_subtree_read_hard)
413#define	rtree_subtree_tryread JEMALLOC_N(rtree_subtree_tryread)
414#define	rtree_val_read JEMALLOC_N(rtree_val_read)
415#define	rtree_val_write JEMALLOC_N(rtree_val_write)
416#define	s2u JEMALLOC_N(s2u)
417#define	s2u_compute JEMALLOC_N(s2u_compute)
418#define	s2u_lookup JEMALLOC_N(s2u_lookup)
419#define	sa2u JEMALLOC_N(sa2u)
420#define	set_errno JEMALLOC_N(set_errno)
421#define	size2index JEMALLOC_N(size2index)
422#define	size2index_compute JEMALLOC_N(size2index_compute)
423#define	size2index_lookup JEMALLOC_N(size2index_lookup)
424#define	size2index_tab JEMALLOC_N(size2index_tab)
425#define	stats_cactive JEMALLOC_N(stats_cactive)
426#define	stats_cactive_add JEMALLOC_N(stats_cactive_add)
427#define	stats_cactive_get JEMALLOC_N(stats_cactive_get)
428#define	stats_cactive_sub JEMALLOC_N(stats_cactive_sub)
429#define	stats_chunks JEMALLOC_N(stats_chunks)
430#define	stats_print JEMALLOC_N(stats_print)
431#define	tcache_alloc_easy JEMALLOC_N(tcache_alloc_easy)
432#define	tcache_alloc_large JEMALLOC_N(tcache_alloc_large)
433#define	tcache_alloc_small JEMALLOC_N(tcache_alloc_small)
434#define	tcache_alloc_small_hard JEMALLOC_N(tcache_alloc_small_hard)
435#define	tcache_arena_associate JEMALLOC_N(tcache_arena_associate)
436#define	tcache_arena_dissociate JEMALLOC_N(tcache_arena_dissociate)
437#define	tcache_arena_reassociate JEMALLOC_N(tcache_arena_reassociate)
438#define	tcache_bin_flush_large JEMALLOC_N(tcache_bin_flush_large)
439#define	tcache_bin_flush_small JEMALLOC_N(tcache_bin_flush_small)
440#define	tcache_bin_info JEMALLOC_N(tcache_bin_info)
441#define	tcache_boot JEMALLOC_N(tcache_boot)
442#define	tcache_cleanup JEMALLOC_N(tcache_cleanup)
443#define	tcache_create JEMALLOC_N(tcache_create)
444#define	tcache_dalloc_large JEMALLOC_N(tcache_dalloc_large)
445#define	tcache_dalloc_small JEMALLOC_N(tcache_dalloc_small)
446#define	tcache_enabled_cleanup JEMALLOC_N(tcache_enabled_cleanup)
447#define	tcache_enabled_get JEMALLOC_N(tcache_enabled_get)
448#define	tcache_enabled_set JEMALLOC_N(tcache_enabled_set)
449#define	tcache_event JEMALLOC_N(tcache_event)
450#define	tcache_event_hard JEMALLOC_N(tcache_event_hard)
451#define	tcache_flush JEMALLOC_N(tcache_flush)
452#define	tcache_get JEMALLOC_N(tcache_get)
453#define	tcache_get_hard JEMALLOC_N(tcache_get_hard)
454#define	tcache_maxclass JEMALLOC_N(tcache_maxclass)
455#define	tcache_salloc JEMALLOC_N(tcache_salloc)
456#define	tcache_stats_merge JEMALLOC_N(tcache_stats_merge)
457#define	tcaches JEMALLOC_N(tcaches)
458#define	tcaches_create JEMALLOC_N(tcaches_create)
459#define	tcaches_destroy JEMALLOC_N(tcaches_destroy)
460#define	tcaches_flush JEMALLOC_N(tcaches_flush)
461#define	tcaches_get JEMALLOC_N(tcaches_get)
462#define	thread_allocated_cleanup JEMALLOC_N(thread_allocated_cleanup)
463#define	thread_deallocated_cleanup JEMALLOC_N(thread_deallocated_cleanup)
464#define	tsd_booted JEMALLOC_N(tsd_booted)
465#define	tsd_arena_get JEMALLOC_N(tsd_arena_get)
466#define	tsd_arena_set JEMALLOC_N(tsd_arena_set)
467#define	tsd_boot JEMALLOC_N(tsd_boot)
468#define	tsd_boot0 JEMALLOC_N(tsd_boot0)
469#define	tsd_boot1 JEMALLOC_N(tsd_boot1)
470#define	tsd_cleanup JEMALLOC_N(tsd_cleanup)
471#define	tsd_cleanup_wrapper JEMALLOC_N(tsd_cleanup_wrapper)
472#define	tsd_fetch JEMALLOC_N(tsd_fetch)
473#define	tsd_get JEMALLOC_N(tsd_get)
474#define	tsd_wrapper_get JEMALLOC_N(tsd_wrapper_get)
475#define	tsd_wrapper_set JEMALLOC_N(tsd_wrapper_set)
476#define	tsd_initialized JEMALLOC_N(tsd_initialized)
477#define	tsd_init_check_recursion JEMALLOC_N(tsd_init_check_recursion)
478#define	tsd_init_finish JEMALLOC_N(tsd_init_finish)
479#define	tsd_init_head JEMALLOC_N(tsd_init_head)
480#define	tsd_nominal JEMALLOC_N(tsd_nominal)
481#define	tsd_quarantine_get JEMALLOC_N(tsd_quarantine_get)
482#define	tsd_quarantine_set JEMALLOC_N(tsd_quarantine_set)
483#define	tsd_set JEMALLOC_N(tsd_set)
484#define	tsd_tcache_enabled_get JEMALLOC_N(tsd_tcache_enabled_get)
485#define	tsd_tcache_enabled_set JEMALLOC_N(tsd_tcache_enabled_set)
486#define	tsd_tcache_get JEMALLOC_N(tsd_tcache_get)
487#define	tsd_tcache_set JEMALLOC_N(tsd_tcache_set)
488#define	tsd_tls JEMALLOC_N(tsd_tls)
489#define	tsd_tsd JEMALLOC_N(tsd_tsd)
490#define	tsd_prof_tdata_get JEMALLOC_N(tsd_prof_tdata_get)
491#define	tsd_prof_tdata_set JEMALLOC_N(tsd_prof_tdata_set)
492#define	tsd_thread_allocated_get JEMALLOC_N(tsd_thread_allocated_get)
493#define	tsd_thread_allocated_set JEMALLOC_N(tsd_thread_allocated_set)
494#define	tsd_thread_deallocated_get JEMALLOC_N(tsd_thread_deallocated_get)
495#define	tsd_thread_deallocated_set JEMALLOC_N(tsd_thread_deallocated_set)
496#define	u2rz JEMALLOC_N(u2rz)
497#define	valgrind_freelike_block JEMALLOC_N(valgrind_freelike_block)
498#define	valgrind_make_mem_defined JEMALLOC_N(valgrind_make_mem_defined)
499#define	valgrind_make_mem_noaccess JEMALLOC_N(valgrind_make_mem_noaccess)
500#define	valgrind_make_mem_undefined JEMALLOC_N(valgrind_make_mem_undefined)
501