Home
last modified time | relevance | path

Searched refs:irallocx_prof (Results 1 – 2 of 2) sorted by relevance

/f-stack/app/redis-5.0.5/deps/jemalloc/src/
H A Djemalloc.c2619 irallocx_prof(tsd_t *tsd, void *old_ptr, size_t old_usize, size_t size, in irallocx_prof() function
2714 p = irallocx_prof(tsd, ptr, old_usize, size, alignment, &usize, in je_rallocx()
/f-stack/app/redis-5.0.5/deps/jemalloc/
H A DChangeLog642 - Optimize irallocx_prof() to optimistically update the sampler state. The