Searched refs:malloc_mutex_rank_exclusive (Results 1 – 13 of 13) sorted by relevance
/aosp_15_r20/external/jemalloc_new/src/ |
H A D | prof.c | 1767 WITNESS_RANK_PROF_ACCUM, malloc_mutex_rank_exclusive)) { in prof_accum_init() 2302 WITNESS_RANK_PROF_ACTIVE, malloc_mutex_rank_exclusive)) { in prof_boot2() 2308 WITNESS_RANK_PROF_GDUMP, malloc_mutex_rank_exclusive)) { in prof_boot2() 2316 malloc_mutex_rank_exclusive)) { in prof_boot2() 2325 WITNESS_RANK_PROF_BT2GCTX, malloc_mutex_rank_exclusive)) { in prof_boot2() 2331 WITNESS_RANK_PROF_TDATAS, malloc_mutex_rank_exclusive)) { in prof_boot2() 2337 WITNESS_RANK_PROF_NEXT_THR_UID, malloc_mutex_rank_exclusive)) { in prof_boot2() 2342 WITNESS_RANK_PROF_DUMP_SEQ, malloc_mutex_rank_exclusive)) { in prof_boot2() 2346 WITNESS_RANK_PROF_DUMP, malloc_mutex_rank_exclusive)) { in prof_boot2() 2367 malloc_mutex_rank_exclusive)) { in prof_boot2() [all …]
|
H A D | bin.c | 25 malloc_mutex_rank_exclusive)) { in bin_init()
|
H A D | arena.c | 607 malloc_mutex_rank_exclusive)) { in arena_decay_init() 1836 WITNESS_RANK_TCACHE_QL, malloc_mutex_rank_exclusive)) { in arena_new() 1871 WITNESS_RANK_ARENA_LARGE, malloc_mutex_rank_exclusive)) { in arena_new() 1927 WITNESS_RANK_EXTENT_GROW, malloc_mutex_rank_exclusive)) { in arena_new() 1933 WITNESS_RANK_EXTENT_AVAIL, malloc_mutex_rank_exclusive)) { in arena_new()
|
H A D | rtree.c | 23 malloc_mutex_rank_exclusive)) { in rtree_new()
|
H A D | base.c | 367 malloc_mutex_rank_exclusive)) { in base_new()
|
H A D | tcache.c | 690 malloc_mutex_rank_exclusive)) { in tcache_boot()
|
H A D | background_thread.c | 879 malloc_mutex_rank_exclusive)) { in background_thread_boot1()
|
H A D | extent.c | 284 malloc_mutex_rank_exclusive)) { in extents_init() 2203 …loc_mutex_init(&extents_rtree.init_lock, "rtree", WITNESS_RANK_RTREE, malloc_mutex_rank_exclusive); in extent_postfork_child()
|
H A D | jemalloc.c | 148 malloc_mutex_rank_exclusive); in JEMALLOC_ATTR() 1320 malloc_mutex_rank_exclusive)) {
|
H A D | ctl.c | 1328 malloc_mutex_rank_exclusive)) { in ctl_boot()
|
/aosp_15_r20/external/jemalloc_new/include/jemalloc/internal/ |
H A D | arena_stats.h | 110 WITNESS_RANK_ARENA_STATS, malloc_mutex_rank_exclusive)) { in arena_stats_init()
|
H A D | mutex.h | 11 malloc_mutex_rank_exclusive, enumerator
|
/aosp_15_r20/external/rust/android-crates-io/crates/tikv-jemalloc-sys/patches/ |
D | delete_c_library.patch | 36417 - WITNESS_RANK_ARENA_STATS, malloc_mutex_rank_exclusive)) { 46626 - malloc_mutex_rank_exclusive, 52869 - WITNESS_RANK_SAN_BUMP_ALLOC, malloc_mutex_rank_exclusive); 63187 - WITNESS_RANK_TCACHE_QL, malloc_mutex_rank_exclusive)) { 63197 - WITNESS_RANK_ARENA_LARGE, malloc_mutex_rank_exclusive)) { 64242 - malloc_mutex_rank_exclusive)) { 64654 - malloc_mutex_rank_exclusive)) { 64857 - malloc_mutex_rank_exclusive)) { 65889 - WITNESS_RANK_COUNTER_ACCUM, malloc_mutex_rank_exclusive)) { 67657 - malloc_mutex_rank_exclusive)) { [all …]
|