Searched defs:stackSize (Results 1 – 2 of 2) sorted by relevance
39 uint32_t stackSize = sizeof(uintptr_t) * nStack_; in Execute() local322 size_t stackSize = sizeof(uintptr_t) * nStack_; in PushRegExpState() local348 size_t stackSize = sizeof(uintptr_t) * nStack_; in PopRegExpState() local374 auto stackSize = stateStackSize_ * stateSize_; in ReAllocStack() local
56 uint64_t stackSize; member