Home
last modified time | relevance | path

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

12

/external/valgrind/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.am144 mallinfo.stderr.exp mallinfo.vgtest \
328 mallinfo \ program
/external/compiler-rt/test/msan/
Dmallinfo.cc9 struct mallinfo mi = mallinfo(); in main()
/external/compiler-rt/lib/asan/
Dasan_malloc_linux.cc96 INTERCEPTOR(struct fake_mallinfo, mallinfo, void) { in INTERCEPTOR() argument
142 fake_mallinfo (*mallinfo)(void); member
157 WRAP(calloc), WRAP(free), WRAP(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/coregrind/
Dpub_core_replacemalloc.h54 void (*mallinfo) (ThreadId tid, struct vg_mallinfo* mi); member
Dpub_core_mallocfree.h129 extern void VG_(mallinfo) ( ThreadId tid, struct vg_mallinfo* mi );
/external/compiler-rt/lib/lsan/
Dlsan_interceptors.cc124 INTERCEPTOR(struct fake_mallinfo, mallinfo, void) { in INTERCEPTOR() argument
276 INTERCEPT_FUNCTION(mallinfo); in InitializeInterceptors()
/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/sanitizer_common/tests/
Dsanitizer_allocator_testlib.cc144 void mallinfo() { in mallinfo() function
/external/valgrind/coregrind/m_replacemalloc/
Dvg_replace_malloc.c1027 (void)VALGRIND_NON_SIMD_CALL1( info.mallinfo, &mi ); \
1032 MALLINFO(VG_Z_LIBC_SONAME, mallinfo);
1033 MALLINFO(SO_SYN_MALLOC, mallinfo);
/external/llvm/lib/Support/Unix/
DProcess.inc97 struct mallinfo mi;
98 mi = ::mallinfo();
112 // the value returned by mallinfo in the arena field.
/external/jemalloc/src/
Djemalloc.c2569 struct mallinfo je_mallinfo() {
2570 struct mallinfo mi;
2605 struct mallinfo __mallinfo_arena_info(size_t aidx) {
2606 struct mallinfo mi;
2631 struct mallinfo __mallinfo_bin_info(size_t aidx, size_t bidx) {
2632 struct mallinfo mi;
/external/e2fsprogs/e2fsck/
Dutil.c377 struct mallinfo malloc_info; in print_resource_track()
394 malloc_info = mallinfo(); in print_resource_track()
/external/valgrind/coregrind/m_scheduler/
Dscheduler.c1966 info->mallinfo = VG_(mallinfo); in do_client_request()
/external/valgrind/docs/internals/
D3_3_BUGSTATUS.txt199 160956 Fixd 7888 mallinfo implementation, w/ patch
/external/compiler-rt/lib/msan/
Dmsan_interceptors.cc250 INTERCEPTOR(void, mallinfo, __sanitizer_mallinfo *sret) { in INTERCEPTOR() argument
254 #define MSAN_MAYBE_INTERCEPT_MALLINFO INTERCEPT_FUNCTION(mallinfo)
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.cc1130 COMPILER_CHECK(sizeof(__sanitizer_mallinfo) == sizeof(struct mallinfo));
/external/llvm/include/llvm/Config/
Dconfig.h.in168 /* Define if mallinfo() is available on this platform. */
Dconfig.h.cmake171 /* Define if mallinfo() is available on this platform. */
/external/llvm/cmake/
Dconfig-ix.cmake152 check_symbol_exists(mallinfo malloc.h HAVE_MALLINFO)
/external/e2fsprogs/lib/
Dconfig.h.in224 /* Define to 1 if you have the `mallinfo' function. */
/external/llvm/autoconf/
Dconfigure.ac1649 dnl mallinfo is optional; the code can compile (minus features) without it
1650 AC_SEARCH_LIBS(mallinfo,malloc,AC_DEFINE([HAVE_MALLINFO],[1],
1651 [Define if mallinfo() is available on this platform.]))

12