Lines Matching refs:SCUDO_FLAG
9 #ifndef SCUDO_FLAG
10 #error "Define SCUDO_FLAG prior to including this file!"
13 SCUDO_FLAG(int, quarantine_size_kb, 0,
18 SCUDO_FLAG(int, thread_local_quarantine_size_kb, 0,
23 SCUDO_FLAG(int, quarantine_max_chunk_size, 0,
27 SCUDO_FLAG(bool, dealloc_type_mismatch, false,
31 SCUDO_FLAG(bool, delete_size_mismatch, true,
35 SCUDO_FLAG(bool, zero_contents, false, "Zero chunk contents on allocation.")
37 SCUDO_FLAG(bool, pattern_fill_contents, false,
40 SCUDO_FLAG(int, rss_limit_mb, -1,
46 SCUDO_FLAG(bool, may_return_null, true,
51 SCUDO_FLAG(int, release_to_os_interval_ms, SCUDO_ANDROID ? INT32_MIN : 5000,