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.cpp46 return dfsan_aligned_alloc(alignment, size); in INTERCEPTOR()
H A Ddfsan_allocator.cpp263 void *__dfsan::dfsan_aligned_alloc(uptr alignment, uptr size) { in dfsan_aligned_alloc() function in __dfsan