Searched refs:malloc_mutex_assert_owner (Results 1 – 7 of 7) sorted by relevance
/external/jemalloc/src/ |
D | base.c | 22 malloc_mutex_assert_owner(tsdn, &base_mtx); in base_node_try_alloc() 36 malloc_mutex_assert_owner(tsdn, &base_mtx); in base_node_dalloc() 58 malloc_mutex_assert_owner(tsdn, &base_mtx); in base_chunk_alloc()
|
D | prof.c | 615 malloc_mutex_assert_owner(tsdn, tctx->tdata->lock); in prof_tctx_should_destroy() 646 malloc_mutex_assert_owner(tsd_tsdn(tsd), tctx->tdata->lock); in prof_tctx_destroy() 1044 malloc_mutex_assert_owner(tsdn, tctx->tdata->lock); in prof_tctx_merge_tdata() 1077 malloc_mutex_assert_owner(tsdn, gctx->lock); in prof_tctx_merge_gctx() 1092 malloc_mutex_assert_owner(tsdn, tctx->gctx->lock); in prof_tctx_merge_iter() 1120 malloc_mutex_assert_owner(arg->tsdn, tctx->gctx->lock); in prof_tctx_dump_iter() 1148 malloc_mutex_assert_owner(tsdn, tctx->gctx->lock); in prof_tctx_finish_iter() 1351 malloc_mutex_assert_owner(tsdn, gctx->lock); in prof_dump_gctx() 1862 malloc_mutex_assert_owner(tsdn, tdata->lock); in prof_tdata_should_destroy() 1872 malloc_mutex_assert_owner(tsd_tsdn(tsd), &tdatas_mtx); in prof_tdata_destroy_locked()
|
D | tcache.c | 429 malloc_mutex_assert_owner(tsdn, &arena->lock); in tcache_stats_merge() 521 malloc_mutex_assert_owner(tsd_tsdn(tsd), &tcaches_mtx); in tcaches_elm_flush()
|
/external/jemalloc/include/jemalloc/internal/ |
D | mutex.h | 79 void malloc_mutex_assert_owner(tsdn_t *tsdn, malloc_mutex_t *mutex); 130 malloc_mutex_assert_owner(tsdn_t *tsdn, malloc_mutex_t *mutex) in malloc_mutex_assert_owner() function
|
D | private_symbols.txt | 324 malloc_mutex_assert_owner
|
D | private_namespace.h | 324 #define malloc_mutex_assert_owner JEMALLOC_N(malloc_mutex_assert_owner) macro
|
D | private_unnamespace.h | 324 #undef malloc_mutex_assert_owner
|