/external/jemalloc/include/jemalloc/internal/ |
D | valgrind.h | 39 #define JEMALLOC_VALGRIND_REALLOC_MOVED_no(ptr, old_ptr) \ argument 41 #define JEMALLOC_VALGRIND_REALLOC_MOVED_maybe(ptr, old_ptr) \ argument 47 #define JEMALLOC_VALGRIND_REALLOC_OLD_PTR_NULL_no(old_ptr) \ argument 49 #define JEMALLOC_VALGRIND_REALLOC_OLD_PTR_NULL_maybe(old_ptr) \ argument 52 old_ptr, old_usize, old_rzsize, old_ptr_null, zero) do { \ argument 102 ptr_maybe_null, old_ptr, old_usize, old_rzsize, old_ptr_maybe_null, \ argument
|
D | prof.h | 421 prof_tctx_reset(tsdn_t *tsdn, const void *ptr, size_t usize, const void *old_ptr, in prof_tctx_reset() 498 bool prof_active, bool updated, const void *old_ptr, size_t old_usize, in prof_realloc()
|
D | arena.h | 1300 const void *old_ptr, prof_tctx_t *old_tctx) in arena_prof_tctx_reset()
|
/external/jemalloc_new/include/jemalloc/internal/ |
D | prof_inlines_b.h | 138 bool prof_active, bool updated, const void *old_ptr, size_t old_usize, in prof_realloc()
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_debug_memory.c | 223 void *old_ptr, size_t old_size, size_t new_size ) in debug_realloc()
|
/external/clang/test/Sema/ |
D | builtins.c | 46 void *old_ptr = __sync_val_compare_and_swap((void**)0, 0, 0); in test9() local
|
/external/jemalloc_new/src/ |
D | jemalloc.c | 2162 irealloc_prof_sample(tsd_t *tsd, void *old_ptr, size_t old_usize, size_t usize, 2183 irealloc_prof(tsd_t *tsd, void *old_ptr, size_t old_usize, size_t usize, 2611 irallocx_prof_sample(tsdn_t *tsdn, void *old_ptr, size_t old_usize, 2635 irallocx_prof(tsd_t *tsd, void *old_ptr, size_t old_usize, size_t size,
|
/external/jemalloc/src/ |
D | jemalloc.c | 1840 irealloc_prof_sample(tsd_t *tsd, void *old_ptr, size_t old_usize, size_t usize, 1859 irealloc_prof(tsd_t *tsd, void *old_ptr, size_t old_usize, size_t usize) 2306 irallocx_prof_sample(tsd_t *tsd, void *old_ptr, size_t old_usize, 2329 irallocx_prof(tsd_t *tsd, void *old_ptr, size_t old_usize, size_t size,
|
/external/pdfium/third_party/libpng16/ |
D | pngrutil.c | 683 png_bytep old_ptr = png_ptr->read_buffer; in png_decompress_chunk() local
|
/external/libpng/ |
D | pngrutil.c | 694 png_bytep old_ptr = png_ptr->read_buffer; in png_decompress_chunk() local
|
/external/libaom/libaom/av1/common/ |
D | onyxc_int.h | 639 RefCntBuffer *const old_ptr = *lhs_ptr; in assign_frame_buffer_p() local
|