HomeSort by relevance Sort by last modified time
    Searched full:nocore (Results 1 - 1 of 1) sorted by null

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_posix_libcdep.cc 45 struct rlimit nocore; local
46 nocore.rlim_cur = 0;
47 nocore.rlim_max = 0;
48 setrlimit(RLIMIT_CORE, &nocore);

Completed in 51 milliseconds