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.cc34 size_t heap_capacity = 16 * MB; in TEST_F() local
61 size_t heap_capacity = 16 * MB; in TEST_F() local
116 size_t heap_capacity = 16 * MB; in RunTest() local
Dcard_table.cc58 CardTable* CardTable::Create(const byte* heap_begin, size_t heap_capacity) { in Create()
Dspace_bitmap.cc38 const std::string& name, MemMap* mem_map, byte* heap_begin, size_t heap_capacity) { in CreateFromMemMap()
60 const std::string& name, byte* heap_begin, size_t heap_capacity) { in Create()
/art/runtime/gc/
Dheap_test.cc66 const size_t heap_capacity = kObjectAlignment * (sizeof(intptr_t) * 8 + 1); in TEST_F() local
Dheap.cc373 size_t heap_capacity = heap_end - heap_begin; in Heap() local