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

  /bionic/libc/include/
malloc.h 106 size_t ordblks; member in struct:mallinfo
  /external/dlmalloc/
malloc.h 85 MALLINFO_FIELD_TYPE ordblks; /* number of free chunks */ member in struct:mallinfo
311 ordblks: the number of free chunks
malloc.c 765 MALLINFO_FIELD_TYPE ordblks; \/* number of free chunks *\/ member in struct:mallinfo
    [all...]
  /external/u-boot/include/
malloc.h 599 int ordblks; /* number of non-inuse chunks */
598 int ordblks; \/* number of non-inuse chunks *\/ member in struct:mallinfo
    [all...]
  /external/libffi/src/
dlmalloc.c 630 MALLINFO_FIELD_TYPE ordblks; /* number of free chunks */ member in struct:mallinfo
    [all...]
  /external/python/cpython2/Modules/_ctypes/libffi/src/
dlmalloc.c 635 MALLINFO_FIELD_TYPE ordblks; /* number of free chunks */ member in struct:mallinfo
    [all...]

Completed in 1733 milliseconds