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

  /bionic/libc/upstream-dlmalloc/
malloc.h 609 size_t mspace_footprint_limit(mspace msp);
malloc.c 5943 size_t mspace_footprint_limit(mspace msp) { function
    [all...]
  /dalvik/vm/alloc/
HeapSource.cpp 225 return mspace_footprint_limit(hs2heap(hs)->msp);
811 value = mspace_footprint_limit(heap->msp);
    [all...]
  /art/runtime/gc/space/
dlmalloc_space.cc 480 return mspace_footprint_limit(mspace_);

Completed in 2920 milliseconds