Home
last modified time | relevance | path

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

/src/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Doptions.h24 TrackAllocationStacks, enumerator
H A Dcombined.h817 DCHECK(!Primary.Options.load().get(OptionBit::TrackAllocationStacks)); in setTrackAllocationStacks()
823 Primary.Options.set(OptionBit::TrackAllocationStacks); in setTrackAllocationStacks()
825 Primary.Options.clear(OptionBit::TrackAllocationStacks); in setTrackAllocationStacks()
1389 if (!UNLIKELY(Options.get(OptionBit::TrackAllocationStacks))) in storePrimaryAllocationStackMaybe()
1426 if (!UNLIKELY(Options.get(OptionBit::TrackAllocationStacks))) in storeSecondaryAllocationStackMaybe()
1443 if (!UNLIKELY(Options.get(OptionBit::TrackAllocationStacks))) in storeDeallocationStackMaybe()