Home
last modified time | relevance | path

Searched defs:heap_capacity (Results 1 – 5 of 5) sorted by relevance

/art/runtime/gc/accounting/
Dspace_bitmap_test.cc36 size_t heap_capacity = 16 * MB; in TEST_F() local
62 size_t heap_capacity = 16 * MB; in TEST_F() local
Dcard_table.cc53 CardTable* CardTable::Create(const byte* heap_begin, size_t heap_capacity) { in Create()
Dspace_bitmap.cc54 byte* heap_begin, size_t heap_capacity) { in CreateFromMemMap()
61 SpaceBitmap* SpaceBitmap::Create(const std::string& name, byte* heap_begin, size_t heap_capacity) { in Create()
/art/runtime/gc/
Dheap_test.cc60 const size_t heap_capacity = accounting::SpaceBitmap::kAlignment * (sizeof(intptr_t) * 8 + 1); in TEST_F() local
Dheap.cc185 size_t heap_capacity = continuous_spaces_.back()->End() - continuous_spaces_.front()->Begin(); in Heap() local