HomeSort by relevance Sort by last modified time
    Searched full:old_ptr (Results 1 - 25 of 58) sorted by null

1 2 3

  /external/jemalloc/include/jemalloc/internal/
valgrind.h 38 ptr_maybe_null, old_ptr, old_usize, old_rzsize, old_ptr_maybe_null, \
43 if (!maybe_moved || ptr == old_ptr) { \
52 if (!old_ptr_maybe_null || old_ptr != NULL) { \
53 valgrind_freelike_block(old_ptr, \
86 ptr_maybe_null, old_ptr, old_usize, old_rzsize, old_ptr_maybe_null, \
prof.h 338 void prof_tctx_reset(const void *ptr, size_t usize, const void *old_ptr,
344 prof_tctx_t *tctx, bool prof_active, bool updated, const void *old_ptr,
420 prof_tctx_reset(const void *ptr, size_t usize, const void *old_ptr,
427 arena_prof_tctx_reset(ptr, usize, old_ptr, old_tctx);
497 bool prof_active, bool updated, const void *old_ptr, size_t old_usize,
525 prof_tctx_reset(ptr, usize, old_ptr, old_tctx);
arena.h 651 const void *old_ptr, prof_tctx_t *old_tctx);
    [all...]
  /system/extras/memory_replay/dumps/
README 41 <tid>:realloc <new_ptr> <old_ptr> <size>
42 Allocation made by realloc(<old_ptr>, <size>). <old_ptr> can be 0x0
  /external/mesa3d/src/gallium/auxiliary/util/
u_debug_memory.c 193 void *old_ptr, size_t old_size, size_t new_size )
199 if(!old_ptr)
203 debug_free( file, line, function, old_ptr );
207 old_hdr = header_from_data(old_ptr);
211 old_ptr);
220 old_ptr);
248 memcpy( new_ptr, old_ptr, old_size < new_size ? old_size : new_size );
  /external/mesa3d/src/gallium/auxiliary/os/
os_memory_debug.h 61 void *old_ptr, size_t old_size, size_t new_size );
  /external/libchrome/base/memory/
ref_counted.h 323 T* old_ptr = ptr_; local
325 if (old_ptr)
326 Release(old_ptr);
scoped_ptr.h 195 T* old_ptr = data_.ptr; local
197 return old_ptr;
  /external/libweave/third_party/chromium/base/memory/
ref_counted.h 310 T* old_ptr = ptr_; local
312 if (old_ptr)
313 Release(old_ptr);
scoped_ptr.h 195 T* old_ptr = data_.ptr; local
197 return old_ptr;
  /external/jemalloc/src/
jemalloc.c     [all...]
  /external/compiler-rt/lib/asan/
asan_allocator.cc 529 void *Reallocate(void *old_ptr, uptr new_size, BufferedStackTrace *stack) {
530 CHECK(old_ptr && new_size);
531 uptr p = reinterpret_cast<uptr>(old_ptr);
543 ReportInvalidFree(old_ptr, chunk_state, stack);
548 REAL(memcpy)(new_ptr, old_ptr, memcpy_size);
549 Deallocate(old_ptr, 0, stack, FROM_MALLOC);
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCContract.cpp 308 /// objc_storeStrong(i8** %old_ptr, i8* new_value)
313 /// %old_value = load i8** %old_ptr (1)
321 /// ; Store the new_value into old_ptr
322 /// store i8* %new_value, i8** %old_ptr (4)
  /external/clang/test/Sema/
builtins.c 46 void *old_ptr = __sync_val_compare_and_swap((void**)0, 0, 0); local
  /external/opencv3/3rdparty/libpng/
pngwutil.c 458 png_bytepp old_ptr; local
460 old_ptr = comp->output_ptr;
466 png_memcpy(comp->output_ptr, old_ptr, old_max
469 png_free(png_ptr, old_ptr);
514 png_bytepp old_ptr; local
516 old_ptr = comp->output_ptr;
523 png_memcpy(comp->output_ptr, old_ptr,
526 png_free(png_ptr, old_ptr);
    [all...]
  /external/webrtc/webrtc/base/
scoped_ptr.h 257 T* old_ptr = data_.ptr; local
259 return old_ptr;
  /toolchain/binutils/binutils-2.25/gas/config/
tc-z80.c 1914 char * old_ptr; local
    [all...]
  /bionic/libc/upstream-netbsd/lib/libc/regex/
regcomp.c 1238 void *old_ptr; local
1253 old_ptr = p->g->setbits;
1255 free(old_ptr);
1258 if (old_ptr != p->g->setbits) {
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
coffcode.h 4665 alent *old_ptr = func_table[i]; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/lib32/
libasan.so 
libasan.so.0 
libasan.so.0.0.0 
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/lib32/
libasan.so 
libasan.so.0 
libasan.so.0.0.0 

Completed in 1478 milliseconds

1 2 3