Home
last modified time | relevance | path

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

/freebsd/contrib/jemalloc/src/
H A Djemalloc.c2533 irealloc_prof(tsd_t *tsd, void *old_ptr, size_t old_usize, size_t usize, in irealloc_prof() function
2693 ret = irealloc_prof(tsd, ptr, old_usize, usize, in je_realloc()
/freebsd/contrib/jemalloc/
H A DChangeLog798 + Fix irealloc_prof() to prof_alloc_rollback() on OOM.