Home
last modified time | relevance | path

Searched refs:neededFree (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Dlinked_hash_table.h81 int neededFree = nof / 2; // 2: half in HasSufficientCapacity() local
82 if (nof + neededFree <= capacity) { in HasSufficientCapacity()
H A Dtagged_hash_table.h178 int neededFree = numberFilled / halfFree; in IsNeedGrowHashTable() local
179 if (numberFilled + neededFree <= currentSize) { in IsNeedGrowHashTable()

Completed in 3 milliseconds