Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/nsan/
H A Dnsan_allocator.h30 void *nsan_malloc(uptr size);
H A Dnsan_malloc_linux.cpp53 return nsan_malloc(size); in INTERCEPTOR()
H A Dnsan_new_delete.cpp31 void *res = nsan_malloc(size); \
H A Dnsan_allocator.cpp216 void *__nsan::nsan_malloc(uptr size) { in nsan_malloc() function in __nsan