Home
last modified time | relevance | path

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

/freebsd/contrib/jemalloc/src/
H A Dprof.c133 struct prof_alloc_node_s { struct
134 prof_alloc_node_t *next;
136 size_t alloc_thr_ind;
137 size_t free_thr_ind;
140 size_t alloc_bt_ind;
141 size_t free_bt_ind;
143 uint64_t alloc_time_ns;
144 uint64_t free_time_ns;
146 size_t usize;