Home
last modified time | relevance | path

Searched refs:__sanitizer_aligned_alloc (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/compiler-rt/test/hwasan/TestCases/
Dsanitizer_malloc.cpp11 sink = (void *)&__sanitizer_aligned_alloc; in main()
/external/llvm-project/compiler-rt/include/sanitizer/
Dhwasan_interface.h81 void * __sanitizer_aligned_alloc(size_t alignment, size_t size);
/external/llvm-project/compiler-rt/lib/hwasan/
Dhwasan_interface_internal.h178 void * __sanitizer_aligned_alloc(uptr alignment, uptr size);
Dhwasan_interceptors.cpp84 void * __sanitizer_aligned_alloc(uptr alignment, uptr size) { in __sanitizer_aligned_alloc() function