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

/external/compiler-rt/test/msan/Linux/
H A Dmallinfo.cc10 struct mallinfo mi = mallinfo();
/external/jemalloc/src/
H A Dandroid_je_mallinfo.c20 struct mallinfo je_mallinfo() {
21 struct mallinfo mi;
56 struct mallinfo __mallinfo_arena_info(size_t aidx) {
57 struct mallinfo mi;
82 struct mallinfo __mallinfo_bin_info(size_t aidx, size_t bidx) {
83 struct mallinfo mi;
/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/dlmalloc/
H A Dmalloc.h15 your system defines a struct mallinfo that is incompatible with the
60 #define dlmallinfo mallinfo
83 struct mallinfo { struct
229 value. Unlike mallinfo, this function returns only a precomputed
241 by malloc, realloc etc., is less than this value. Unlike mallinfo,
307 mallinfo()
329 struct mallinfo dlmallinfo(void);
499 More information can be obtained by calling mallinfo.
578 mspace_mallinfo behaves as mallinfo, but reports properties of
581 struct mallinfo mspace_mallinf
[all...]
H A Dmalloc.c163 All operations (except malloc_stats and mallinfo) have execution
335 execution noticeably. Calling malloc_stats or mallinfo with DEBUG
422 If defined, don't compile "mallinfo". This can be a simple way
427 The type of the fields in the mallinfo struct. This was originally
733 This version of malloc supports the standard SVID/XPG mallinfo
736 /usr/include/malloc.h defining struct mallinfo. The main
737 declaration needed is the mallinfo struct that is returned (by-copy)
738 by mallinfo(). The malloinfo struct contains a bunch of fields that
740 are instead filled by mallinfo() with other numbers that might be of
745 mallinfo
763 struct mallinfo { struct
[all...]
/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.h92 /* SVID2/XPG mallinfo structure */
131 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/libchrome/base/trace_event/
H A Dmalloc_dump_provider.cc66 struct mallinfo info = mallinfo();
/external/compiler-rt/lib/asan/
H A Dasan_malloc_linux.cc106 // man mallinfo says the fields are "long", but the implementation uses int.
107 // It doesn't matter much -- we just need to make sure that the libc's mallinfo
113 INTERCEPTOR(struct fake_mallinfo, mallinfo, void) {
159 fake_mallinfo (*mallinfo)(void);
174 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.c1123 /*---------------------- mallinfo ----------------------*/
1127 // doesn't know that the call to mallinfo fills in mi.
1135 MALLOC_TRACE("mallinfo()\n"); \
1136 (void)VALGRIND_NON_SIMD_CALL1( info.mallinfo, &mi ); \
1141 MALLINFO(VG_Z_LIBC_SONAME, mallinfo);
1142 MALLINFO(SO_SYN_MALLOC, mallinfo);
1145 //MALLINFO(VG_Z_LIBC_SONAME, mallinfo);
/external/compiler-rt/lib/msan/
H A Dmsan_interceptors.cc251 INTERCEPTOR(void, mallinfo, __sanitizer_mallinfo *sret) {
260 #define MSAN_MAYBE_INTERCEPT_MALLINFO INTERCEPT_FUNCTION(mallinfo)
/external/valgrind/coregrind/m_scheduler/
H A Dscheduler.c1991 info->mallinfo = VG_(mallinfo);
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_posix.cc1182 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 Dconfigure9523 { echo "$as_me:$LINENO: checking for library containing mallinfo" >&5
9524 echo $ECHO_N "checking for library containing mallinfo... $ECHO_C" >&6; }
9542 char mallinfo ();
9546 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 665 milliseconds