Searched refs:JEMALLOC_VALGRIND_REALLOC (Results 1 - 2 of 2) sorted by relevance
/external/jemalloc/include/jemalloc/internal/ |
H A D | valgrind.h | 37 #define JEMALLOC_VALGRIND_REALLOC(maybe_moved, ptr, usize, \ macro 85 #define JEMALLOC_VALGRIND_REALLOC(maybe_moved, ptr, usize, \ macro
|
/external/jemalloc/src/ |
H A D | jemalloc.c | 1921 JEMALLOC_VALGRIND_REALLOC(true, ret, usize, true, ptr, old_usize, 2324 JEMALLOC_VALGRIND_REALLOC(true, p, usize, false, ptr, old_usize, 2464 JEMALLOC_VALGRIND_REALLOC(false, ptr, usize, false, ptr, old_usize,
|
Completed in 191 milliseconds