Home
last modified time | relevance | path

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

/external/compiler-rt/lib/lsan/
Dlsan_allocator.cc111 void *Reallocate(const StackTrace &stack, void *p, uptr new_size, in Reallocate() function
/external/compiler-rt/lib/asan/
Dasan_allocator.cc530 void *Reallocate(void *old_ptr, uptr new_size, BufferedStackTrace *stack) { in Reallocate() function
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_allocator.h1337 void *Reallocate(AllocatorCache *cache, void *p, uptr new_size, in Reallocate() function