Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_allocator.h135 void *lsan_pvalloc(uptr size, const StackTrace &stack);
H A Dlsan_allocator.cpp247 void *lsan_pvalloc(uptr size, const StackTrace &stack) { in lsan_pvalloc() function
H A Dlsan_interceptors.cpp194 return lsan_pvalloc(size, stack);