Searched defs:Reallocate (Results 1 – 8 of 8) sorted by relevance
/external/llvm-project/flang/runtime/ |
D | buffer.h | 125 void Reallocate(std::int64_t bytes, const Terminator &terminator) { in Reallocate() function
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_allocator_combined.h | 97 void *Reallocate(AllocatorCache *cache, void *p, uptr new_size, in Reallocate() function
|
/external/compiler-rt/lib/lsan/ |
D | lsan_allocator.cc | 113 void *Reallocate(const StackTrace &stack, void *p, uptr new_size, in Reallocate() function
|
/external/llvm-project/compiler-rt/lib/lsan/ |
D | lsan_allocator.cpp | 124 void *Reallocate(const StackTrace &stack, void *p, uptr new_size, in Reallocate() function
|
/external/compiler-rt/lib/asan/ |
D | asan_allocator.cc | 539 void *Reallocate(void *old_ptr, uptr new_size, BufferedStackTrace *stack) { in Reallocate() function
|
/external/llvm-project/compiler-rt/lib/memprof/ |
D | memprof_allocator.cpp | 659 void *Reallocate(void *old_ptr, uptr new_size, BufferedStackTrace *stack) { in Reallocate() function
|
/external/llvm-project/compiler-rt/lib/asan/ |
D | asan_allocator.cpp | 717 void *Reallocate(void *old_ptr, uptr new_size, BufferedStackTrace *stack) { in Reallocate() function
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_allocator.h | 1366 void *Reallocate(AllocatorCache *cache, void *p, uptr new_size, in Reallocate() function
|