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

  /bionic/libc/include/
malloc.h 122 size_t keepcost; member in struct:mallinfo
  /external/dlmalloc/
malloc.h 93 MALLINFO_FIELD_TYPE keepcost; /* releasable (via malloc_trim) space */ member in struct:mallinfo
320 keepcost: the maximum number of bytes that could ideally be released
malloc.c 773 MALLINFO_FIELD_TYPE keepcost; \/* releasable (via malloc_trim) space *\/ member in struct:mallinfo
    [all...]
  /external/u-boot/include/
malloc.h 607 int keepcost; /* top-most, releasable (via malloc_trim) space */
606 int keepcost; \/* top-most, releasable (via malloc_trim) space *\/ member in struct:mallinfo
    [all...]
  /external/libffi/src/
dlmalloc.c 638 MALLINFO_FIELD_TYPE keepcost; /* releasable (via malloc_trim) space */ member in struct:mallinfo
    [all...]
  /external/python/cpython2/Modules/_ctypes/libffi/src/
dlmalloc.c 643 MALLINFO_FIELD_TYPE keepcost; /* releasable (via malloc_trim) space */ member in struct:mallinfo
    [all...]

Completed in 247 milliseconds