Home
last modified time | relevance | path

Searched refs:hwasan_posix_memalign (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/compiler-rt/lib/hwasan/
Dhwasan.h90 int hwasan_posix_memalign(void **memptr, uptr alignment, uptr size,
Dhwasan_interceptors.cpp75 int res = hwasan_posix_memalign(memptr, alignment, size, &stack); in __sanitizer_posix_memalign()
Dhwasan_allocator.cpp356 int hwasan_posix_memalign(void **memptr, uptr alignment, uptr size, in hwasan_posix_memalign() function