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

/external/valgrind/main/coregrind/
H A Dpub_core_replacemalloc.h53 void (*mallinfo) (ThreadId tid, struct vg_mallinfo* mi); member in struct:vg_mallocfunc_info
H A Dm_mallocfree.c53 /* Number and total size of blocks in free queue. Used by mallinfo(). */
2040 // Implementation of mallinfo(). There is no recent standard that defines
2041 // the behavior of mallinfo(). The meaning of the fields in struct mallinfo
2044 // struct mallinfo {
2058 // The glibc documentation about mallinfo (which is somewhat outdated) can
2064 // Regarding the implementation of VG_(mallinfo)(): we cannot return the
2067 void VG_(mallinfo) ( ThreadId tid, struct vg_mallinfo* mi ) function
/external/libffi/src/
H A Ddlmalloc.c151 All operations (except malloc_stats and mallinfo) have execution
273 execution noticeably. Calling malloc_stats or mallinfo with DEBUG
356 If defined, don't compile "mallinfo". This can be a simple way
361 The type of the fields in the mallinfo struct. This was originally
590 This version of malloc supports the standard SVID/XPG mallinfo
593 /usr/include/malloc.h defining struct mallinfo. The main
594 declaration needed is the mallinfo struct that is returned (by-copy)
595 by mallinfo(). The malloinfo struct contains a bunch of fields that
597 are instead filled by mallinfo() with other numbers that might be of
602 mallinfo
617 struct mallinfo { struct
[all...]
/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 176 milliseconds