HomeSort by relevance Sort by last modified time
    Searched defs:mallinfo (Results 26 - 47 of 47) sorted by null

12

  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/
malloc.h 43 struct mallinfo { struct
57 extern struct mallinfo mallinfo(void);
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/
malloc.h 43 struct mallinfo { struct
57 extern struct mallinfo mallinfo(void);
  /prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/
malloc.h 43 struct mallinfo { struct
57 extern struct mallinfo mallinfo(void);
  /prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/
malloc.h 43 struct mallinfo { struct
57 extern struct mallinfo mallinfo(void);
  /prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/
malloc.h 43 struct mallinfo { struct
57 extern struct mallinfo mallinfo(void);
  /prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/
malloc.h 43 struct mallinfo { struct
57 extern struct mallinfo mallinfo(void);
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/
malloc.h 43 struct mallinfo { struct
57 extern struct mallinfo mallinfo(void);
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/
malloc.h 43 struct mallinfo { struct
57 extern struct mallinfo mallinfo(void);
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/
malloc.h 43 struct mallinfo { struct
57 extern struct mallinfo mallinfo(void);
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_allocator_testlib.cc 144 void mallinfo() { function
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
malloc.h 91 /* SVID2/XPG mallinfo structure */
93 struct mallinfo { struct
106 /* Returns a copy of the updated current mallinfo. */
107 extern struct mallinfo mallinfo __MALLOC_P ((void));
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
malloc.h 91 /* SVID2/XPG mallinfo structure */
93 struct mallinfo { struct
106 /* Returns a copy of the updated current mallinfo. */
107 extern struct mallinfo mallinfo __MALLOC_P ((void));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
malloc.h 91 /* SVID2/XPG mallinfo structure */
93 struct mallinfo { struct
106 /* Returns a copy of the updated current mallinfo. */
107 extern struct mallinfo mallinfo __MALLOC_P ((void));
  /external/eigen/unsupported/test/mpreal/
dlmalloc.h 17 your system defines a struct mallinfo that is incompatible with the
54 #define dlmallinfo mallinfo
71 struct mallinfo { struct
193 value. Unlike mallinfo, this function returns only a precomputed
202 mallinfo()
224 struct mallinfo dlmallinfo(void);
390 More information can be obtained by calling mallinfo.
528 mspace_mallinfo behaves as mallinfo, but reports properties of
531 struct mallinfo mspace_mallinfo(mspace msp);
dlmalloc.c 153 All operations (except malloc_stats and mallinfo) have execution
298 execution noticeably. Calling malloc_stats or mallinfo with DEBUG
385 If defined, don't compile "mallinfo". This can be a simple way
390 The type of the fields in the mallinfo struct. This was originally
675 /* ------------------------ Mallinfo declarations ------------------------ */
679 This version of malloc supports the standard SVID/XPG mallinfo
682 /usr/include/malloc.h defining struct mallinfo. The main
683 declaration needed is the mallinfo struct that is returned (by-copy)
684 by mallinfo(). The malloinfo struct contains a bunch of fields that
686 are instead filled by mallinfo() with other numbers that might be of
707 struct mallinfo { struct
    [all...]
  /bionic/libc/bionic/
malloc_debug_common.cpp 189 extern "C" struct mallinfo mallinfo() { function
  /bionic/libc/upstream-dlmalloc/
malloc.h 15 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_mallinfo(mspace msp)
    [all...]
malloc.c 163 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
763 struct mallinfo { struct
    [all...]
  /external/valgrind/main/coregrind/
m_mallocfree.c 54 /* Number and total size of blocks in free queue. Used by mallinfo(). */
2101 void VG_(mallinfo) ( ThreadId tid, struct vg_mallinfo* mi ) function
    [all...]
  /external/libffi/src/
dlmalloc.c 151 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
586 /* ------------------------ Mallinfo declarations ------------------------ */
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 o
617 struct mallinfo { struct
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/stdlib/
SDL_malloc.c 187 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
630 /* ------------------------ Mallinfo declarations ------------------------ */
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 o
661 struct mallinfo { struct
    [all...]
  /external/valgrind/main/perf/
test_input_for_tinycc.c 5627 struct mallinfo { struct
    [all...]

Completed in 889 milliseconds

12