Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/dfsan/
HDdfsan_new_delete.cpp31 void *res = dfsan_malloc(size); \
HDdfsan.h98 void *dfsan_malloc(uptr size);
HDdfsan_interceptors.cpp66 return __dfsan::dfsan_malloc(size); in INTERCEPTOR()
HDdfsan_allocator.cpp212 void *dfsan_malloc(uptr size) { in dfsan_malloc() function