Searched defs:heap_capacity (Results 1 – 5 of 5) sorted by relevance
34 size_t heap_capacity = 16 * MB; in TEST_F() local61 size_t heap_capacity = 16 * MB; in TEST_F() local116 size_t heap_capacity = 16 * MB; in RunTest() local
44 const std::string& name, MemMap* mem_map, uint8_t* heap_begin, size_t heap_capacity) { in CreateFromMemMap()66 const std::string& name, uint8_t* heap_begin, size_t heap_capacity) { in Create()
59 CardTable* CardTable::Create(const uint8_t* heap_begin, size_t heap_capacity) { in Create()
67 const size_t heap_capacity = kObjectAlignment * (sizeof(intptr_t) * 8 + 1); in TEST_F() local
423 size_t heap_capacity = heap_end - heap_begin; in Heap() local