Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_basic_logging.cpp69 size_t MaxStackDepth = 0; member
139 if (GlobalOptions.MaxStackDepth == 0) { in getThreadLocalData()
148 InternalAlloc(sizeof(StackEntry) * GlobalOptions.MaxStackDepth, nullptr, in getThreadLocalData()
150 TLD.StackSize = GlobalOptions.MaxStackDepth; in getThreadLocalData()
420 GlobalOptions.MaxStackDepth = F.max_stack_depth; in basicLoggingInit()