Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dallocator_config.def25 #ifndef PRIMARY_OPTIONAL
26 #define PRIMARY_OPTIONAL(...)
82 // PRIMARY_OPTIONAL(TYPE, NAME, DEFAULT)
86 PRIMARY_OPTIONAL(const bool, EnableBlockCache, true)
89 PRIMARY_OPTIONAL(const uptr, CompactPtrScale, SCUDO_MIN_ALIGNMENT_LOG)
93 PRIMARY_OPTIONAL(const bool, EnableRandomOffset, false)
94 PRIMARY_OPTIONAL(const s32, DefaultReleaseToOsIntervalMs, INT32_MIN)
99 PRIMARY_OPTIONAL(const bool, EnableContiguousRegions, true)
140 #undef PRIMARY_OPTIONAL
H A Dallocator_config_wrapper.h71 #define PRIMARY_OPTIONAL(TYPE, NAME, DEFAULT) \ macro