Searched refs:prof_recent_t (Results 1 – 5 of 5) sorted by relevance
| /src/contrib/jemalloc/src/ |
| H A D | prof_recent.c | 43 static prof_recent_t * 45 return (prof_recent_t *)iallocztm(tsdn, sizeof(prof_recent_t), in prof_recent_allocate_node() 46 sz_size2index(sizeof(prof_recent_t)), false, NULL, true, in prof_recent_allocate_node() 51 prof_recent_free_node(tsdn_t *tsdn, prof_recent_t *node) { in prof_recent_free_node() 53 assert(isalloc(tsdn, node) == sz_s2u(sizeof(prof_recent_t))); in prof_recent_free_node() 104 prof_recent_alloc_edata_get_no_lock(const prof_recent_t *n) { in prof_recent_alloc_edata_get_no_lock() 109 prof_recent_alloc_edata_get_no_lock_test(const prof_recent_t *n) { in prof_recent_alloc_edata_get_no_lock_test() 115 prof_recent_alloc_edata_get(tsd_t *tsd, const prof_recent_t *n) { in prof_recent_alloc_edata_get() 121 prof_recent_alloc_edata_set(tsd_t *tsd, prof_recent_t *n, edata_t *edata) { in prof_recent_alloc_edata_set() 132 static inline prof_recent_t * [all …]
|
| /src/contrib/jemalloc/include/jemalloc/internal/ |
| H A D | prof_recent.h | 14 typedef ql_head(prof_recent_t) prof_recent_list_t; 16 edata_t *prof_recent_alloc_edata_get_no_lock_test(const prof_recent_t *node); 17 prof_recent_t *edata_prof_recent_alloc_get_no_lock_test(const edata_t *edata);
|
| H A D | prof_types.h | 10 typedef struct prof_recent_s prof_recent_t; typedef
|
| H A D | prof_structs.h | 213 ql_elm(prof_recent_t) link;
|
| H A D | edata.h | 421 static inline prof_recent_t * 423 return (prof_recent_t *)atomic_load_p( in edata_prof_recent_alloc_get_dont_call_directly() 569 prof_recent_t *recent_alloc) { in edata_prof_recent_alloc_set_dont_call_directly()
|