Searched refs:Reallocate (Results 1 – 8 of 8) 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 | 529 void *Reallocate(void *old_ptr, uptr new_size, BufferedStackTrace *stack) { in Reallocate() function 732 return instance.Reallocate(p, size, stack); in asan_realloc()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_allocator.h | 1342 void *Reallocate(AllocatorCache *cache, void *p, uptr new_size, in Reallocate() function
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/ |
D | ChangeLog.22 | 1665 Reallocate only if number of used entries is much smaller.
|
D | ChangeLog.24 | 520 Reallocate array instead of using temporary storage.
|