Home
last modified time | relevance | path

Searched defs:thr_discrim (Results 1 – 2 of 2) sorted by relevance

/external/jemalloc_new/include/jemalloc/internal/
Dprof_structs.h56 uint64_t thr_discrim; member
145 uint64_t thr_discrim; member
/external/jemalloc_new/src/
Dprof.c1903 prof_tdata_init_impl(tsd_t *tsd, uint64_t thr_uid, uint64_t thr_discrim, in prof_tdata_init_impl()
2025 uint64_t thr_discrim = tdata->thr_discrim + 1; in prof_tdata_reinit() local