HomeSort by relevance Sort by last modified time
    Searched refs:scudo (Results 1 - 4 of 4) sorted by null

  /build/make/core/
config_sanitizers.mk 210 # Disable Scudo if ASan or TSan is enabled.
212 my_sanitize := $(filter-out scudo,$(my_sanitize))
217 my_sanitize := $(filter-out scudo,$(my_sanitize))
391 # For Scudo, we opt for the minimal runtime, unless some diagnostics are enabled.
392 ifneq ($(filter scudo,$(my_sanitize)),)
421 ifeq ($(filter address thread scudo hwaddress,$(my_sanitize)),)
  /build/soong/cc/config/
toolchain.go 220 return LibclangRuntimeLibrary(t, "scudo")
  /build/soong/cc/
sanitize.go 141 Scudo *bool `android:"arch_variant"`
262 if found, globalSanitizers = removeFromList("scudo", globalSanitizers); found && s.Scudo == nil {
263 s.Scudo = boolPtr(true)
367 Bool(s.Scudo) || Bool(s.Hwaddress) || Bool(s.Scs)) {
371 // Disable Scudo if ASan or TSan is enabled, or if it's disabled globally.
373 s.Scudo = nil
789 if Bool(c.sanitize.Properties.Sanitize.Scudo) {
790 sanitizers = append(sanitizers, "scudo")
815 } else if Bool(c.sanitize.Properties.Sanitize.Scudo) {
    [all...]
linker.go 261 // the scudo allocator instead of the default native

Completed in 97 milliseconds