Searched refs:irealloc_prof (Results 1 – 2 of 2) sorted by relevance
1704 irealloc_prof(tsd_t *tsd, void *old_ptr, size_t old_usize, size_t usize) in irealloc_prof() function1800 ret = unlikely(usize == 0) ? NULL : irealloc_prof(tsd, in je_realloc()
68 + Fix irealloc_prof() to prof_alloc_rollback() on OOM.