Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/xray/
H A Dxray_basic_logging.cc70 size_t MaxStackDepth = 0; member
140 if (GlobalOptions.MaxStackDepth == 0) { in getThreadLocalData()
149 InternalAlloc(sizeof(StackEntry) * GlobalOptions.MaxStackDepth, nullptr, in getThreadLocalData()
151 TLD.StackSize = GlobalOptions.MaxStackDepth; in getThreadLocalData()
421 GlobalOptions.MaxStackDepth = F.max_stack_depth; in basicLoggingInit()