Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
H A Dweak_vector.cpp102 uint32_t newCapacity = vec->GetCapacity() + DEFAULT_GROW_SIZE; in AppendToFullVec()
128 capacity += DEFAULT_GROW_SIZE; in Copy()
H A Dweak_vector.h37 static constexpr uint32_t DEFAULT_GROW_SIZE = 4; member in panda::ecmascript::WeakVector

Completed in 2 milliseconds