Searched refs:prof_bt_hash (Results 1 – 2 of 2) sorted by relevance
/external/jemalloc/src/ |
D | prof.c | 1757 prof_bt_hash(const void *key, size_t r_hash[2]) in prof_bt_hash() function 1815 if (ckh_new(tsd, &tdata->bt2tctx, PROF_CKH_MINITEMS, prof_bt_hash, in prof_tdata_init_impl() 2215 if (ckh_new(tsd, &bt2gctx, PROF_CKH_MINITEMS, prof_bt_hash, in prof_boot2()
|
/external/jemalloc_new/src/ |
D | prof.c | 1869 prof_bt_hash(const void *key, size_t r_hash[2]) { in prof_bt_hash() function 1925 if (ckh_new(tsd, &tdata->bt2tctx, PROF_CKH_MINITEMS, prof_bt_hash, in prof_tdata_init_impl() 2320 if (ckh_new(tsd, &bt2gctx, PROF_CKH_MINITEMS, prof_bt_hash, in prof_boot2()
|