Searched defs:old_usize (Results 1 – 5 of 5) sorted by relevance
/external/jemalloc/include/jemalloc/internal/ |
D | valgrind.h | 38 ptr_maybe_null, old_ptr, old_usize, old_rzsize, old_ptr_maybe_null, \ argument 86 ptr_maybe_null, old_ptr, old_usize, old_rzsize, old_ptr_maybe_null, \ argument
|
D | prof.h | 481 bool updated, size_t old_usize, prof_tctx_t *old_tctx) in prof_realloc()
|
/external/jemalloc/src/ |
D | jemalloc.c | 1672 irealloc_prof_sample(tsd_t *tsd, void *oldptr, size_t old_usize, size_t usize, 1691 irealloc_prof(tsd_t *tsd, void *oldptr, size_t old_usize, size_t usize) 1755 size_t old_usize = 0; local 2069 irallocx_prof_sample(tsd_t *tsd, void *oldptr, size_t old_usize, size_t size, 2092 irallocx_prof(tsd_t *tsd, void *oldptr, size_t old_usize, size_t size, 2135 size_t old_usize; local 2202 ixallocx_helper(void *ptr, size_t old_usize, size_t size, size_t extra, 2215 ixallocx_prof_sample(void *ptr, size_t old_usize, size_t size, size_t extra, 2241 ixallocx_prof(tsd_t *tsd, void *ptr, size_t old_usize, size_t size, 2277 size_t usize, old_usize; local
|
D | arena.c | 2522 arena_ralloc_junk_large(void *ptr, size_t old_usize, size_t usize) in arena_ralloc_junk_large()
|
/external/jemalloc/test/unit/ |
D | junk.c | 171 arena_ralloc_junk_large_intercept(void *ptr, size_t old_usize, size_t usize) in arena_ralloc_junk_large_intercept()
|