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

  /art/runtime/gc/space/
dlmalloc_space.cc 137 size_t max_allowed = Capacity(); local
138 mspace_set_footprint_limit(mspace_, max_allowed);
rosalloc_space.cc 163 size_t max_allowed = Capacity(); local
164 rosalloc_->SetFootprintLimit(max_allowed);
  /external/libopus/celt/
celt_encoder.c 1531 opus_int32 max_allowed; local
    [all...]

Completed in 2771 milliseconds