Searched refs:stackByteSize (Results 1 – 1 of 1) sorted by relevance
367 uint32_t stackByteSize = newStackSize * stateSize_; in ReAllocStack() local368 auto newStack = chunk_->NewArray<uint8_t>(stackByteSize); in ReAllocStack()369 if (memset_s(newStack, stackByteSize, 0, stackByteSize) != EOK) { in ReAllocStack()