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