Home
last modified time | relevance | path

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

/external/compiler-rt/lib/asan/
Dasan_posix.cc108 struct rlimit nocore; in AsanDisableCoreDumper() local
109 nocore.rlim_cur = 0; in AsanDisableCoreDumper()
110 nocore.rlim_max = 0; in AsanDisableCoreDumper()
111 setrlimit(RLIMIT_CORE, &nocore); in AsanDisableCoreDumper()