Home
last modified time | relevance | path

Searched refs:hpdata_init (Results 1 – 4 of 4) sorted by relevance

/src/contrib/jemalloc/include/jemalloc/internal/
H A Dhpdata.h355 void hpdata_init(hpdata_t *hpdata, void *addr, uint64_t age);
/src/contrib/jemalloc/src/
H A Dhpdata.c21 hpdata_init(hpdata_t *hpdata, void *addr, uint64_t age) { in hpdata_init() function
H A Dhpa.c115 hpdata_init(ps, central->eden, central->age_counter++); in hpa_central_extract()
165 hpdata_init(ps, central->eden, central->age_counter++); in hpa_central_extract()
/src/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/
H A Dprivate_namespace.h348 #define hpdata_init JEMALLOC_N(hpdata_init) macro