Searched defs:Reallocate (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
H A D | sanitizer_allocator_combined.h | 101 void *Reallocate(AllocatorCache *cache, void *p, uptr new_size, in Reallocate() function
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_allocator_combined.h | 97 void *Reallocate(AllocatorCache *cache, void *p, uptr new_size, in Reallocate() function
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_allocator_combined.h | 90 void *Reallocate(AllocatorCache *cache, void *p, uptr new_size, in Reallocate() function
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/lsan/ |
H A D | lsan_allocator.cc | 118 void *Reallocate(const StackTrace &stack, void *p, uptr new_size, in Reallocate() function
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/lsan/ |
H A D | lsan_allocator.cc | 121 void *Reallocate(const StackTrace &stack, void *p, uptr new_size, in Reallocate() function
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/lsan/ |
H A D | lsan_allocator.cpp | 124 void *Reallocate(const StackTrace &stack, void *p, uptr new_size, in Reallocate() function
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/ |
H A D | asan_allocator.cc | 651 void *Reallocate(void *old_ptr, uptr new_size, BufferedStackTrace *stack) { in Reallocate() function
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/ |
H A D | asan_allocator.cc | 649 void *Reallocate(void *old_ptr, uptr new_size, BufferedStackTrace *stack) { in Reallocate() function
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/asan/ |
H A D | asan_allocator.cpp | 716 void *Reallocate(void *old_ptr, uptr new_size, BufferedStackTrace *stack) { in Reallocate() function
|