Searched defs:nocore (Results 1 - 1 of 1) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_posix_libcdep.cc48 struct rlimit nocore; local
49 nocore.rlim_cur = 0;
50 nocore.rlim_max = 0;
51 setrlimit(RLIMIT_CORE, &nocore);

Completed in 1030 milliseconds