HomeSort by relevance Sort by last modified time
    Searched refs:malloc_info (Results 1 - 6 of 6) sorted by null

  /external/e2fsprogs/resize/
resource_track.c 66 struct mallinfo malloc_info; local
81 malloc_info = mallinfo();
83 kbytes(malloc_info.arena), kbytes(malloc_info.hblkhd),
84 kbytes(malloc_info.uordblks), kbytes(malloc_info.fordblks));
  /external/e2fsprogs/e2fsck/
mtrace.h 145 } malloc_info; typedef in typeref:union:__anon24256
151 extern malloc_info *_heapinfo;
util.c 377 struct mallinfo malloc_info; local
394 malloc_info = mallinfo();
396 kbytes(malloc_info.arena), kbytes(malloc_info.hblkhd),
397 kbytes(malloc_info.uordblks), kbytes(malloc_info.fordblks));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
malloc.h 149 extern int malloc_info (int __options, FILE *__fp);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
malloc.h 149 extern int malloc_info (int __options, FILE *__fp);
  /external/lldb/examples/darwin/heap_find/
heap.py 778 def malloc_info(debugger, command, result, dict): function
    [all...]

Completed in 478 milliseconds