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 | 127 INTERCEPTOR(struct fake_mallinfo, mallinfo, void) { in INTERCEPTOR() argument 175 fake_mallinfo (*mallinfo)(void); member 190 WRAP(calloc), WRAP(free), WRAP(mallinfo),
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
| H A D | dfsan_interceptors.cpp | 99 INTERCEPTOR(void, mallinfo, __sanitizer_struct_mallinfo *sret) { in INTERCEPTOR() argument 196 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/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/memprof/ |
| H A D | memprof_malloc_linux.cpp | 117 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 | 203 INTERCEPTOR(struct fake_mallinfo, mallinfo, void) { in INTERCEPTOR() argument 208 #define LSAN_MAYBE_INTERCEPT_MALLINFO INTERCEPT_FUNCTION(mallinfo)
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/ |
| H A D | hwasan_allocation_functions.cpp | 183 INTERCEPTOR_ALIAS(__sanitizer_struct_mallinfo, mallinfo,);
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/Unix/ |
| H A D | Process.inc | 95 struct mallinfo mi; 96 mi = ::mallinfo(); 110 // the value returned by mallinfo in the arena field.
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/msan/ |
| H A D | msan_interceptors.cpp | 284 INTERCEPTOR(__sanitizer_struct_mallinfo, mallinfo,) { 289 # 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 | 1288 COMPILER_CHECK(sizeof(__sanitizer_struct_mallinfo) == sizeof(struct mallinfo));
|