/external/valgrind/main/memcheck/tests/ |
D | sbfragment.c | 14 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()
|
D | mallinfo.c | 14 struct mallinfo mi; in check() 17 mi = mallinfo(); in check()
|
D | mallinfo.vgtest | 1 prog: mallinfo
|
D | Makefile.am | 109 mallinfo.stderr.exp mallinfo.vgtest \ 241 mallinfo \ program
|
/external/eigen/unsupported/test/mpreal/ |
D | dlmalloc.h | 54 #define dlmallinfo mallinfo 71 struct mallinfo { struct 224 struct mallinfo dlmallinfo(void); 531 struct mallinfo mspace_mallinfo(mspace msp);
|
D | dlmalloc.c | 707 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/ |
D | SkUtils.cpp | 412 struct mallinfo mi = mallinfo(); in SkAutoMemoryUsageProbe() 420 struct mallinfo mi = mallinfo(); in ~SkAutoMemoryUsageProbe()
|
/external/llvm/lib/Support/Unix/ |
D | Process.inc | 67 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/ |
D | pub_core_replacemalloc.h | 53 void (*mallinfo) (ThreadId tid, struct vg_mallinfo* mi); member
|
D | pub_core_mallocfree.h | 118 extern void VG_(mallinfo) ( ThreadId tid, struct vg_mallinfo* mi );
|
/external/llvm/docs/HistoricalNotes/ |
D | 2003-01-23-CygwinNotes.txt | 22 6. There isn't a mallinfo() (or, at least, it's documented, but it doesn't seem
|
/external/compiler-rt/lib/asan/ |
D | asan_malloc_linux.cc | 118 INTERCEPTOR(struct fake_mallinfo, mallinfo, void) { in INTERCEPTOR() argument
|
/external/chromium/webkit/glue/ |
D | webkitclient_impl.cc | 530 struct mallinfo minfo = mallinfo(); in memoryUsageMBLinux()
|
/external/valgrind/main/coregrind/m_replacemalloc/ |
D | vg_replace_malloc.c | 938 (void)VALGRIND_NON_SIMD_CALL1( info.mallinfo, &mi ); \ 943 MALLINFO(VG_Z_LIBC_SONAME, mallinfo); 1095 MALLINFO(NONE, mallinfo);
|
/external/e2fsprogs/e2fsck/ |
D | util.c | 323 struct mallinfo malloc_info; in print_resource_track() 340 malloc_info = mallinfo(); in print_resource_track()
|
/external/libffi/src/ |
D | dlmalloc.c | 617 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/ |
D | SDL_malloc.c | 661 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/ |
D | scheduler.c | 1600 info->mallinfo = VG_(mallinfo); in do_client_request()
|
/external/llvm/cmake/ |
D | config-ix.cmake | 130 check_symbol_exists(mallinfo malloc.h HAVE_MALLINFO)
|
/external/valgrind/main/docs/internals/ |
D | 3_3_BUGSTATUS.txt | 199 160956 Fixd 7888 mallinfo implementation, w/ patch
|
/external/webkit/Source/JavaScriptCore/wtf/ |
D | FastMalloc.cpp | 3768 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/ |
D | configure.ac | 1050 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/ |
D | configure.ac | 1197 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/ |
D | config.h.in | 234 /* Define if mallinfo() is available on this platform. */
|
D | config.h.cmake | 233 /* Define if mallinfo() is available on this platform. */
|