Home
last modified time | relevance | path

Searched defs:Reallocate (Results 1 – 4 of 4) sorted by relevance

/external/compiler-rt/lib/lsan/
Dlsan_allocator.cc113 void *Reallocate(const StackTrace &stack, void *p, uptr new_size, in Reallocate() function
/external/compiler-rt/lib/asan/
Dasan_allocator.cc539 void *Reallocate(void *old_ptr, uptr new_size, BufferedStackTrace *stack) { in Reallocate() function
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DMachineInstr.cpp619 bool Reallocate = RegInfo && in addOperand() local
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_allocator.h1366 void *Reallocate(AllocatorCache *cache, void *p, uptr new_size, in Reallocate() function