Searched refs:young_space_size (Results 1 – 3 of 3) sorted by relevance
412 auto young_space_size = Runtime::GetOptions().GetYoungSpaceSize(); in ObjectAllocatorGen() local414 auto tlabs_count_in_young_gen = (young_space_size - young_shared_space_size) / YOUNG_TLAB_SIZE; in ObjectAllocatorGen()415 ASSERT(((young_space_size - young_shared_space_size) % YOUNG_TLAB_SIZE) == 0); in ObjectAllocatorGen()417 ASSERT(tlabs_count_in_young_gen * YOUNG_TLAB_SIZE <= young_space_size); in ObjectAllocatorGen()421 …young_space_size, SpaceType::SPACE_TYPE_OBJECT, YoungGenAllocator::GetAllocatorType(), &young_gen_… in ObjectAllocatorGen()
136 uint64_t young_space_size = 0; /// size of young-space for gen-gc member
264 auto need_memory = this->GetSettings()->young_space_size * 2; in CollectYoungAndMove()