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

  /bionic/libc/bionic/
dlmalloc.h 607 mspace_set_max_allowed_footprint() sets the maximum number of
615 void mspace_set_max_allowed_footprint(mspace msp, size_t bytes);
dlmalloc.c 5123 void mspace_set_max_allowed_footprint(mspace msp, size_t bytes) { function
    [all...]
  /dalvik/vm/alloc/
HeapSource.cpp 308 mspace_set_max_allowed_footprint(msp, startSize);
388 mspace_set_max_allowed_footprint(msp, mspace_footprint(msp));
840 mspace_set_max_allowed_footprint(heap->msp, max);
846 mspace_set_max_allowed_footprint(heap->msp,
1125 mspace_set_max_allowed_footprint(msp, currentHeapSize);
    [all...]

Completed in 378 milliseconds