Searched defs:old_ptr (Results 1 – 11 of 11) sorted by relevance
/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 | 1294 const void *old_ptr, prof_tctx_t *old_tctx) in arena_prof_tctx_reset()
|
/external/syslinux/gpxe/src/interface/efi/ |
D | efi_umalloc.c | 44 static userptr_t efi_urealloc ( userptr_t old_ptr, size_t new_size ) { in efi_urealloc()
|
/external/syslinux/gpxe/src/core/ |
D | malloc.c | 253 void * realloc ( void *old_ptr, size_t new_size ) { in 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/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/syslinux/com32/lib/libpng/ |
D | pngwutil.c | 252 png_charpp old_ptr; in png_text_compress() local 303 png_charpp old_ptr; in png_text_compress() local
|
/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
|