Home
last modified time | relevance | path

Searched refs:stackByteSize (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/regexp/
Dregexp_executor.cpp367 uint32_t stackByteSize = newStackSize * stateSize_; in ReAllocStack() local
368 auto newStack = chunk_->NewArray<uint8_t>(stackByteSize); in ReAllocStack()
369 if (memset_s(newStack, stackByteSize, 0, stackByteSize) != EOK) { in ReAllocStack()