Home
last modified time | relevance | path

Searched defs:old_ptr (Results 1 – 11 of 11) sorted by relevance

/external/jemalloc/include/jemalloc/internal/
Dvalgrind.h39 #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
Dprof.h421 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()
Darena.h1300 const void *old_ptr, prof_tctx_t *old_tctx) in arena_prof_tctx_reset()
/external/jemalloc_new/include/jemalloc/internal/
Dprof_inlines_b.h138 bool prof_active, bool updated, const void *old_ptr, size_t old_usize, in prof_realloc()
/external/mesa3d/src/gallium/auxiliary/util/
Du_debug_memory.c223 void *old_ptr, size_t old_size, size_t new_size ) in debug_realloc()
/external/clang/test/Sema/
Dbuiltins.c46 void *old_ptr = __sync_val_compare_and_swap((void**)0, 0, 0); in test9() local
/external/jemalloc_new/src/
Djemalloc.c2162 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/
Djemalloc.c1840 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/
Dpngrutil.c683 png_bytep old_ptr = png_ptr->read_buffer; in png_decompress_chunk() local
/external/libpng/
Dpngrutil.c694 png_bytep old_ptr = png_ptr->read_buffer; in png_decompress_chunk() local
/external/libaom/libaom/av1/common/
Donyxc_int.h639 RefCntBuffer *const old_ptr = *lhs_ptr; in assign_frame_buffer_p() local