Searched refs:nocore (Results 1 – 1 of 1) sorted by relevance
108 struct rlimit nocore; in AsanDisableCoreDumper() local109 nocore.rlim_cur = 0; in AsanDisableCoreDumper()110 nocore.rlim_max = 0; in AsanDisableCoreDumper()111 setrlimit(RLIMIT_CORE, &nocore); in AsanDisableCoreDumper()