@@ -21,7 +21,9 @@ arena_dalloc
2121arena_dalloc_bin
2222arena_dalloc_bin_junked_locked
2323arena_dalloc_junk_large
24+ arena_dalloc_junk_large_impl
2425arena_dalloc_junk_small
26+ arena_dalloc_junk_small_impl
2527arena_dalloc_large
2628arena_dalloc_large_junked_locked
2729arena_dalloc_small
@@ -126,6 +128,11 @@ atomic_sub_u
126128atomic_sub_uint32
127129atomic_sub_uint64
128130atomic_sub_z
131+ atomic_write_p
132+ atomic_write_u
133+ atomic_write_uint32
134+ atomic_write_uint64
135+ atomic_write_z
129136base_alloc
130137base_boot
131138base_postfork_child
@@ -201,6 +208,8 @@ extent_node_addr_get
201208extent_node_addr_set
202209extent_node_arena_get
203210extent_node_arena_set
211+ extent_node_committed_get
212+ extent_node_committed_set
204213extent_node_dirty_insert
205214extent_node_dirty_linkage_init
206215extent_node_dirty_remove
@@ -211,6 +220,8 @@ extent_node_size_get
211220extent_node_size_set
212221extent_node_zeroed_get
213222extent_node_zeroed_set
223+ extent_tree_ad_destroy
224+ extent_tree_ad_destroy_recurse
214225extent_tree_ad_empty
215226extent_tree_ad_first
216227extent_tree_ad_insert
@@ -228,6 +239,8 @@ extent_tree_ad_reverse_iter
228239extent_tree_ad_reverse_iter_recurse
229240extent_tree_ad_reverse_iter_start
230241extent_tree_ad_search
242+ extent_tree_szad_destroy
243+ extent_tree_szad_destroy_recurse
231244extent_tree_szad_empty
232245extent_tree_szad_first
233246extent_tree_szad_insert
@@ -305,6 +318,7 @@ jemalloc_postfork_parent
305318jemalloc_prefork
306319large_maxclass
307320lg_floor
321+ lg_prof_sample
308322malloc_cprintf
309323malloc_mutex_init
310324malloc_mutex_lock
@@ -332,6 +346,8 @@ narenas_tdata_cleanup
332346narenas_total_get
333347ncpus
334348nhbins
349+ nhclasses
350+ nlclasses
335351nstime_add
336352nstime_compare
337353nstime_copy
@@ -345,6 +361,7 @@ nstime_nsec
345361nstime_sec
346362nstime_subtract
347363nstime_update
364+ nstime_update_impl
348365opt_abort
349366opt_decay_time
350367opt_dss
@@ -385,6 +402,7 @@ pow2_ceil_u64
385402pow2_ceil_zu
386403prng_lg_range
387404prng_range
405+ prof_active
388406prof_active_get
389407prof_active_get_unlocked
390408prof_active_set
@@ -394,6 +412,7 @@ prof_backtrace
394412prof_boot0
395413prof_boot1
396414prof_boot2
415+ prof_bt_count
397416prof_dump_header
398417prof_dump_open
399418prof_free
@@ -421,6 +440,7 @@ prof_tctx_get
421440prof_tctx_reset
422441prof_tctx_set
423442prof_tdata_cleanup
443+ prof_tdata_count
424444prof_tdata_get
425445prof_tdata_init
426446prof_tdata_reinit
@@ -508,6 +528,13 @@ ticker_tick
508528ticker_ticks
509529tsd_arena_get
510530tsd_arena_set
531+ tsd_arenap_get
532+ tsd_arenas_tdata_bypass_get
533+ tsd_arenas_tdata_bypass_set
534+ tsd_arenas_tdata_bypassp_get
535+ tsd_arenas_tdata_get
536+ tsd_arenas_tdata_set
537+ tsd_arenas_tdatap_get
511538tsd_boot
512539tsd_boot0
513540tsd_boot1
@@ -516,6 +543,9 @@ tsd_cleanup
516543tsd_cleanup_wrapper
517544tsd_fetch
518545tsd_get
546+ tsd_narenas_tdata_get
547+ tsd_narenas_tdata_set
548+ tsd_narenas_tdatap_get
519549tsd_wrapper_get
520550tsd_wrapper_set
521551tsd_initialized
@@ -525,17 +555,23 @@ tsd_init_head
525555tsd_nominal
526556tsd_prof_tdata_get
527557tsd_prof_tdata_set
558+ tsd_prof_tdatap_get
528559tsd_quarantine_get
529560tsd_quarantine_set
561+ tsd_quarantinep_get
530562tsd_set
531563tsd_tcache_enabled_get
532564tsd_tcache_enabled_set
565+ tsd_tcache_enabledp_get
533566tsd_tcache_get
534567tsd_tcache_set
568+ tsd_tcachep_get
535569tsd_thread_allocated_get
536570tsd_thread_allocated_set
571+ tsd_thread_allocatedp_get
537572tsd_thread_deallocated_get
538573tsd_thread_deallocated_set
574+ tsd_thread_deallocatedp_get
539575tsd_tls
540576tsd_tsd
541577u2rz
0 commit comments