| 813 | } |
| 814 | |
| 815 | static malloc_mutex_t * |
| 816 | prof_tdata_mutex_choose(uint64_t thr_uid) { |
| 817 | return &tdata_locks[thr_uid % PROF_NTDATA_LOCKS]; |
| 818 | } |
| 819 | |
| 820 | static prof_gctx_t * |
| 821 | prof_gctx_create(tsdn_t *tsdn, prof_bt_t *bt) { |
no outgoing calls
no test coverage detected