Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan.h104 void *dfsan_aligned_alloc(uptr alignment, uptr size);
H A Ddfsan_interceptors.cpp48 return __dfsan::dfsan_aligned_alloc(alignment, size); in INTERCEPTOR()
H A Ddfsan_allocator.cpp260 void *dfsan_aligned_alloc(uptr alignment, uptr size) { in dfsan_aligned_alloc() function