Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/nsan/
H A Dnsan_allocator.h36 void *nsan_aligned_alloc(uptr alignment, uptr size);
H A Dnsan_malloc_linux.cpp33 return nsan_aligned_alloc(align, size); in INTERCEPTOR()
H A Dnsan_allocator.cpp265 void *__nsan::nsan_aligned_alloc(uptr alignment, uptr size) { in nsan_aligned_alloc() function in __nsan