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

  /bionic/libc/include/
malloc.h 40 struct mallinfo { struct
54 extern struct mallinfo mallinfo(void);
  /development/ndk/platforms/android-3/include/
malloc.h 43 struct mallinfo { struct
57 extern struct mallinfo mallinfo(void);
  /development/ndk/platforms/android-L/include/
malloc.h 40 struct mallinfo { struct
54 extern struct mallinfo mallinfo(void);
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_allocator_testlib.cc 144 void mallinfo() { function
  /bionic/libc/bionic/
malloc_debug_common.cpp 69 Malloc(mallinfo),
254 extern "C" struct mallinfo mallinfo() { function
255 return __libc_malloc_dispatch->mallinfo();
314 InitMallocFunction<MallocDebugMallinfo>(malloc_impl_handler, &table->mallinfo, prefix, "mallinfo");
466 (malloc_dispatch_table.mallinfo == NULL) ||
malloc_debug_common.h 78 typedef struct mallinfo (*MallocDebugMallinfo)();
94 MallocDebugMallinfo mallinfo; member in struct:MallocDebug
  /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...]

Completed in 3448 milliseconds