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

  /art/runtime/gc/allocator/
rosalloc.h 706 // The maximum capacity. The address, base_ + max_capacity_, indicates
708 size_t max_capacity_; member in class:art::gc::allocator::RosAlloc
    [all...]
rosalloc.cc 55 capacity_(capacity), max_capacity_(max_capacity),
78 << ", max_capacity=" << std::dec << max_capacity_; local
87 size_t max_num_of_pages = max_capacity_ / kPageSize;
    [all...]
  /external/v8/src/heap/
spaces.h 1802 intptr_t max_capacity_; member in class:v8::internal::BASE_EMBEDDED
    [all...]

Completed in 129 milliseconds