HomeSort by: relevance | last modified time | path
    Searched refs:mallinfo (Results 1 - 17 of 17) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/include/sanitizer/
hwasan_interface.h 74 struct mallinfo __sanitizer_mallinfo();
  /src/external/gpl3/gcc.old/dist/libsanitizer/include/sanitizer/
hwasan_interface.h 88 struct mallinfo __sanitizer_mallinfo();
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_malloc_linux.cc 198 // man mallinfo says the fields are "long", but the implementation uses int.
199 // It doesn't matter much -- we just need to make sure that the libc's mallinfo
205 INTERCEPTOR(struct fake_mallinfo, mallinfo, void) {
255 fake_mallinfo (*mallinfo)(void); member in struct:MallocDebugL
270 WRAP(calloc), WRAP(free), WRAP(mallinfo),
  /src/external/gpl3/gcc.old/dist/libsanitizer/asan/
asan_malloc_linux.cpp 126 // man mallinfo says the fields are "long", but the implementation uses int.
127 // It doesn't matter much -- we just need to make sure that the libc's mallinfo
133 INTERCEPTOR(struct fake_mallinfo, mallinfo, void) {
181 fake_mallinfo (*mallinfo)(void); member in struct:MallocDebugL
196 WRAP(calloc), WRAP(free), WRAP(mallinfo),
  /src/external/apache2/llvm/dist/llvm/lib/Support/Unix/
Process.inc 97 struct mallinfo mi;
98 mi = ::mallinfo();
112 // the value returned by mallinfo in the arena field.
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
sanitizer_allocator_testlib.cc 184 void mallinfo() { function
  /src/external/gpl3/gcc.old/dist/libsanitizer/hwasan/
hwasan_allocation_functions.cpp 169 INTERCEPTOR_ALIAS(__sanitizer_struct_mallinfo, mallinfo);
  /src/sys/external/bsd/compiler_rt/dist/lib/lsan/
lsan_interceptors.cc 148 INTERCEPTOR(struct fake_mallinfo, mallinfo, void) {
153 #define LSAN_MAYBE_INTERCEPT_MALLINFO INTERCEPT_FUNCTION(mallinfo)
  /src/external/gpl3/gcc.old/dist/libsanitizer/lsan/
lsan_interceptors.cpp 172 INTERCEPTOR(struct fake_mallinfo, mallinfo, void) {
177 #define LSAN_MAYBE_INTERCEPT_MALLINFO INTERCEPT_FUNCTION(mallinfo)
  /src/external/bsd/am-utils/dist/libamu/
xutil.c 262 struct mallinfo mi = mallinfo();
  /src/external/gpl3/binutils/dist/ld/
ldmain.c 371 struct mallinfo mi = mallinfo ();
460 struct mallinfo mi = mallinfo ();
  /src/sys/external/bsd/compiler_rt/dist/lib/msan/
msan_interceptors.cc 254 INTERCEPTOR(void, mallinfo, __sanitizer_struct_mallinfo *sret) {
263 #define MSAN_MAYBE_INTERCEPT_MALLINFO INTERCEPT_FUNCTION(mallinfo)
  /src/external/gpl3/gcc.old/dist/gcc/
ggc-common.cc 1316 #define MALLINFO_FN mallinfo
configure 10643 clearerr_unlocked feof_unlocked ferror_unlocked fflush_unlocked fgetc_unlocked fgets_unlocked fileno_unlocked fprintf_unlocked fputc_unlocked fputs_unlocked fread_unlocked fwrite_unlocked getchar_unlocked getc_unlocked putchar_unlocked putc_unlocked madvise mallinfo mallinfo2 fstatat
12080 for ac_func in mallinfo mallinfo2
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_platform_limits_posix.cc 1181 COMPILER_CHECK(sizeof(__sanitizer_struct_mallinfo) == sizeof(struct mallinfo));
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_platform_limits_posix.cpp 1204 COMPILER_CHECK(sizeof(__sanitizer_struct_mallinfo) == sizeof(struct mallinfo));
  /src/external/apache2/llvm/autoconf/
configure 8057 for ac_func in mallinfo mallctl

Completed in 91 milliseconds