Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/gc/accounting/
H A Dspace_bitmap_test.cc71 size_t heap_capacity = 16 * MB; in TYPED_TEST() local
98 size_t heap_capacity = 16 * MB; in TYPED_TEST() local
130 size_t heap_capacity = 16 * MB; in TYPED_TEST() local
195 size_t heap_capacity = 16 * MB; in RunTest() local
H A Dspace_bitmap.cc55 const std::string& name, MemMap&& mem_map, uint8_t* heap_begin, size_t heap_capacity) { in CreateFromMemMap()
68 size_t heap_capacity) in SpaceBitmap()
84 const std::string& name, uint8_t* heap_begin, size_t heap_capacity) { in Create()
H A Dcard_table.cc56 CardTable* CardTable::Create(const uint8_t* heap_begin, size_t heap_capacity) { in Create()
/aosp_15_r20/art/runtime/gc/
H A Dheap_test.cc96 const size_t heap_capacity = kObjectAlignment * (sizeof(intptr_t) * 8 + 1); in TEST_F() local
H A Dheap.cc717 size_t heap_capacity = heap_end - heap_begin; in Heap() local