Home
last modified time | relevance | path

Searched defs:InitConfig (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/starscan/
H A Dpcscan.h61 struct InitConfig { in PA_COMPONENT_EXPORT() struct
64 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()
/aosp_15_r20/bionic/libc/malloc_debug/tests/
H A Dmalloc_debug_config_tests.cpp36 bool InitConfig(const char* options) { in InitConfig() function in MallocDebugConfigTest
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/ssagen/
Dssa.go72 func InitConfig() { func