Searched refs:getlim (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_posix_libcdep.cpp90 static rlim_t getlim(int res) { function in namespace:__sanitizer
116 rlim_t stack_size = getlim(RLIMIT_STACK);
126 rlim_t as_size = getlim(RLIMIT_AS);

Completed in 55 milliseconds