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

/external/compiler-rt/test/msan/
H A Dmallinfo.cc9 struct mallinfo mi = mallinfo();
/external/valgrind/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/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.h90 /* SVID2/XPG mallinfo structure */
129 extern void VG_(mallinfo) ( ThreadId tid, struct vg_mallinfo* mi );
H A Dm_mallocfree.c54 /* Number and total size of blocks in free queue. Used by mallinfo(). */
2276 // Implementation of mallinfo(). There is no recent standard that defines
2277 // the behavior of mallinfo(). The meaning of the fields in struct mallinfo
2280 // struct mallinfo {
2294 // The glibc documentation about mallinfo (which is somewhat outdated) can
2300 // Regarding the implementation of VG_(mallinfo)(): we cannot return the
2303 void VG_(mallinfo) ( ThreadId tid, struct vg_mallinfo* mi ) function
/external/compiler-rt/lib/asan/
H A Dasan_malloc_linux.cc89 // man mallinfo says the fields are "long", but the implementation uses int.
90 // It doesn't matter much -- we just need to make sure that the libc's mallinfo
96 INTERCEPTOR(struct fake_mallinfo, mallinfo, void) {
142 fake_mallinfo (*mallinfo)(void);
157 WRAP(calloc), WRAP(free), WRAP(mallinfo),
/external/e2fsprogs/resize/
H A Dresource_track.c66 struct mallinfo malloc_info;
81 malloc_info = mallinfo();
/external/llvm/lib/Support/Unix/
H A DProcess.inc97 struct mallinfo mi;
98 mi = ::mallinfo();
112 // the value returned by mallinfo in the arena field.
/external/compiler-rt/lib/lsan/
H A Dlsan_interceptors.cc124 INTERCEPTOR(struct fake_mallinfo, mallinfo, void) {
276 INTERCEPT_FUNCTION(mallinfo);
/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();
/external/valgrind/coregrind/m_replacemalloc/
H A Dvg_replace_malloc.c1014 /*---------------------- mallinfo ----------------------*/
1018 // doesn't know that the call to mallinfo fills in mi.
1026 MALLOC_TRACE("mallinfo()\n"); \
1027 (void)VALGRIND_NON_SIMD_CALL1( info.mallinfo, &mi ); \
1032 MALLINFO(VG_Z_LIBC_SONAME, mallinfo);
1033 MALLINFO(SO_SYN_MALLOC, mallinfo);
1036 //MALLINFO(VG_Z_LIBC_SONAME, mallinfo);
/external/jemalloc/src/
H A 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/compiler-rt/lib/msan/
H A Dmsan_interceptors.cc250 INTERCEPTOR(void, mallinfo, __sanitizer_mallinfo *sret) {
254 #define MSAN_MAYBE_INTERCEPT_MALLINFO INTERCEPT_FUNCTION(mallinfo)
/external/valgrind/coregrind/m_scheduler/
H A Dscheduler.c1966 info->mallinfo = VG_(mallinfo);
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_posix.cc1130 COMPILER_CHECK(sizeof(__sanitizer_mallinfo) == sizeof(struct mallinfo));
/external/valgrind/perf/
H A Dtest_input_for_tinycc.c5627 struct mallinfo { struct
5641 extern struct mallinfo mallinfo (void) __attribute__ ((__nothrow__));
/external/llvm/
H A Dconfigure9397 { echo "$as_me:$LINENO: checking for library containing mallinfo" >&5
9398 echo $ECHO_N "checking for library containing mallinfo... $ECHO_C" >&6; }
9416 char mallinfo ();
9420 return mallinfo ();
/external/e2fsprogs/
H A Dconfigure11044 for ac_func in __secure_getenv backtrace blkid_probe_get_topology chflags fallocate fallocate64 fchown fdatasync fstat64 ftruncate64 getdtablesize getmntinfo getpwuid_r getrlimit getrusage jrand48 llseek lseek64 mallinfo mbstowcs memalign mmap msync nanosleep open64 pathconf posix_fadvise posix_memalign prctl secure_getenv setmntent setresgid setresuid srandom strcasecmp strdup strnlen strptime strtoull sync_file_range sysconf usleep utime valloc

Completed in 712 milliseconds