Home
last modified time | relevance | path

Searched refs:irallocx_prof (Results 1 – 4 of 4) 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/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
/external/jemalloc_new/
DChangeLog642 - Optimize irallocx_prof() to optimistically update the sampler state. The