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