Searched refs:JEMALLOC_VALGRIND_REALLOC (Results 1 - 2 of 2) sorted by relevance

/external/jemalloc/include/jemalloc/internal/
H A Dvalgrind.h37 #define JEMALLOC_VALGRIND_REALLOC(maybe_moved, ptr, usize, \ macro
85 #define JEMALLOC_VALGRIND_REALLOC(maybe_moved, ptr, usize, \ macro
/external/jemalloc/src/
H A Djemalloc.c1300 JEMALLOC_VALGRIND_REALLOC(true, ret, usize, true, ptr, old_usize,
1611 JEMALLOC_VALGRIND_REALLOC(true, p, usize, false, ptr, old_usize,
1739 JEMALLOC_VALGRIND_REALLOC(false, ptr, usize, false, ptr, old_usize,

Completed in 174 milliseconds