Home
last modified time | relevance | path

Searched refs:dfsan_memalign (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_interceptors.cpp42 return dfsan_memalign(alignment, size); in INTERCEPTOR()
92 return dfsan_memalign(alignment, size); in INTERCEPTOR()
H A Ddfsan.h105 void *dfsan_memalign(uptr alignment, uptr size);
H A Ddfsan_new_delete.cpp38 void *res = dfsan_memalign((uptr)align, size); \
H A Ddfsan_allocator.cpp274 void *__dfsan::dfsan_memalign(uptr alignment, uptr size) { in dfsan_memalign() function in __dfsan