Home
last modified time | relevance | path

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

/external/llvm-project/flang/runtime/
Dbuffer.h125 void Reallocate(std::int64_t bytes, const Terminator &terminator) { in Reallocate() function
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_allocator_combined.h97 void *Reallocate(AllocatorCache *cache, void *p, uptr new_size, in Reallocate() function
/external/compiler-rt/lib/lsan/
Dlsan_allocator.cc113 void *Reallocate(const StackTrace &stack, void *p, uptr new_size, in Reallocate() function
/external/llvm-project/compiler-rt/lib/lsan/
Dlsan_allocator.cpp124 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/llvm-project/compiler-rt/lib/memprof/
Dmemprof_allocator.cpp659 void *Reallocate(void *old_ptr, uptr new_size, BufferedStackTrace *stack) { in Reallocate() function
/external/llvm-project/compiler-rt/lib/asan/
Dasan_allocator.cpp717 void *Reallocate(void *old_ptr, uptr new_size, BufferedStackTrace *stack) { in Reallocate() function
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_allocator.h1366 void *Reallocate(AllocatorCache *cache, void *p, uptr new_size, in Reallocate() function