Home
last modified time | relevance | path

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

123

/external/valgrind/main/memcheck/tests/
Dsbfragment.c14 struct mallinfo mallinfo_result; in stats()
15 mallinfo_result = mallinfo(); in stats()
82 struct mallinfo mallinfo_result; in main()
83 mallinfo_result = mallinfo(); in main()
Dmallinfo.c14 struct mallinfo mi; in check()
17 mi = mallinfo(); in check()
Dmallinfo.vgtest1 prog: mallinfo
/external/compiler-rt/test/msan/
Dmallinfo.cc9 struct mallinfo mi = mallinfo(); in main()
/external/chromium_org/content/child/
Dcontent_child_helpers.cc20 struct mallinfo minfo = mallinfo(); in GetMemoryUsageKB()
/external/jemalloc/android/src/
Dje_mallinfo.c25 struct mallinfo je_mallinfo() { in je_mallinfo()
26 struct mallinfo mi; in je_mallinfo()
/external/chromium_org/third_party/tcmalloc/chromium/src/
Dlibc_override_redefine.h83 struct mallinfo mallinfo(void) __THROW { return tc_mallinfo(); } in mallinfo() function
Dlibc_override_gcc_and_weak.h94 struct mallinfo mallinfo(void) __THROW ALIAS(tc_mallinfo);
/external/chromium_org/third_party/tcmalloc/vendor/src/
Dlibc_override_redefine.h83 struct mallinfo mallinfo(void) __THROW { return tc_mallinfo(); } in mallinfo() function
Dlibc_override_gcc_and_weak.h87 struct mallinfo mallinfo(void) __THROW ALIAS(tc_mallinfo);
/external/e2fsprogs/resize/
Dresource_track.c66 struct mallinfo malloc_info; in print_resource_track()
81 malloc_info = mallinfo(); in print_resource_track()
/external/valgrind/main/coregrind/
Dpub_core_replacemalloc.h54 void (*mallinfo) (ThreadId tid, struct vg_mallinfo* mi); member
Dpub_core_mallocfree.h117 extern void VG_(mallinfo) ( ThreadId tid, struct vg_mallinfo* mi );
/external/compiler-rt/lib/lsan/
Dlsan_interceptors.cc139 INTERCEPTOR(struct fake_mallinfo, mallinfo, void) { in INTERCEPTOR() argument
291 INTERCEPT_FUNCTION(mallinfo); in InitializeInterceptors()
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/gperftools/
Dtcmalloc.h96 PERFTOOLS_DLL_DECL struct mallinfo tc_mallinfo(void) __THROW;
Dtcmalloc.h.in56 #include <stdlib.h> // for struct mallinfo, if it's defined
96 PERFTOOLS_DLL_DECL struct mallinfo tc_mallinfo(void) __THROW;
/external/chromium_org/third_party/tcmalloc/chromium/src/windows/gperftools/
Dtcmalloc.h96 PERFTOOLS_DLL_DECL struct mallinfo tc_mallinfo(void) __THROW;
Dtcmalloc.h.in56 #include <stdlib.h> // for struct mallinfo, if it's defined
96 PERFTOOLS_DLL_DECL struct mallinfo tc_mallinfo(void) __THROW;
/external/chromium_org/third_party/tcmalloc/chromium/src/gperftools/
Dtcmalloc.h106 PERFTOOLS_DLL_DECL struct mallinfo tc_mallinfo(void) __THROW;
Dtcmalloc.h.in56 #include <stdlib.h> // for struct mallinfo, if it's defined
96 PERFTOOLS_DLL_DECL struct mallinfo tc_mallinfo(void) __THROW;
/external/llvm/docs/HistoricalNotes/
D2003-01-23-CygwinNotes.txt22 6. There isn't a mallinfo() (or, at least, it's documented, but it doesn't seem
/external/chromium_org/third_party/tcmalloc/vendor/src/gperftools/
Dtcmalloc.h.in56 #include <stdlib.h> // for struct mallinfo, if it's defined
96 PERFTOOLS_DLL_DECL struct mallinfo tc_mallinfo(void) __THROW;
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_allocator_testlib.cc144 void mallinfo() { in mallinfo() function
/external/chromium_org/third_party/tcmalloc/vendor/
DTODO26 1) Implement mallinfo/mallopt
/external/compiler-rt/lib/asan/
Dasan_malloc_linux.cc135 INTERCEPTOR(struct fake_mallinfo, mallinfo, void) { in INTERCEPTOR() argument

123