Home
last modified time | relevance | path

Searched refs:mallinfo (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_malloc_linux.cpp130 INTERCEPTOR(struct fake_mallinfo, mallinfo, void) { in INTERCEPTOR() argument
178 fake_mallinfo (*mallinfo)(void); member
193 WRAP(calloc), WRAP(free), WRAP(mallinfo),
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dwrappers_c.h52 #define SCUDO_MALLINFO mallinfo
H A Dwrappers_c.inc71 INTERFACE WEAK struct SCUDO_MALLINFO SCUDO_PREFIX(mallinfo)(void) {
89 // On Android, mallinfo2 is an alias of mallinfo, so don't define both.
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_interceptors.cpp103 INTERCEPTOR(void, mallinfo, __sanitizer_struct_mallinfo *sret) { in INTERCEPTOR() argument
201 INTERCEPT_FUNCTION(mallinfo); in initialize_interceptors()
H A Ddone_abilist.txt68 fun:mallinfo=discard
H A Dlibc_ubuntu1404_abilist.txt2248 fun:mallinfo=uninstrumented
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_malloc_linux.cpp119 INTERCEPTOR(struct fake_mallinfo, mallinfo, void) { in INTERCEPTOR() argument
/freebsd/contrib/tcsh/
H A Dtc.alloc.c642 struct mallinfo mi; in showall()
644 mi = mallinfo(); in showall()
H A DFixes189 70. use mallinfo for SYSMALLOC (Corinna Vinschen)
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_interceptors.cpp172 INTERCEPTOR(struct fake_mallinfo, mallinfo, void) { in INTERCEPTOR() argument
177 #define LSAN_MAYBE_INTERCEPT_MALLINFO INTERCEPT_FUNCTION(mallinfo)
/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/
H A DProcess.inc100 struct mallinfo mi;
101 mi = ::mallinfo();
115 // the value returned by mallinfo in the arena field.
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_allocation_functions.cpp187 INTERCEPTOR_ALIAS(__sanitizer_struct_mallinfo, mallinfo,);
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp258 INTERCEPTOR(__sanitizer_struct_mallinfo, mallinfo,) {
263 # define MSAN_MAYBE_INTERCEPT_MALLINFO INTERCEPT_FUNCTION(mallinfo)
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_posix.cpp1263 COMPILER_CHECK(sizeof(__sanitizer_struct_mallinfo) == sizeof(struct mallinfo));