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 5028 void mspace_set_max_allowed_footprint(mspace msp, size_t bytes) { function
    [all...]
  /dalvik/vm/alloc/
HeapSource.c 364 mspace_set_max_allowed_footprint(msp, startSize);
424 mspace_set_max_allowed_footprint(msp, mspace_footprint(msp));
872 mspace_set_max_allowed_footprint(heap->msp, max);
878 mspace_set_max_allowed_footprint(heap->msp,
    [all...]

Completed in 45 milliseconds