Searched defs:low_memory_mode (Results 1 - 3 of 3) sorted by relevance

/art/runtime/gc/space/
H A Dmalloc_space.cc160 ZygoteSpace* MallocSpace::CreateZygoteSpace(const char* alloc_space_name, bool low_memory_mode, argument
195 low_memory_mode);
H A Drosalloc_space.cc47 size_t starting_size, size_t initial_size, bool low_memory_mode)
50 rosalloc_(rosalloc), low_memory_mode_(low_memory_mode) {
57 bool low_memory_mode, bool can_move_objects) {
60 capacity, low_memory_mode);
80 can_move_objects, starting_size, initial_size, low_memory_mode);
90 bool low_memory_mode, bool can_move_objects) {
115 growth_limit, capacity, low_memory_mode,
127 size_t maximum_size, bool low_memory_mode) {
135 low_memory_mode ?
44 RosAllocSpace(const std::string& name, MemMap* mem_map, art::gc::allocator::RosAlloc* rosalloc, byte* begin, byte* end, byte* limit, size_t growth_limit, bool can_move_objects, size_t starting_size, size_t initial_size, bool low_memory_mode) argument
54 CreateFromMemMap(MemMap* mem_map, const std::string& name, size_t starting_size, size_t initial_size, size_t growth_limit, size_t capacity, bool low_memory_mode, bool can_move_objects) argument
88 Create(const std::string& name, size_t initial_size, size_t growth_limit, size_t capacity, byte* requested_begin, bool low_memory_mode, bool can_move_objects) argument
125 CreateRosAlloc(void* begin, size_t morecore_start, size_t initial_size, size_t maximum_size, bool low_memory_mode) argument
/art/runtime/gc/
H A Dheap.cc111 size_t conc_gc_threads, bool low_memory_mode,
132 low_memory_mode_(low_memory_mode),
106 Heap(size_t initial_size, size_t growth_limit, size_t min_free, size_t max_free, double target_utilization, double foreground_heap_growth_multiplier, size_t capacity, size_t non_moving_space_capacity, const std::string& image_file_name, const InstructionSet image_instruction_set, CollectorType foreground_collector_type, CollectorType background_collector_type, size_t parallel_gc_threads, size_t conc_gc_threads, bool low_memory_mode, size_t long_pause_log_threshold, size_t long_gc_log_threshold, bool ignore_max_footprint, bool use_tlab, bool verify_pre_gc_heap, bool verify_pre_sweeping_heap, bool verify_post_gc_heap, bool verify_pre_gc_rosalloc, bool verify_pre_sweeping_rosalloc, bool verify_post_gc_rosalloc, bool use_homogeneous_space_compaction_for_oom, uint64_t min_interval_homogeneous_space_compaction_by_oom) argument

Completed in 2084 milliseconds