| /src/external/gpl3/gcc/dist/libsanitizer/hwasan/ |
| hwasan.h | 129 void *hwasan_realloc(void *ptr, uptr size, StackTrace *stack);
|
| hwasan_allocation_functions.cpp | 136 return hwasan_realloc(ptr, size, &stack);
|
| hwasan_allocator.cpp | 458 void *hwasan_realloc(void *ptr, uptr size, StackTrace *stack) { function in namespace:__hwasan 475 return hwasan_realloc(ptr, nmemb * size, stack);
|
| /src/external/gpl3/gcc.old/dist/libsanitizer/hwasan/ |
| hwasan.h | 115 void *hwasan_realloc(void *ptr, uptr size, StackTrace *stack);
|
| hwasan_allocation_functions.cpp | 125 return hwasan_realloc(ptr, size, &stack);
|
| hwasan_allocator.cpp | 369 void *hwasan_realloc(void *ptr, uptr size, StackTrace *stack) { function in namespace:__hwasan 386 return hwasan_realloc(ptr, nmemb * size, stack);
|