Searched refs:mallinfo (Results 1 – 14 of 14) sorted by relevance
/freebsd/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 193 WRAP(calloc), WRAP(free), WRAP(mallinfo),
|
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | wrappers_c.h | 52 #define SCUDO_MALLINFO mallinfo
|
H A D | wrappers_c.inc | 71 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 D | dfsan_interceptors.cpp | 103 INTERCEPTOR(void, mallinfo, __sanitizer_struct_mallinfo *sret) { in INTERCEPTOR() argument 201 INTERCEPT_FUNCTION(mallinfo); in initialize_interceptors()
|
H A D | done_abilist.txt | 68 fun:mallinfo=discard
|
H A D | libc_ubuntu1404_abilist.txt | 2248 fun:mallinfo=uninstrumented
|
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/ |
H A D | memprof_malloc_linux.cpp | 119 INTERCEPTOR(struct fake_mallinfo, mallinfo, void) { in INTERCEPTOR() argument
|
/freebsd/contrib/tcsh/ |
H A D | tc.alloc.c | 642 struct mallinfo mi; in showall() 644 mi = mallinfo(); in showall()
|
H A D | Fixes | 189 70. use mallinfo for SYSMALLOC (Corinna Vinschen)
|
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/ |
H A D | lsan_interceptors.cpp | 172 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 D | Process.inc | 100 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 D | hwasan_allocation_functions.cpp | 187 INTERCEPTOR_ALIAS(__sanitizer_struct_mallinfo, mallinfo,);
|
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/ |
H A D | msan_interceptors.cpp | 258 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 D | sanitizer_platform_limits_posix.cpp | 1263 COMPILER_CHECK(sizeof(__sanitizer_struct_mallinfo) == sizeof(struct mallinfo));
|