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

  /bionic/libc/include/
malloc.h 42 size_t ordblks; /* Number of free chunks. */ member in struct:mallinfo
  /development/ndk/platforms/android-3/include/
malloc.h 45 size_t ordblks; member in struct:mallinfo
  /development/ndk/platforms/android-L/include/
malloc.h 42 size_t ordblks; /* Number of free chunks. */ member in struct:mallinfo
  /bionic/libc/upstream-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...]

Completed in 743 milliseconds