Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Doptions.h24 TrackAllocationStacks, enumerator
H A Dcombined.h869 Primary.Options.set(OptionBit::TrackAllocationStacks); in setTrackAllocationStacks()
871 Primary.Options.clear(OptionBit::TrackAllocationStacks); in setTrackAllocationStacks()
1200 if (!UNLIKELY(Options.get(OptionBit::TrackAllocationStacks))) in storePrimaryAllocationStackMaybe()
1233 if (!UNLIKELY(Options.get(OptionBit::TrackAllocationStacks))) in storeSecondaryAllocationStackMaybe()
1248 if (!UNLIKELY(Options.get(OptionBit::TrackAllocationStacks))) in storeDeallocationStackMaybe()