Home
last modified time | relevance | path

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

/curl/tests/libtest/
H A Dlib537.c149 #define LIMIT_CAP (256*1024) macro
150 if(rl.rlim_cur > LIMIT_CAP) {
151 fprintf(stderr, "soft limit above %ld, not running\n", (long)LIMIT_CAP);

Completed in 7 milliseconds