Home
last modified time | relevance | path

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

/redis-3.2.3/deps/jemalloc/src/
H A Djemalloc.c1704 irealloc_prof(tsd_t *tsd, void *old_ptr, size_t old_usize, size_t usize) in irealloc_prof() function
1800 ret = unlikely(usize == 0) ? NULL : irealloc_prof(tsd, in je_realloc()
/redis-3.2.3/deps/jemalloc/
H A DChangeLog68 + Fix irealloc_prof() to prof_alloc_rollback() on OOM.