Home
last modified time | relevance | path

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

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