Searched defs:mallinfo (Results 1 – 5 of 5) sorted by relevance
/freebsd-src/contrib/llvm-project/compiler-rt/lib/asan/ |
H A D | asan_malloc_linux.cpp | 130 INTERCEPTOR(struct fake_mallinfo, mallinfo, void) { in INTERCEPTOR() argument 178 fake_mallinfo (*mallinfo)(void); member
|
/freebsd-src/contrib/llvm-project/compiler-rt/lib/memprof/ |
H A D | memprof_malloc_linux.cpp | 121 INTERCEPTOR(struct fake_mallinfo,mallinfo,void) INTERCEPTOR() argument
|
/freebsd-src/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | dfsan_interceptors.cpp | 103 INTERCEPTOR(void, mallinfo, __sanitizer_struct_mallinfo *sret) { in INTERCEPTOR() argument
|
/freebsd-src/contrib/llvm-project/compiler-rt/lib/lsan/ |
H A D | lsan_interceptors.cpp | 172 INTERCEPTOR(struct fake_mallinfo,mallinfo,void) INTERCEPTOR() argument
|
/freebsd-src/contrib/llvm-project/compiler-rt/lib/msan/ |
H A D | msan_interceptors.cpp | 258 INTERCEPTOR(__sanitizer_struct_mallinfo, mallinfo,) { in INTERCEPTOR() argument
|