Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Doptions.h24 TrackAllocationStacks, enumerator
H A Dcombined.h898 DCHECK(!Primary.Options.load().get(OptionBit::TrackAllocationStacks)); in setTrackAllocationStacks()
902 Primary.Options.set(OptionBit::TrackAllocationStacks); in setTrackAllocationStacks()
904 Primary.Options.clear(OptionBit::TrackAllocationStacks); in setTrackAllocationStacks()
1246 if (!UNLIKELY(Options.get(OptionBit::TrackAllocationStacks))) in storePrimaryAllocationStackMaybe()
1279 if (!UNLIKELY(Options.get(OptionBit::TrackAllocationStacks))) in storeSecondaryAllocationStackMaybe()
1294 if (!UNLIKELY(Options.get(OptionBit::TrackAllocationStacks))) in storeDeallocationStackMaybe()