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

  /bionic/libc/bionic/
dlmalloc.h 597 mspace_max_allowed_footprint() returns the number of bytes that
604 size_t mspace_max_allowed_footprint(mspace msp);
dlmalloc.c 5016 size_t mspace_max_allowed_footprint(mspace msp) { function
    [all...]
  /dalvik/vm/alloc/
HeapSource.c 247 return mspace_max_allowed_footprint(hs2heap(hs)->msp);
681 value = mspace_max_allowed_footprint(heap->msp);
    [all...]

Completed in 149 milliseconds