Home
last modified time | relevance | path

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

/external/jemalloc_new/src/
Djemalloc.c2635 irallocx_prof(tsd_t *tsd, void *old_ptr, size_t old_usize, size_t size, function
2730 p = irallocx_prof(tsd, ptr, old_usize, size, alignment, &usize,
/external/jemalloc_new/
DChangeLog642 - Optimize irallocx_prof() to optimistically update the sampler state. The