Home
last modified time | relevance | path

Searched defs:currentSize (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
H A Dshared_mem_controller.cpp23 size_t currentSize = sheap_->GetHeapObjectSize(); in RecordAllocationForIdle() local
H A Didle_gc_trigger.cpp109 size_t currentSize = oldSpace->GetHeapObjectSize() + hugeObjectSpace->GetHeapObjectSize(); in ReachIdleLocalOldGCThresholds() local
H A Dmem_controller.cpp27 size_t MemController::CalculateAllocLimit(size_t currentSize, size_t minSize, size_t maxSize, size_t newSpaceCapacity, in CalculateAllocLimit() argument
/arkcompiler/ets_runtime/ecmascript/tests/
H A Dtemplate_map_test.cpp246 int currentSize = 128, atLeastSize = 33; in HWTEST_F_L0() local
247 EXPECT_EQ(TemplateMap::RecalculateTableSize(currentSize, atLeastSize), currentSize); in HWTEST_F_L0() local
249 EXPECT_EQ(TemplateMap::RecalculateTableSize(currentSize, atLeastSize - 1), currentSize / 2); in HWTEST_F_L0() local
253 EXPECT_EQ(TemplateMap::RecalculateTableSize(currentSize, i), currentSize); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/base/
H A Dsort_helper.h68 int currentSize = static_cast<int>(tmp_->GetLength()); in GetTempArray() local
/arkcompiler/ets_runtime/ecmascript/
H A Dtagged_hash_table.h140 inline static int RecalculateTableSize(int currentSize, int atLeastSize) in RecalculateTableSize() argument
174 int currentSize = Size(); in IsNeedGrowHashTable() local
313 int currentSize = this->Size(); in Rehash() local
/arkcompiler/runtime_core/static_core/runtime/mem/
H A Dfreelist_allocator-inl.h123 size_t currentSize = in Alloc() local
125 AllocConfigT::AddToCrossingMap(ToVoidPtr(memoryPointer), currentSize); in Alloc() local
161 size_t currentSize = in FreeUnsafe() local
728 size_t currentSize = current->GetSize(); in FindTheMostSuitableBlockInOrderedList() local

Completed in 6 milliseconds