Home
last modified time | relevance | path

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

12

/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
DMakefile.am109 mallinfo.stderr.exp mallinfo.vgtest \
241 mallinfo \ program
/external/eigen/unsupported/test/mpreal/
Ddlmalloc.h54 #define dlmallinfo mallinfo
71 struct mallinfo { struct
224 struct mallinfo dlmallinfo(void);
531 struct mallinfo mspace_mallinfo(mspace msp);
Ddlmalloc.c707 struct mallinfo { struct
767 #define dlmallinfo mallinfo
928 struct mallinfo dlmallinfo(void);
1242 struct mallinfo mspace_mallinfo(mspace msp);
3333 static struct mallinfo internal_mallinfo(mstate m) { in internal_mallinfo()
3334 struct mallinfo nm = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }; in internal_mallinfo()
4924 struct mallinfo dlmallinfo(void) { in dlmallinfo()
5391 struct mallinfo mspace_mallinfo(mspace msp) { in mspace_mallinfo()
/external/skia/src/core/
DSkUtils.cpp412 struct mallinfo mi = mallinfo(); in SkAutoMemoryUsageProbe()
420 struct mallinfo mi = mallinfo(); in ~SkAutoMemoryUsageProbe()
/external/llvm/lib/Support/Unix/
DProcess.inc67 struct mallinfo mi;
68 mi = ::mallinfo();
76 // the value returned by mallinfo in the arena field.
93 struct mallinfo mi = ::mallinfo();
/external/valgrind/main/coregrind/
Dpub_core_replacemalloc.h53 void (*mallinfo) (ThreadId tid, struct vg_mallinfo* mi); member
Dpub_core_mallocfree.h118 extern void VG_(mallinfo) ( ThreadId tid, struct vg_mallinfo* mi );
/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/compiler-rt/lib/asan/
Dasan_malloc_linux.cc118 INTERCEPTOR(struct fake_mallinfo, mallinfo, void) { in INTERCEPTOR() argument
/external/chromium/webkit/glue/
Dwebkitclient_impl.cc530 struct mallinfo minfo = mallinfo(); in memoryUsageMBLinux()
/external/valgrind/main/coregrind/m_replacemalloc/
Dvg_replace_malloc.c938 (void)VALGRIND_NON_SIMD_CALL1( info.mallinfo, &mi ); \
943 MALLINFO(VG_Z_LIBC_SONAME, mallinfo);
1095 MALLINFO(NONE, mallinfo);
/external/e2fsprogs/e2fsck/
Dutil.c323 struct mallinfo malloc_info; in print_resource_track()
340 malloc_info = mallinfo(); in print_resource_track()
/external/libffi/src/
Ddlmalloc.c617 struct mallinfo { struct
649 #define dlmallinfo mallinfo argument
806 struct mallinfo dlmallinfo(void);
1105 struct mallinfo mspace_mallinfo(mspace msp);
2821 static struct mallinfo internal_mallinfo(mstate m) { in internal_mallinfo()
2822 struct mallinfo nm = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }; in internal_mallinfo()
4378 struct mallinfo dlmallinfo(void) { in dlmallinfo()
4813 struct mallinfo mspace_mallinfo(mspace msp) { in mspace_mallinfo()
/external/qemu/distrib/sdl-1.2.15/src/stdlib/
DSDL_malloc.c661 struct mallinfo { struct
693 #define dlmallinfo mallinfo argument
850 struct mallinfo dlmallinfo(void);
1149 struct mallinfo mspace_mallinfo(mspace msp);
2831 static struct mallinfo internal_mallinfo(mstate m) { in internal_mallinfo()
2832 struct mallinfo nm = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }; in internal_mallinfo()
4388 struct mallinfo dlmallinfo(void) { in dlmallinfo()
4823 struct mallinfo mspace_mallinfo(mspace msp) { in mspace_mallinfo()
/external/valgrind/main/coregrind/m_scheduler/
Dscheduler.c1600 info->mallinfo = VG_(mallinfo); in do_client_request()
/external/llvm/cmake/
Dconfig-ix.cmake130 check_symbol_exists(mallinfo malloc.h HAVE_MALLINFO)
/external/valgrind/main/docs/internals/
D3_3_BUGSTATUS.txt199 160956 Fixd 7888 mallinfo implementation, w/ patch
/external/webkit/Source/JavaScriptCore/wtf/
DFastMalloc.cpp3768 static inline struct mallinfo do_mallinfo() { in CreateCacheIfNecessary()
3773 struct mallinfo info; in CreateCacheIfNecessary()
4180 extern "C" struct mallinfo mallinfo(void) { in CreateCacheIfNecessary() function
/external/llvm/projects/sample/autoconf/
Dconfigure.ac1050 dnl mallinfo is optional; the code can compile (minus features) without it
1051 AC_SEARCH_LIBS(mallinfo,malloc,AC_DEFINE([HAVE_MALLINFO],[1],
1052 [Define if mallinfo() is available on this platform.]))
/external/llvm/autoconf/
Dconfigure.ac1197 dnl mallinfo is optional; the code can compile (minus features) without it
1198 AC_SEARCH_LIBS(mallinfo,malloc,AC_DEFINE([HAVE_MALLINFO],[1],
1199 [Define if mallinfo() is available on this platform.]))
/external/llvm/include/llvm/Config/
Dconfig.h.in234 /* Define if mallinfo() is available on this platform. */
Dconfig.h.cmake233 /* Define if mallinfo() is available on this platform. */

12