private_namespace.h revision 71a93b8725fb52ae393ab88e2fccd5afa84c66a0
1#define	arena_bin_index JEMALLOC_N(arena_bin_index)
2#define	arena_boot JEMALLOC_N(arena_boot)
3#define	arena_dalloc JEMALLOC_N(arena_dalloc)
4#define	arena_dalloc_bin JEMALLOC_N(arena_dalloc_bin)
5#define	arena_dalloc_large JEMALLOC_N(arena_dalloc_large)
6#define	arena_malloc JEMALLOC_N(arena_malloc)
7#define	arena_malloc_large JEMALLOC_N(arena_malloc_large)
8#define	arena_malloc_small JEMALLOC_N(arena_malloc_small)
9#define	arena_new JEMALLOC_N(arena_new)
10#define	arena_palloc JEMALLOC_N(arena_palloc)
11#define	arena_postfork_child JEMALLOC_N(arena_postfork_child)
12#define	arena_postfork_parent JEMALLOC_N(arena_postfork_parent)
13#define	arena_prefork JEMALLOC_N(arena_prefork)
14#define	arena_prof_accum JEMALLOC_N(arena_prof_accum)
15#define	arena_prof_ctx_get JEMALLOC_N(arena_prof_ctx_get)
16#define	arena_prof_ctx_set JEMALLOC_N(arena_prof_ctx_set)
17#define	arena_prof_promoted JEMALLOC_N(arena_prof_promoted)
18#define	arena_purge_all JEMALLOC_N(arena_purge_all)
19#define	arena_ralloc JEMALLOC_N(arena_ralloc)
20#define	arena_ralloc_no_move JEMALLOC_N(arena_ralloc_no_move)
21#define	arena_run_regind JEMALLOC_N(arena_run_regind)
22#define	arena_salloc JEMALLOC_N(arena_salloc)
23#define	arena_salloc_demote JEMALLOC_N(arena_salloc_demote)
24#define	arena_stats_merge JEMALLOC_N(arena_stats_merge)
25#define	arena_tcache_fill_small JEMALLOC_N(arena_tcache_fill_small)
26#define	arenas_bin_i_index JEMALLOC_N(arenas_bin_i_index)
27#define	arenas_extend JEMALLOC_N(arenas_extend)
28#define	arenas_lrun_i_index JEMALLOC_N(arenas_lrun_i_index)
29#define	arenas_tls JEMALLOC_N(arenas_tls)
30#define	atomic_add_uint32 JEMALLOC_N(atomic_add_uint32)
31#define	atomic_add_uint64 JEMALLOC_N(atomic_add_uint64)
32#define	atomic_sub_uint32 JEMALLOC_N(atomic_sub_uint32)
33#define	atomic_sub_uint64 JEMALLOC_N(atomic_sub_uint64)
34#define	base_alloc JEMALLOC_N(base_alloc)
35#define	base_boot JEMALLOC_N(base_boot)
36#define	base_node_alloc JEMALLOC_N(base_node_alloc)
37#define	base_node_dealloc JEMALLOC_N(base_node_dealloc)
38#define	base_postfork_child JEMALLOC_N(base_postfork_child)
39#define	base_postfork_parent JEMALLOC_N(base_postfork_parent)
40#define	base_prefork JEMALLOC_N(base_prefork)
41#define	bitmap_full JEMALLOC_N(bitmap_full)
42#define	bitmap_get JEMALLOC_N(bitmap_get)
43#define	bitmap_info_init JEMALLOC_N(bitmap_info_init)
44#define	bitmap_info_ngroups JEMALLOC_N(bitmap_info_ngroups)
45#define	bitmap_init JEMALLOC_N(bitmap_init)
46#define	bitmap_set JEMALLOC_N(bitmap_set)
47#define	bitmap_sfu JEMALLOC_N(bitmap_sfu)
48#define	bitmap_size JEMALLOC_N(bitmap_size)
49#define	bitmap_unset JEMALLOC_N(bitmap_unset)
50#define	bt_init JEMALLOC_N(bt_init)
51#define	buferror JEMALLOC_N(buferror)
52#define	choose_arena JEMALLOC_N(choose_arena)
53#define	choose_arena_hard JEMALLOC_N(choose_arena_hard)
54#define	chunk_alloc JEMALLOC_N(chunk_alloc)
55#define	chunk_alloc_dss JEMALLOC_N(chunk_alloc_dss)
56#define	chunk_alloc_mmap JEMALLOC_N(chunk_alloc_mmap)
57#define	chunk_alloc_mmap_noreserve JEMALLOC_N(chunk_alloc_mmap_noreserve)
58#define	chunk_boot JEMALLOC_N(chunk_boot)
59#define	chunk_dealloc JEMALLOC_N(chunk_dealloc)
60#define	chunk_dealloc_dss JEMALLOC_N(chunk_dealloc_dss)
61#define	chunk_dealloc_mmap JEMALLOC_N(chunk_dealloc_mmap)
62#define	chunk_dss_boot JEMALLOC_N(chunk_dss_boot)
63#define	chunk_dss_postfork_child JEMALLOC_N(chunk_dss_postfork_child)
64#define	chunk_dss_postfork_parent JEMALLOC_N(chunk_dss_postfork_parent)
65#define	chunk_dss_prefork JEMALLOC_N(chunk_dss_prefork)
66#define	chunk_in_dss JEMALLOC_N(chunk_in_dss)
67#define	chunk_mmap_boot JEMALLOC_N(chunk_mmap_boot)
68#define	ckh_bucket_search JEMALLOC_N(ckh_bucket_search)
69#define	ckh_count JEMALLOC_N(ckh_count)
70#define	ckh_delete JEMALLOC_N(ckh_delete)
71#define	ckh_evict_reloc_insert JEMALLOC_N(ckh_evict_reloc_insert)
72#define	ckh_insert JEMALLOC_N(ckh_insert)
73#define	ckh_isearch JEMALLOC_N(ckh_isearch)
74#define	ckh_iter JEMALLOC_N(ckh_iter)
75#define	ckh_new JEMALLOC_N(ckh_new)
76#define	ckh_pointer_hash JEMALLOC_N(ckh_pointer_hash)
77#define	ckh_pointer_keycomp JEMALLOC_N(ckh_pointer_keycomp)
78#define	ckh_rebuild JEMALLOC_N(ckh_rebuild)
79#define	ckh_remove JEMALLOC_N(ckh_remove)
80#define	ckh_search JEMALLOC_N(ckh_search)
81#define	ckh_string_hash JEMALLOC_N(ckh_string_hash)
82#define	ckh_string_keycomp JEMALLOC_N(ckh_string_keycomp)
83#define	ckh_try_bucket_insert JEMALLOC_N(ckh_try_bucket_insert)
84#define	ckh_try_insert JEMALLOC_N(ckh_try_insert)
85#define	ctl_boot JEMALLOC_N(ctl_boot)
86#define	ctl_bymib JEMALLOC_N(ctl_bymib)
87#define	ctl_byname JEMALLOC_N(ctl_byname)
88#define	ctl_nametomib JEMALLOC_N(ctl_nametomib)
89#define	extent_tree_ad_first JEMALLOC_N(extent_tree_ad_first)
90#define	extent_tree_ad_insert JEMALLOC_N(extent_tree_ad_insert)
91#define	extent_tree_ad_iter JEMALLOC_N(extent_tree_ad_iter)
92#define	extent_tree_ad_iter_recurse JEMALLOC_N(extent_tree_ad_iter_recurse)
93#define	extent_tree_ad_iter_start JEMALLOC_N(extent_tree_ad_iter_start)
94#define	extent_tree_ad_last JEMALLOC_N(extent_tree_ad_last)
95#define	extent_tree_ad_new JEMALLOC_N(extent_tree_ad_new)
96#define	extent_tree_ad_next JEMALLOC_N(extent_tree_ad_next)
97#define	extent_tree_ad_nsearch JEMALLOC_N(extent_tree_ad_nsearch)
98#define	extent_tree_ad_prev JEMALLOC_N(extent_tree_ad_prev)
99#define	extent_tree_ad_psearch JEMALLOC_N(extent_tree_ad_psearch)
100#define	extent_tree_ad_remove JEMALLOC_N(extent_tree_ad_remove)
101#define	extent_tree_ad_reverse_iter JEMALLOC_N(extent_tree_ad_reverse_iter)
102#define	extent_tree_ad_reverse_iter_recurse JEMALLOC_N(extent_tree_ad_reverse_iter_recurse)
103#define	extent_tree_ad_reverse_iter_start JEMALLOC_N(extent_tree_ad_reverse_iter_start)
104#define	extent_tree_ad_search JEMALLOC_N(extent_tree_ad_search)
105#define	extent_tree_szad_first JEMALLOC_N(extent_tree_szad_first)
106#define	extent_tree_szad_insert JEMALLOC_N(extent_tree_szad_insert)
107#define	extent_tree_szad_iter JEMALLOC_N(extent_tree_szad_iter)
108#define	extent_tree_szad_iter_recurse JEMALLOC_N(extent_tree_szad_iter_recurse)
109#define	extent_tree_szad_iter_start JEMALLOC_N(extent_tree_szad_iter_start)
110#define	extent_tree_szad_last JEMALLOC_N(extent_tree_szad_last)
111#define	extent_tree_szad_new JEMALLOC_N(extent_tree_szad_new)
112#define	extent_tree_szad_next JEMALLOC_N(extent_tree_szad_next)
113#define	extent_tree_szad_nsearch JEMALLOC_N(extent_tree_szad_nsearch)
114#define	extent_tree_szad_prev JEMALLOC_N(extent_tree_szad_prev)
115#define	extent_tree_szad_psearch JEMALLOC_N(extent_tree_szad_psearch)
116#define	extent_tree_szad_remove JEMALLOC_N(extent_tree_szad_remove)
117#define	extent_tree_szad_reverse_iter JEMALLOC_N(extent_tree_szad_reverse_iter)
118#define	extent_tree_szad_reverse_iter_recurse JEMALLOC_N(extent_tree_szad_reverse_iter_recurse)
119#define	extent_tree_szad_reverse_iter_start JEMALLOC_N(extent_tree_szad_reverse_iter_start)
120#define	extent_tree_szad_search JEMALLOC_N(extent_tree_szad_search)
121#define	hash JEMALLOC_N(hash)
122#define	huge_boot JEMALLOC_N(huge_boot)
123#define	huge_dalloc JEMALLOC_N(huge_dalloc)
124#define	huge_malloc JEMALLOC_N(huge_malloc)
125#define	huge_palloc JEMALLOC_N(huge_palloc)
126#define	huge_postfork_child JEMALLOC_N(huge_postfork_child)
127#define	huge_postfork_parent JEMALLOC_N(huge_postfork_parent)
128#define	huge_prefork JEMALLOC_N(huge_prefork)
129#define	huge_prof_ctx_get JEMALLOC_N(huge_prof_ctx_get)
130#define	huge_prof_ctx_set JEMALLOC_N(huge_prof_ctx_set)
131#define	huge_ralloc JEMALLOC_N(huge_ralloc)
132#define	huge_ralloc_no_move JEMALLOC_N(huge_ralloc_no_move)
133#define	huge_salloc JEMALLOC_N(huge_salloc)
134#define	iallocm JEMALLOC_N(iallocm)
135#define	icalloc JEMALLOC_N(icalloc)
136#define	idalloc JEMALLOC_N(idalloc)
137#define	imalloc JEMALLOC_N(imalloc)
138#define	ipalloc JEMALLOC_N(ipalloc)
139#define	iralloc JEMALLOC_N(iralloc)
140#define	isalloc JEMALLOC_N(isalloc)
141#define	ivsalloc JEMALLOC_N(ivsalloc)
142#define	jemalloc_darwin_init JEMALLOC_N(jemalloc_darwin_init)
143#define	jemalloc_postfork_child JEMALLOC_N(jemalloc_postfork_child)
144#define	jemalloc_postfork_parent JEMALLOC_N(jemalloc_postfork_parent)
145#define	jemalloc_prefork JEMALLOC_N(jemalloc_prefork)
146#define	malloc_cprintf JEMALLOC_N(malloc_cprintf)
147#define	malloc_mutex_destroy JEMALLOC_N(malloc_mutex_destroy)
148#define	malloc_mutex_init JEMALLOC_N(malloc_mutex_init)
149#define	malloc_mutex_lock JEMALLOC_N(malloc_mutex_lock)
150#define	malloc_mutex_postfork_child JEMALLOC_N(malloc_mutex_postfork_child)
151#define	malloc_mutex_postfork_parent JEMALLOC_N(malloc_mutex_postfork_parent)
152#define	malloc_mutex_prefork JEMALLOC_N(malloc_mutex_prefork)
153#define	malloc_mutex_trylock JEMALLOC_N(malloc_mutex_trylock)
154#define	malloc_mutex_unlock JEMALLOC_N(malloc_mutex_unlock)
155#define	malloc_printf JEMALLOC_N(malloc_printf)
156#define	malloc_snprintf JEMALLOC_N(malloc_snprintf)
157#define	malloc_vcprintf JEMALLOC_N(malloc_vcprintf)
158#define	malloc_vsnprintf JEMALLOC_N(malloc_vsnprintf)
159#define	malloc_write JEMALLOC_N(malloc_write)
160#define	mb_write JEMALLOC_N(mb_write)
161#define	opt_abort JEMALLOC_N(opt_abort)
162#define	opt_junk JEMALLOC_N(opt_junk)
163#define	opt_lg_chunk JEMALLOC_N(opt_lg_chunk)
164#define	opt_lg_dirty_mult JEMALLOC_N(opt_lg_dirty_mult)
165#define	opt_lg_prof_interval JEMALLOC_N(opt_lg_prof_interval)
166#define	opt_lg_prof_sample JEMALLOC_N(opt_lg_prof_sample)
167#define	opt_lg_tcache_max JEMALLOC_N(opt_lg_tcache_max)
168#define	opt_narenas JEMALLOC_N(opt_narenas)
169#define	opt_prof JEMALLOC_N(opt_prof)
170#define	opt_prof_accum JEMALLOC_N(opt_prof_accum)
171#define	opt_prof_active JEMALLOC_N(opt_prof_active)
172#define	opt_prof_gdump JEMALLOC_N(opt_prof_gdump)
173#define	opt_prof_leak JEMALLOC_N(opt_prof_leak)
174#define	opt_stats_print JEMALLOC_N(opt_stats_print)
175#define	opt_tcache JEMALLOC_N(opt_tcache)
176#define	opt_xmalloc JEMALLOC_N(opt_xmalloc)
177#define	opt_zero JEMALLOC_N(opt_zero)
178#define	pow2_ceil JEMALLOC_N(pow2_ceil)
179#define	prof_backtrace JEMALLOC_N(prof_backtrace)
180#define	prof_boot0 JEMALLOC_N(prof_boot0)
181#define	prof_boot1 JEMALLOC_N(prof_boot1)
182#define	prof_boot2 JEMALLOC_N(prof_boot2)
183#define	prof_ctx_get JEMALLOC_N(prof_ctx_get)
184#define	prof_ctx_set JEMALLOC_N(prof_ctx_set)
185#define	prof_free JEMALLOC_N(prof_free)
186#define	prof_gdump JEMALLOC_N(prof_gdump)
187#define	prof_idump JEMALLOC_N(prof_idump)
188#define	prof_lookup JEMALLOC_N(prof_lookup)
189#define	prof_malloc JEMALLOC_N(prof_malloc)
190#define	prof_mdump JEMALLOC_N(prof_mdump)
191#define	prof_realloc JEMALLOC_N(prof_realloc)
192#define	prof_sample_accum_update JEMALLOC_N(prof_sample_accum_update)
193#define	prof_sample_threshold_update JEMALLOC_N(prof_sample_threshold_update)
194#define	prof_tdata_init JEMALLOC_N(prof_tdata_init)
195#define	prof_tdata_tls JEMALLOC_N(prof_tdata_tls)
196#define	pthread_create JEMALLOC_N(pthread_create)
197#define	register_zone JEMALLOC_N(register_zone)
198#define	rtree_get JEMALLOC_N(rtree_get)
199#define	rtree_get_locked JEMALLOC_N(rtree_get_locked)
200#define	rtree_new JEMALLOC_N(rtree_new)
201#define	rtree_set JEMALLOC_N(rtree_set)
202#define	s2u JEMALLOC_N(s2u)
203#define	sa2u JEMALLOC_N(sa2u)
204#define	stats_arenas_i_bins_j_index JEMALLOC_N(stats_arenas_i_bins_j_index)
205#define	stats_arenas_i_index JEMALLOC_N(stats_arenas_i_index)
206#define	stats_arenas_i_lruns_j_index JEMALLOC_N(stats_arenas_i_lruns_j_index)
207#define	stats_cactive JEMALLOC_N(stats_cactive)
208#define	stats_cactive_add JEMALLOC_N(stats_cactive_add)
209#define	stats_cactive_get JEMALLOC_N(stats_cactive_get)
210#define	stats_cactive_sub JEMALLOC_N(stats_cactive_sub)
211#define	stats_print JEMALLOC_N(stats_print)
212#define	szone2ozone JEMALLOC_N(szone2ozone)
213#define	tcache_alloc_easy JEMALLOC_N(tcache_alloc_easy)
214#define	tcache_alloc_large JEMALLOC_N(tcache_alloc_large)
215#define	tcache_alloc_small JEMALLOC_N(tcache_alloc_small)
216#define	tcache_alloc_small_hard JEMALLOC_N(tcache_alloc_small_hard)
217#define	tcache_bin_flush_large JEMALLOC_N(tcache_bin_flush_large)
218#define	tcache_bin_flush_small JEMALLOC_N(tcache_bin_flush_small)
219#define	tcache_boot JEMALLOC_N(tcache_boot)
220#define	tcache_create JEMALLOC_N(tcache_create)
221#define	tcache_dalloc_large JEMALLOC_N(tcache_dalloc_large)
222#define	tcache_dalloc_small JEMALLOC_N(tcache_dalloc_small)
223#define	tcache_destroy JEMALLOC_N(tcache_destroy)
224#define	tcache_event JEMALLOC_N(tcache_event)
225#define	tcache_get JEMALLOC_N(tcache_get)
226#define	tcache_stats_merge JEMALLOC_N(tcache_stats_merge)
227#define	tcache_tls JEMALLOC_N(tcache_tls)
228#define	thread_allocated_get JEMALLOC_N(thread_allocated_get)
229#define	thread_allocated_get_hard JEMALLOC_N(thread_allocated_get_hard)
230#define	thread_allocated_tls JEMALLOC_N(thread_allocated_tls)
231