Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan.h135 int hwasan_posix_memalign(void **memptr, uptr alignment, uptr size,
H A Dhwasan_allocation_functions.cpp46 int res = hwasan_posix_memalign(memptr, alignment, size, &stack); in __sanitizer_posix_memalign()
H A Dhwasan_allocator.cpp517 int hwasan_posix_memalign(void **memptr, uptr alignment, uptr size, in hwasan_posix_memalign() function