Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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.cpp231 void *dfsan_aligned_alloc(uptr alignment, uptr size) { in dfsan_aligned_alloc() function