Home
last modified time | relevance | path

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

/src/contrib/jemalloc/include/jemalloc/internal/
H A Dhpdata.h361 void *hpdata_reserve_alloc(hpdata_t *hpdata, size_t sz);
/src/contrib/jemalloc/src/
H A Dhpdata.c44 hpdata_reserve_alloc(hpdata_t *hpdata, size_t sz) { in hpdata_reserve_alloc() function
H A Dhpa.c585 void *addr = hpdata_reserve_alloc(ps, size); in hpa_try_alloc_one_no_grow()
/src/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/
H A Dprivate_namespace.h352 #define hpdata_reserve_alloc JEMALLOC_N(hpdata_reserve_alloc) macro