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

  /art/runtime/gc/accounting/
space_bitmap_test.cc 36 size_t heap_capacity = 16 * MB; local
38 heap_begin, heap_capacity));
62 size_t heap_capacity = 16 * MB; local
65 heap_begin, heap_capacity));
  /art/runtime/gc/
heap_test.cc 60 const size_t heap_capacity = accounting::SpaceBitmap::kAlignment * (sizeof(intptr_t) * 8 + 1); local
63 heap_capacity));
65 reinterpret_cast<mirror::Object*>(&heap_begin[heap_capacity -
heap.cc 185 size_t heap_capacity = continuous_spaces_.back()->End() - continuous_spaces_.front()->Begin(); local
187 heap_capacity += continuous_spaces_.back()->AsDlMallocSpace()->NonGrowthLimitCapacity();
191 card_table_.reset(accounting::CardTable::Create(heap_begin, heap_capacity));
    [all...]

Completed in 24 milliseconds