MCPcopy Create free account
hub / github.com/covscript/covscript / child_stack_size

Method child_stack_size

include/covscript/core/core.hpp:140–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138 }
139
140 inline std::size_t child_stack_size() const
141 {
142 if (stack_size >= 1000)
143 return stack_size / 10;
144 else
145 return COVSCRIPT_STACK_PRESERVE;
146 }
147
148 // Event Handling
149 static void cleanup_context();

Callers 4

forkMethod · 0.80
unix_fiberMethod · 0.80
win32_fiberMethod · 0.80
async_functionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected