Searched refs:MIN_STACK_DEPTH (Results 1 – 2 of 2) sorted by relevance
37 const int32_t MIN_STACK_DEPTH = 6; variable
160 size_t minStackDepth = hookConfig_.max_stack_depth() > MIN_STACK_DEPTH in TakeResults()161 ? MIN_STACK_DEPTH : hookConfig_.max_stack_depth(); in TakeResults()