Searched refs:mallinfo (Results 1 - 25 of 39) sorted by relevance

12

/external/compiler-rt/test/msan/
H A Dmallinfo.cc9 struct mallinfo mi = mallinfo();
/external/chromium_org/content/child/
H A Dcontent_child_helpers.cc20 struct mallinfo minfo = mallinfo();
/external/jemalloc/android/src/
H A Dje_mallinfo.c25 struct mallinfo je_mallinfo() {
26 struct mallinfo mi;
/external/valgrind/main/memcheck/tests/
H A Dsbfragment.c14 struct mallinfo mallinfo_result;
15 mallinfo_result = mallinfo();
82 struct mallinfo mallinfo_result;
83 mallinfo_result = mallinfo();
H A Dmallinfo.c14 struct mallinfo mi;
17 mi = mallinfo();
78 printf("mallinfo() is not supported on this platform.\n");
/external/valgrind/main/coregrind/
H A Dpub_core_replacemalloc.h54 void (*mallinfo) (ThreadId tid, struct vg_mallinfo* mi); member in struct:vg_mallocfunc_info
H A Dpub_core_mallocfree.h88 /* SVID2/XPG mallinfo structure */
117 extern void VG_(mallinfo) ( ThreadId tid, struct vg_mallinfo* mi );
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dlibc_override_redefine.h83 struct mallinfo mallinfo(void) __THROW { return tc_mallinfo(); }
H A Dlibc_override_gcc_and_weak.h94 struct mallinfo mallinfo(void) __THROW ALIAS(tc_mallinfo);
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dlibc_override_redefine.h83 struct mallinfo mallinfo(void) __THROW { return tc_mallinfo(); }
H A Dlibc_override_gcc_and_weak.h87 struct mallinfo mallinfo(void) __THROW ALIAS(tc_mallinfo);
H A Dtcmalloc.cc81 // TODO: implement mallinfo/mallopt
134 // We only need malloc.h for struct mallinfo.
241 struct mallinfo tc_mallinfo(void) __THROW
1344 inline struct mallinfo do_mallinfo() {
1349 struct mallinfo info;
1664 extern "C" PERFTOOLS_DLL_DECL struct mallinfo tc_mallinfo(void) __THROW {
/external/llvm/lib/Support/Unix/
H A DProcess.inc112 struct mallinfo mi;
113 mi = ::mallinfo();
121 // the value returned by mallinfo in the arena field.
/external/e2fsprogs/resize/
H A Dresource_track.c66 struct mallinfo malloc_info;
81 malloc_info = mallinfo();
/external/chromium_org/third_party/tcmalloc/chromium/src/gperftools/
H A Dtcmalloc.h56 // For struct mallinfo, it it's defined.
106 PERFTOOLS_DLL_DECL struct mallinfo tc_mallinfo(void) __THROW;
H A 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/
H A Dtcmalloc.h56 #include <stdlib.h> // for struct mallinfo, if it's defined
96 PERFTOOLS_DLL_DECL struct mallinfo tc_mallinfo(void) __THROW;
H A 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/vendor/src/windows/gperftools/
H A Dtcmalloc.h56 #include <stdlib.h> // for struct mallinfo, if it's defined
96 PERFTOOLS_DLL_DECL struct mallinfo tc_mallinfo(void) __THROW;
H A 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/vendor/src/gperftools/
H A 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/lsan/
H A Dlsan_interceptors.cc139 INTERCEPTOR(struct fake_mallinfo, mallinfo, void) {
291 INTERCEPT_FUNCTION(mallinfo);
/external/compiler-rt/lib/asan/
H A Dasan_malloc_linux.cc128 // man mallinfo says the fields are "long", but the implementation uses int.
129 // It doesn't matter much -- we just need to make sure that the libc's mallinfo
135 INTERCEPTOR(struct fake_mallinfo, mallinfo, void) {
/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_allocator_testlib.cc144 void mallinfo() { function
/external/e2fsprogs/e2fsck/
H A Dutil.c377 struct mallinfo malloc_info;
394 malloc_info = mallinfo();

Completed in 2540 milliseconds

12