Home
last modified time | relevance | path

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

/external/compiler-rt/test/esan/TestCases/
Dlarge-stack-linux.c12 static void testChildStackLimit(rlim_t StackLimit, char *ToRun) { in testChildStackLimit() function
51 testChildStackLimit(RLIM_INFINITY, argv[1]); in main()
53 testChildStackLimit(1ULL << 40, argv[1]); in main()