Sane C++ Libraries
C++ Platform Abstraction Libraries
Loading...
Searching...
No Matches
SC::FiberStackClassOptions Struct Reference

Public Attributes

size_t stackSizeInBytes = FiberStackSize::SixtyFourKiB
 
size_t maxStacks = 0
 
bool guardPage = true
 
FiberStackCommitMode commitMode = FiberStackCommitMode::Full
 
size_t initialCommitSizeInBytes = 0
 
size_t growthCommitSizeInBytes = 0
 Page-rounded effective growth is reported by diagnostics; Windows reserves at least two pages per increment.
 

Member Data Documentation

◆ growthCommitSizeInBytes

size_t SC::FiberStackClassOptions::growthCommitSizeInBytes = 0

Page-rounded effective growth is reported by diagnostics; Windows reserves at least two pages per increment.


The documentation for this struct was generated from the following file: