| /src/sys/external/bsd/compiler_rt/dist/lib/asan/ |
| asan_malloc_mac.cc | 43 int res = asan_posix_memalign(memptr, alignment, size, &stack);
|
| asan_allocator.h | 233 int asan_posix_memalign(void **memptr, uptr alignment, uptr size,
|
| asan_malloc_linux.cc | 220 return asan_posix_memalign(memptr, alignment, size, &stack);
|
| asan_allocator.cc | 939 int asan_posix_memalign(void **memptr, uptr alignment, uptr size, function in namespace:__asan
|
| /src/external/gpl3/gcc/dist/libsanitizer/asan/ |
| asan_malloc_mac.cpp | 43 int res = asan_posix_memalign(memptr, alignment, size, &stack);
|
| asan_allocator.h | 285 int asan_posix_memalign(void **memptr, uptr alignment, uptr size,
|
| asan_malloc_linux.cpp | 146 return asan_posix_memalign(memptr, alignment, size, &stack);
|
| asan_allocator.cpp | 1074 int asan_posix_memalign(void **memptr, uptr alignment, uptr size, function in namespace:__asan
|
| /src/external/gpl3/gcc.old/dist/libsanitizer/asan/ |
| asan_malloc_mac.cpp | 43 int res = asan_posix_memalign(memptr, alignment, size, &stack);
|
| asan_allocator.h | 221 int asan_posix_memalign(void **memptr, uptr alignment, uptr size,
|
| asan_malloc_linux.cpp | 146 return asan_posix_memalign(memptr, alignment, size, &stack);
|
| asan_allocator.cpp | 1038 int asan_posix_memalign(void **memptr, uptr alignment, uptr size, function in namespace:__asan
|