Searched refs:RecursiveHelperFunction (Results 1 - 1 of 1) sorted by relevance
/base/hiviewdfx/faultloggerd/tools/crasher_cpp/ |
H A D | dfx_crasher.cpp | 197 static NOINLINE int RecursiveHelperFunction(int curLevel, int targetLevel, int midLevel) in RecursiveHelperFunction() function 205 printf("RecursiveHelperFunction top:%p\n", top); in RecursiveHelperFunction() 218 RecursiveHelperFunction(nextLevel, targetLevel, midLevel); in RecursiveHelperFunction() 221 printf("RecursiveHelperFunction curLevel:%d targetLevel:%d top:%p\n", curLevel, targetLevel, top); in RecursiveHelperFunction() 229 return RecursiveHelperFunction(1, targetLevel, midLevel); in StackCorruption() 236 return RecursiveHelperFunction(1, targetLevel, midLevel); in StackCorruption2()
|
Completed in 2 milliseconds