Searched defs:currentSize (Results 1 - 7 of 7) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/mem/ |
H A D | shared_mem_controller.cpp | 23 size_t currentSize = sheap_->GetHeapObjectSize(); in RecordAllocationForIdle() local
|
H A D | idle_gc_trigger.cpp | 109 size_t currentSize = oldSpace->GetHeapObjectSize() + hugeObjectSpace->GetHeapObjectSize(); in ReachIdleLocalOldGCThresholds() local
|
H A D | mem_controller.cpp | 27 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 D | template_map_test.cpp | 246 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 D | sort_helper.h | 68 int currentSize = static_cast<int>(tmp_->GetLength()); in GetTempArray() local
|
/arkcompiler/ets_runtime/ecmascript/ |
H A D | tagged_hash_table.h | 140 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 D | freelist_allocator-inl.h | 123 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