Searched defs:InitConfig (Results 1 – 3 of 3) sorted by relevance
61 struct InitConfig { in PA_COMPONENT_EXPORT() struct64 enum class WantedWriteProtectionMode : uint8_t { in PA_COMPONENT_EXPORT()67 } write_protection = WantedWriteProtectionMode::kDisabled; in PA_COMPONENT_EXPORT()71 enum class SafepointMode : uint8_t { in PA_COMPONENT_EXPORT()74 } safepoint = SafepointMode::kDisabled; in PA_COMPONENT_EXPORT()
36 bool InitConfig(const char* options) { in InitConfig() function in MallocDebugConfigTest
72 func InitConfig() { func