Home
last modified time | relevance | path

Searched refs:Reallocate (Results 1 – 14 of 14) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_allocator.cc104 return internal_allocator()->Reallocate(&internal_allocator_cache, ptr,
107 return internal_allocator()->Reallocate(cache, ptr, size, alignment);
Dsanitizer_allocator.h1366 void *Reallocate(AllocatorCache *cache, void *p, uptr new_size, in Reallocate() function
/external/compiler-rt/lib/lsan/
Dlsan_allocator.h26 void *Reallocate(const StackTrace &stack, void *p, uptr new_size,
Dlsan_allocator.cc113 void *Reallocate(const StackTrace &stack, void *p, uptr new_size, in Reallocate() function
121 p = allocator.Reallocate(&cache, p, new_size, alignment); in Reallocate()
Dlsan_interceptors.cc86 return Reallocate(stack, q, size, 1); in INTERCEPTOR()
/external/pdfium/third_party/libopenjpeg20/
D0034-opj_malloc.patch141 Reallocate memory blocks.
142 @@ -85,13 +166,26 @@ Reallocate memory blocks.
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_allocator_testlib.cc106 p = allocator.Reallocate(&cache, p, size, 8); in realloc()
/external/compiler-rt/lib/asan/
Dasan_allocator.cc539 void *Reallocate(void *old_ptr, uptr new_size, BufferedStackTrace *stack) { in Reallocate() function
748 return instance.Reallocate(p, size, stack); in asan_realloc()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DMachineInstr.cpp619 bool Reallocate = RegInfo && in addOperand() local
647 if (Reallocate) in addOperand()
658 if (Reallocate) in addOperand()
/external/tensorflow/tensorflow/contrib/verbs/
DREADME.md79 2. Reallocate the result/proxy tensors.
115 * Reallocate the result tensor (and proxy tensor if required).
/external/python/cpython2/Doc/library/
Dcurses.rst1116 Reallocate storage for a curses window to adjust its dimensions to the
/external/python/cpython3/Doc/library/
Dcurses.rst1161 Reallocate storage for a curses window to adjust its dimensions to the
/external/freetype/
DChangeLog.221665 Reallocate only if number of used entries is much smaller.
DChangeLog.24520 Reallocate array instead of using temporary storage.