Searched refs:Reallocate (Results 1 – 14 of 14) sorted by relevance
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_allocator.cc | 104 return internal_allocator()->Reallocate(&internal_allocator_cache, ptr, 107 return internal_allocator()->Reallocate(cache, ptr, size, alignment);
|
D | sanitizer_allocator.h | 1366 void *Reallocate(AllocatorCache *cache, void *p, uptr new_size, in Reallocate() function
|
/external/compiler-rt/lib/lsan/ |
D | lsan_allocator.h | 26 void *Reallocate(const StackTrace &stack, void *p, uptr new_size,
|
D | lsan_allocator.cc | 113 void *Reallocate(const StackTrace &stack, void *p, uptr new_size, in Reallocate() function 121 p = allocator.Reallocate(&cache, p, new_size, alignment); in Reallocate()
|
D | lsan_interceptors.cc | 86 return Reallocate(stack, q, size, 1); in INTERCEPTOR()
|
/external/pdfium/third_party/libopenjpeg20/ |
D | 0034-opj_malloc.patch | 141 Reallocate memory blocks. 142 @@ -85,13 +166,26 @@ Reallocate memory blocks.
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
D | sanitizer_allocator_testlib.cc | 106 p = allocator.Reallocate(&cache, p, size, 8); in realloc()
|
/external/compiler-rt/lib/asan/ |
D | asan_allocator.cc | 539 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/ |
D | MachineInstr.cpp | 619 bool Reallocate = RegInfo && in addOperand() local 647 if (Reallocate) in addOperand() 658 if (Reallocate) in addOperand()
|
/external/tensorflow/tensorflow/contrib/verbs/ |
D | README.md | 79 2. Reallocate the result/proxy tensors. 115 * Reallocate the result tensor (and proxy tensor if required).
|
/external/python/cpython2/Doc/library/ |
D | curses.rst | 1116 Reallocate storage for a curses window to adjust its dimensions to the
|
/external/python/cpython3/Doc/library/ |
D | curses.rst | 1161 Reallocate storage for a curses window to adjust its dimensions to the
|
/external/freetype/ |
D | ChangeLog.22 | 1665 Reallocate only if number of used entries is much smaller.
|
D | ChangeLog.24 | 520 Reallocate array instead of using temporary storage.
|