Searched refs:Reallocate (Results 1 – 6 of 6) sorted by relevance
/external/compiler-rt/lib/lsan/ |
D | lsan_allocator.h | 26 void *Reallocate(const StackTrace &stack, void *p, uptr new_size,
|
D | lsan_allocator.cc | 111 void *Reallocate(const StackTrace &stack, void *p, uptr new_size, in Reallocate() function 119 p = allocator.Reallocate(&cache, p, new_size, alignment); in Reallocate()
|
D | lsan_interceptors.cc | 84 return Reallocate(stack, q, size, 1); in INTERCEPTOR()
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
D | sanitizer_allocator_testlib.cc | 104 p = allocator.Reallocate(&cache, p, size, 8); in realloc()
|
/external/compiler-rt/lib/asan/ |
D | asan_allocator.cc | 530 void *Reallocate(void *old_ptr, uptr new_size, BufferedStackTrace *stack) { in Reallocate() function 733 return instance.Reallocate(p, size, stack); in asan_realloc()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_allocator.h | 1337 void *Reallocate(AllocatorCache *cache, void *p, uptr new_size, in Reallocate() function
|