Searched defs:mallinfo (Results 1 - 5 of 5) sorted by relevance

/external/valgrind/main/coregrind/
H A Dpub_core_replacemalloc.h54 void (*mallinfo) (ThreadId tid, struct vg_mallinfo* mi); member in struct:vg_mallocfunc_info
H A Dm_mallocfree.c55 /* Number and total size of blocks in free queue. Used by mallinfo(). */
2180 // Implementation of mallinfo(). There is no recent standard that defines
2181 // the behavior of mallinfo(). The meaning of the fields in struct mallinfo
2184 // struct mallinfo {
2198 // The glibc documentation about mallinfo (which is somewhat outdated) can
2204 // Regarding the implementation of VG_(mallinfo)(): we cannot return the
2207 void VG_(mallinfo) ( ThreadId tid, struct vg_mallinfo* mi ) function
/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_allocator_testlib.cc144 void mallinfo() { function
/external/qemu/distrib/sdl-1.2.15/src/stdlib/
H A DSDL_malloc.c187 All operations (except malloc_stats and mallinfo) have execution
309 execution noticeably. Calling malloc_stats or mallinfo with DEBUG
392 If defined, don't compile "mallinfo". This can be a simple way
397 The type of the fields in the mallinfo struct. This was originally
634 This version of malloc supports the standard SVID/XPG mallinfo
637 /usr/include/malloc.h defining struct mallinfo. The main
638 declaration needed is the mallinfo struct that is returned (by-copy)
639 by mallinfo(). The malloinfo struct contains a bunch of fields that
641 are instead filled by mallinfo() with other numbers that might be of
646 mallinfo
661 struct mallinfo { struct
[all...]
/external/valgrind/main/perf/
H A Dtest_input_for_tinycc.c5627 struct mallinfo { struct
5641 extern struct mallinfo mallinfo (void) __attribute__ ((__nothrow__));

Completed in 534 milliseconds