Add/remove missing/cruft entries to/from private_namespace.h.
This commit is contained in:
parent
7ca0fdfb85
commit
1dbfd5a209
@ -25,15 +25,25 @@
|
|||||||
#define arena_stats_merge JEMALLOC_N(arena_stats_merge)
|
#define arena_stats_merge JEMALLOC_N(arena_stats_merge)
|
||||||
#define arena_tcache_fill_small JEMALLOC_N(arena_tcache_fill_small)
|
#define arena_tcache_fill_small JEMALLOC_N(arena_tcache_fill_small)
|
||||||
#define arenas_bin_i_index JEMALLOC_N(arenas_bin_i_index)
|
#define arenas_bin_i_index JEMALLOC_N(arenas_bin_i_index)
|
||||||
|
#define arenas_cleanup JEMALLOC_N(arenas_cleanup)
|
||||||
#define arenas_extend JEMALLOC_N(arenas_extend)
|
#define arenas_extend JEMALLOC_N(arenas_extend)
|
||||||
#define arenas_lrun_i_index JEMALLOC_N(arenas_lrun_i_index)
|
#define arenas_lrun_i_index JEMALLOC_N(arenas_lrun_i_index)
|
||||||
#define arenas_tls JEMALLOC_N(arenas_tls)
|
#define arenas_tls JEMALLOC_N(arenas_tls)
|
||||||
|
#define arenas_tsd_boot JEMALLOC_N(arenas_tsd_boot)
|
||||||
|
#define arenas_tsd_cleanup_wrapper JEMALLOC_N(arenas_tsd_cleanup_wrapper)
|
||||||
|
#define arenas_tsd_get JEMALLOC_N(arenas_tsd_get)
|
||||||
|
#define arenas_tsd_set JEMALLOC_N(arenas_tsd_set)
|
||||||
|
#define atomic_add_u JEMALLOC_N(atomic_add_u)
|
||||||
#define atomic_add_uint32 JEMALLOC_N(atomic_add_uint32)
|
#define atomic_add_uint32 JEMALLOC_N(atomic_add_uint32)
|
||||||
#define atomic_add_uint64 JEMALLOC_N(atomic_add_uint64)
|
#define atomic_add_uint64 JEMALLOC_N(atomic_add_uint64)
|
||||||
|
#define atomic_add_z JEMALLOC_N(atomic_add_z)
|
||||||
|
#define atomic_sub_u JEMALLOC_N(atomic_sub_u)
|
||||||
#define atomic_sub_uint32 JEMALLOC_N(atomic_sub_uint32)
|
#define atomic_sub_uint32 JEMALLOC_N(atomic_sub_uint32)
|
||||||
#define atomic_sub_uint64 JEMALLOC_N(atomic_sub_uint64)
|
#define atomic_sub_uint64 JEMALLOC_N(atomic_sub_uint64)
|
||||||
|
#define atomic_sub_z JEMALLOC_N(atomic_sub_z)
|
||||||
#define base_alloc JEMALLOC_N(base_alloc)
|
#define base_alloc JEMALLOC_N(base_alloc)
|
||||||
#define base_boot JEMALLOC_N(base_boot)
|
#define base_boot JEMALLOC_N(base_boot)
|
||||||
|
#define base_calloc JEMALLOC_N(base_calloc)
|
||||||
#define base_node_alloc JEMALLOC_N(base_node_alloc)
|
#define base_node_alloc JEMALLOC_N(base_node_alloc)
|
||||||
#define base_node_dealloc JEMALLOC_N(base_node_dealloc)
|
#define base_node_dealloc JEMALLOC_N(base_node_dealloc)
|
||||||
#define base_postfork_child JEMALLOC_N(base_postfork_child)
|
#define base_postfork_child JEMALLOC_N(base_postfork_child)
|
||||||
@ -55,7 +65,8 @@
|
|||||||
#define chunk_alloc JEMALLOC_N(chunk_alloc)
|
#define chunk_alloc JEMALLOC_N(chunk_alloc)
|
||||||
#define chunk_alloc_dss JEMALLOC_N(chunk_alloc_dss)
|
#define chunk_alloc_dss JEMALLOC_N(chunk_alloc_dss)
|
||||||
#define chunk_alloc_mmap JEMALLOC_N(chunk_alloc_mmap)
|
#define chunk_alloc_mmap JEMALLOC_N(chunk_alloc_mmap)
|
||||||
#define chunk_boot JEMALLOC_N(chunk_boot)
|
#define chunk_boot0 JEMALLOC_N(chunk_boot0)
|
||||||
|
#define chunk_boot1 JEMALLOC_N(chunk_boot1)
|
||||||
#define chunk_dealloc JEMALLOC_N(chunk_dealloc)
|
#define chunk_dealloc JEMALLOC_N(chunk_dealloc)
|
||||||
#define chunk_dealloc_mmap JEMALLOC_N(chunk_dealloc_mmap)
|
#define chunk_dealloc_mmap JEMALLOC_N(chunk_dealloc_mmap)
|
||||||
#define chunk_dss_boot JEMALLOC_N(chunk_dss_boot)
|
#define chunk_dss_boot JEMALLOC_N(chunk_dss_boot)
|
||||||
@ -139,25 +150,33 @@
|
|||||||
#define iralloc JEMALLOC_N(iralloc)
|
#define iralloc JEMALLOC_N(iralloc)
|
||||||
#define isalloc JEMALLOC_N(isalloc)
|
#define isalloc JEMALLOC_N(isalloc)
|
||||||
#define ivsalloc JEMALLOC_N(ivsalloc)
|
#define ivsalloc JEMALLOC_N(ivsalloc)
|
||||||
#define jemalloc_darwin_init JEMALLOC_N(jemalloc_darwin_init)
|
|
||||||
#define jemalloc_postfork_child JEMALLOC_N(jemalloc_postfork_child)
|
#define jemalloc_postfork_child JEMALLOC_N(jemalloc_postfork_child)
|
||||||
#define jemalloc_postfork_parent JEMALLOC_N(jemalloc_postfork_parent)
|
#define jemalloc_postfork_parent JEMALLOC_N(jemalloc_postfork_parent)
|
||||||
#define jemalloc_prefork JEMALLOC_N(jemalloc_prefork)
|
#define jemalloc_prefork JEMALLOC_N(jemalloc_prefork)
|
||||||
#define malloc_cprintf JEMALLOC_N(malloc_cprintf)
|
#define malloc_cprintf JEMALLOC_N(malloc_cprintf)
|
||||||
#define malloc_mutex_destroy JEMALLOC_N(malloc_mutex_destroy)
|
|
||||||
#define malloc_mutex_init JEMALLOC_N(malloc_mutex_init)
|
#define malloc_mutex_init JEMALLOC_N(malloc_mutex_init)
|
||||||
#define malloc_mutex_lock JEMALLOC_N(malloc_mutex_lock)
|
#define malloc_mutex_lock JEMALLOC_N(malloc_mutex_lock)
|
||||||
#define malloc_mutex_postfork_child JEMALLOC_N(malloc_mutex_postfork_child)
|
#define malloc_mutex_postfork_child JEMALLOC_N(malloc_mutex_postfork_child)
|
||||||
#define malloc_mutex_postfork_parent JEMALLOC_N(malloc_mutex_postfork_parent)
|
#define malloc_mutex_postfork_parent JEMALLOC_N(malloc_mutex_postfork_parent)
|
||||||
#define malloc_mutex_prefork JEMALLOC_N(malloc_mutex_prefork)
|
#define malloc_mutex_prefork JEMALLOC_N(malloc_mutex_prefork)
|
||||||
#define malloc_mutex_trylock JEMALLOC_N(malloc_mutex_trylock)
|
|
||||||
#define malloc_mutex_unlock JEMALLOC_N(malloc_mutex_unlock)
|
#define malloc_mutex_unlock JEMALLOC_N(malloc_mutex_unlock)
|
||||||
#define malloc_printf JEMALLOC_N(malloc_printf)
|
#define malloc_printf JEMALLOC_N(malloc_printf)
|
||||||
#define malloc_snprintf JEMALLOC_N(malloc_snprintf)
|
#define malloc_snprintf JEMALLOC_N(malloc_snprintf)
|
||||||
|
#define malloc_strtoumax JEMALLOC_N(malloc_strtoumax)
|
||||||
|
#define malloc_tsd_boot JEMALLOC_N(malloc_tsd_boot)
|
||||||
|
#define malloc_tsd_cleanup_register JEMALLOC_N(malloc_tsd_cleanup_register)
|
||||||
|
#define malloc_tsd_dalloc JEMALLOC_N(malloc_tsd_dalloc)
|
||||||
|
#define malloc_tsd_malloc JEMALLOC_N(malloc_tsd_malloc)
|
||||||
|
#define malloc_tsd_no_cleanup JEMALLOC_N(malloc_tsd_no_cleanup)
|
||||||
#define malloc_vcprintf JEMALLOC_N(malloc_vcprintf)
|
#define malloc_vcprintf JEMALLOC_N(malloc_vcprintf)
|
||||||
#define malloc_vsnprintf JEMALLOC_N(malloc_vsnprintf)
|
#define malloc_vsnprintf JEMALLOC_N(malloc_vsnprintf)
|
||||||
#define malloc_write JEMALLOC_N(malloc_write)
|
#define malloc_write JEMALLOC_N(malloc_write)
|
||||||
#define mb_write JEMALLOC_N(mb_write)
|
#define mb_write JEMALLOC_N(mb_write)
|
||||||
|
#define mmap_unaligned_tsd_boot JEMALLOC_N(mmap_unaligned_tsd_boot)
|
||||||
|
#define mmap_unaligned_tsd_cleanup_wrapper JEMALLOC_N(mmap_unaligned_tsd_cleanup_wrapper)
|
||||||
|
#define mmap_unaligned_tsd_get JEMALLOC_N(mmap_unaligned_tsd_get)
|
||||||
|
#define mmap_unaligned_tsd_set JEMALLOC_N(mmap_unaligned_tsd_set)
|
||||||
|
#define mutex_boot JEMALLOC_N(mutex_boot)
|
||||||
#define opt_abort JEMALLOC_N(opt_abort)
|
#define opt_abort JEMALLOC_N(opt_abort)
|
||||||
#define opt_junk JEMALLOC_N(opt_junk)
|
#define opt_junk JEMALLOC_N(opt_junk)
|
||||||
#define opt_lg_chunk JEMALLOC_N(opt_lg_chunk)
|
#define opt_lg_chunk JEMALLOC_N(opt_lg_chunk)
|
||||||
@ -193,11 +212,18 @@
|
|||||||
#define prof_realloc JEMALLOC_N(prof_realloc)
|
#define prof_realloc JEMALLOC_N(prof_realloc)
|
||||||
#define prof_sample_accum_update JEMALLOC_N(prof_sample_accum_update)
|
#define prof_sample_accum_update JEMALLOC_N(prof_sample_accum_update)
|
||||||
#define prof_sample_threshold_update JEMALLOC_N(prof_sample_threshold_update)
|
#define prof_sample_threshold_update JEMALLOC_N(prof_sample_threshold_update)
|
||||||
#define prof_tdata_init JEMALLOC_N(prof_tdata_init)
|
#define prof_tdata_cleanup JEMALLOC_N(prof_tdata_cleanup)
|
||||||
#define prof_tdata_tls JEMALLOC_N(prof_tdata_tls)
|
#define prof_tdata_tsd_boot JEMALLOC_N(prof_tdata_tsd_boot)
|
||||||
|
#define prof_tdata_tsd_cleanup_wrapper JEMALLOC_N(prof_tdata_tsd_cleanup_wrapper)
|
||||||
|
#define prof_tdata_tsd_get JEMALLOC_N(prof_tdata_tsd_get)
|
||||||
|
#define prof_tdata_tsd_set JEMALLOC_N(prof_tdata_tsd_set)
|
||||||
#define pthread_create JEMALLOC_N(pthread_create)
|
#define pthread_create JEMALLOC_N(pthread_create)
|
||||||
#define quarantine JEMALLOC_N(quarantine)
|
#define quarantine JEMALLOC_N(quarantine)
|
||||||
#define quarantine_boot JEMALLOC_N(quarantine_boot)
|
#define quarantine_boot JEMALLOC_N(quarantine_boot)
|
||||||
|
#define quarantine_tsd_boot JEMALLOC_N(quarantine_tsd_boot)
|
||||||
|
#define quarantine_tsd_cleanup_wrapper JEMALLOC_N(quarantine_tsd_cleanup_wrapper)
|
||||||
|
#define quarantine_tsd_get JEMALLOC_N(quarantine_tsd_get)
|
||||||
|
#define quarantine_tsd_set JEMALLOC_N(quarantine_tsd_set)
|
||||||
#define register_zone JEMALLOC_N(register_zone)
|
#define register_zone JEMALLOC_N(register_zone)
|
||||||
#define rtree_get JEMALLOC_N(rtree_get)
|
#define rtree_get JEMALLOC_N(rtree_get)
|
||||||
#define rtree_get_locked JEMALLOC_N(rtree_get_locked)
|
#define rtree_get_locked JEMALLOC_N(rtree_get_locked)
|
||||||
@ -213,23 +239,36 @@
|
|||||||
#define stats_cactive_get JEMALLOC_N(stats_cactive_get)
|
#define stats_cactive_get JEMALLOC_N(stats_cactive_get)
|
||||||
#define stats_cactive_sub JEMALLOC_N(stats_cactive_sub)
|
#define stats_cactive_sub JEMALLOC_N(stats_cactive_sub)
|
||||||
#define stats_print JEMALLOC_N(stats_print)
|
#define stats_print JEMALLOC_N(stats_print)
|
||||||
#define szone2ozone JEMALLOC_N(szone2ozone)
|
|
||||||
#define tcache_alloc_easy JEMALLOC_N(tcache_alloc_easy)
|
#define tcache_alloc_easy JEMALLOC_N(tcache_alloc_easy)
|
||||||
#define tcache_alloc_large JEMALLOC_N(tcache_alloc_large)
|
#define tcache_alloc_large JEMALLOC_N(tcache_alloc_large)
|
||||||
#define tcache_alloc_small JEMALLOC_N(tcache_alloc_small)
|
#define tcache_alloc_small JEMALLOC_N(tcache_alloc_small)
|
||||||
#define tcache_alloc_small_hard JEMALLOC_N(tcache_alloc_small_hard)
|
#define tcache_alloc_small_hard JEMALLOC_N(tcache_alloc_small_hard)
|
||||||
|
#define tcache_arena_associate JEMALLOC_N(tcache_arena_associate)
|
||||||
|
#define tcache_arena_dissociate JEMALLOC_N(tcache_arena_dissociate)
|
||||||
#define tcache_bin_flush_large JEMALLOC_N(tcache_bin_flush_large)
|
#define tcache_bin_flush_large JEMALLOC_N(tcache_bin_flush_large)
|
||||||
#define tcache_bin_flush_small JEMALLOC_N(tcache_bin_flush_small)
|
#define tcache_bin_flush_small JEMALLOC_N(tcache_bin_flush_small)
|
||||||
#define tcache_boot JEMALLOC_N(tcache_boot)
|
#define tcache_boot0 JEMALLOC_N(tcache_boot0)
|
||||||
|
#define tcache_boot1 JEMALLOC_N(tcache_boot1)
|
||||||
#define tcache_create JEMALLOC_N(tcache_create)
|
#define tcache_create JEMALLOC_N(tcache_create)
|
||||||
#define tcache_dalloc_large JEMALLOC_N(tcache_dalloc_large)
|
#define tcache_dalloc_large JEMALLOC_N(tcache_dalloc_large)
|
||||||
#define tcache_dalloc_small JEMALLOC_N(tcache_dalloc_small)
|
#define tcache_dalloc_small JEMALLOC_N(tcache_dalloc_small)
|
||||||
#define tcache_destroy JEMALLOC_N(tcache_destroy)
|
#define tcache_destroy JEMALLOC_N(tcache_destroy)
|
||||||
|
#define tcache_enabled_get JEMALLOC_N(tcache_enabled_get)
|
||||||
|
#define tcache_enabled_set JEMALLOC_N(tcache_enabled_set)
|
||||||
|
#define tcache_enabled_tsd_boot JEMALLOC_N(tcache_enabled_tsd_boot)
|
||||||
|
#define tcache_enabled_tsd_cleanup_wrapper JEMALLOC_N(tcache_enabled_tsd_cleanup_wrapper)
|
||||||
|
#define tcache_enabled_tsd_get JEMALLOC_N(tcache_enabled_tsd_get)
|
||||||
|
#define tcache_enabled_tsd_set JEMALLOC_N(tcache_enabled_tsd_set)
|
||||||
#define tcache_event JEMALLOC_N(tcache_event)
|
#define tcache_event JEMALLOC_N(tcache_event)
|
||||||
#define tcache_get JEMALLOC_N(tcache_get)
|
#define tcache_flush JEMALLOC_N(tcache_flush)
|
||||||
#define tcache_stats_merge JEMALLOC_N(tcache_stats_merge)
|
#define tcache_stats_merge JEMALLOC_N(tcache_stats_merge)
|
||||||
#define tcache_tls JEMALLOC_N(tcache_tls)
|
#define tcache_thread_cleanup JEMALLOC_N(tcache_thread_cleanup)
|
||||||
#define thread_allocated_get JEMALLOC_N(thread_allocated_get)
|
#define tcache_tsd_boot JEMALLOC_N(tcache_tsd_boot)
|
||||||
#define thread_allocated_get_hard JEMALLOC_N(thread_allocated_get_hard)
|
#define tcache_tsd_cleanup_wrapper JEMALLOC_N(tcache_tsd_cleanup_wrapper)
|
||||||
#define thread_allocated_tls JEMALLOC_N(thread_allocated_tls)
|
#define tcache_tsd_get JEMALLOC_N(tcache_tsd_get)
|
||||||
|
#define tcache_tsd_set JEMALLOC_N(tcache_tsd_set)
|
||||||
|
#define thread_allocated_tsd_boot JEMALLOC_N(thread_allocated_tsd_boot)
|
||||||
|
#define thread_allocated_tsd_cleanup_wrapper JEMALLOC_N(thread_allocated_tsd_cleanup_wrapper)
|
||||||
|
#define thread_allocated_tsd_get JEMALLOC_N(thread_allocated_tsd_get)
|
||||||
|
#define thread_allocated_tsd_set JEMALLOC_N(thread_allocated_tsd_set)
|
||||||
#define u2rz JEMALLOC_N(u2rz)
|
#define u2rz JEMALLOC_N(u2rz)
|
||||||
|
Loading…
Reference in New Issue
Block a user