Home | History | Annotate | Download | only in runtime

Lines Matching refs:getrlimit

533     if (getrlimit(RLIMIT_STACK, &stack_limit) == -1) {
534 PLOG(FATAL) << "getrlimit(RLIMIT_STACK) failed";