Searched refs:malloc_mutex_assert_not_owner (Results 1 – 7 of 7) sorted by relevance
| /src/contrib/jemalloc/src/ |
| H A D | prof_recent.c | 69 malloc_mutex_assert_not_owner(tsd_tsdn(tsd), &prof_recent_alloc_mtx); in prof_recent_alloc_prepare() 95 malloc_mutex_assert_not_owner(tsd_tsdn(tsd), &prof_recent_alloc_mtx); in decrement_recent_count() 284 malloc_mutex_assert_not_owner(tsd_tsdn(tsd), tctx->tdata->lock); in prof_recent_alloc() 446 malloc_mutex_assert_not_owner(tsd_tsdn(tsd), &prof_recent_dump_mtx); in prof_recent_alloc_async_cleanup() 447 malloc_mutex_assert_not_owner(tsd_tsdn(tsd), &prof_recent_alloc_mtx); in prof_recent_alloc_async_cleanup()
|
| H A D | sec.c | 178 malloc_mutex_assert_not_owner(tsdn, &shard->mtx); in sec_batch_fill_and_alloc() 330 malloc_mutex_assert_not_owner(tsdn, &shard->mtx); in sec_shard_dalloc_and_unlock()
|
| H A D | background_thread.c | 238 malloc_mutex_assert_not_owner(tsd_tsdn(tsd), 750 malloc_mutex_assert_not_owner(tsdn, &background_thread_lock);
|
| H A D | hpa.c | 800 malloc_mutex_assert_not_owner(tsdn, &shard->mtx); in hpa_dalloc_prepare_unlocked()
|
| H A D | extent.c | 797 malloc_mutex_assert_not_owner(tsdn, &pac->grow_mtx); in extent_alloc_retained()
|
| H A D | prof_data.c | 1228 malloc_mutex_assert_not_owner(tsd_tsdn(tsd), tdata->lock); in prof_tdata_destroy_locked()
|
| /src/contrib/jemalloc/include/jemalloc/internal/ |
| H A D | mutex.h | 238 malloc_mutex_assert_not_owner(tsdn_t *tsdn, malloc_mutex_t *mutex) { in malloc_mutex_assert_not_owner() function
|