Home
last modified time | relevance | path

Searched refs:asan_posix_memalign (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_malloc_linux.cpp143 return asan_posix_memalign(memptr, alignment, size, &stack); in INTERCEPTOR()
H A Dasan_allocator.cpp1082 int asan_posix_memalign(void **memptr, uptr alignment, uptr size, in asan_posix_memalign() function