Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/test/hwasan/TestCases/
Dsanitizer_malloc.cpp10 sink = (void *)&__sanitizer_memalign; in main()
/external/llvm-project/compiler-rt/include/sanitizer/
Dhwasan_interface.h80 void * __sanitizer_memalign(size_t alignment, size_t size);
/external/llvm-project/compiler-rt/lib/hwasan/
Dhwasan_interface_internal.h175 void * __sanitizer_memalign(uptr alignment, uptr size);
Dhwasan_interceptors.cpp79 void * __sanitizer_memalign(uptr alignment, uptr size) { in __sanitizer_memalign() function