Home
last modified time | relevance | path

Searched refs:__sanitizer_struct_mallinfo2 (Results 1 – 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_mallinfo.h34 struct __sanitizer_struct_mallinfo2 {
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/msan/
HDmsan_interceptors.cpp269 INTERCEPTOR(__sanitizer_struct_mallinfo2, mallinfo2) { in INTERCEPTOR() argument
270 __sanitizer_struct_mallinfo2 sret; in INTERCEPTOR()