Searched defs:ASAN (Results 1 – 2 of 2) sorted by relevance
33 option(ASAN "Enable AddressSanitizer (ASan)" OFF) option
283 enum AllocationOwnership { NEITHER = 0, ASAN = 1, RTL = 2 }; in SharedReAlloc() enumerator