Searched refs:PROF_CKH_MINITEMS (Results 1 – 4 of 4) sorted by relevance
/external/jemalloc_new/include/jemalloc/internal/ |
D | prof_types.h | 28 #define PROF_CKH_MINITEMS 64 macro
|
/external/jemalloc/include/jemalloc/internal/ |
D | prof.h | 27 #define PROF_CKH_MINITEMS 64 macro
|
/external/jemalloc/src/ |
D | prof.c | 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 | 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()
|