Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/scudo/standalone/
Doptions.h23 TrackAllocationStacks, enumerator
Dcombined.h795 Primary.Options.set(OptionBit::TrackAllocationStacks); in setTrackAllocationStacks()
797 Primary.Options.clear(OptionBit::TrackAllocationStacks); in setTrackAllocationStacks()
1099 if (!UNLIKELY(Options.get(OptionBit::TrackAllocationStacks))) in storeAllocationStackMaybe()
1108 if (!UNLIKELY(Options.get(OptionBit::TrackAllocationStacks))) in storeDeallocationStackMaybe()
/external/scudo/standalone/
Doptions.h24 TrackAllocationStacks, enumerator
Dcombined.h871 Primary.Options.set(OptionBit::TrackAllocationStacks); in setTrackAllocationStacks()
873 Primary.Options.clear(OptionBit::TrackAllocationStacks); in setTrackAllocationStacks()
1201 if (!UNLIKELY(Options.get(OptionBit::TrackAllocationStacks))) in storePrimaryAllocationStackMaybe()
1234 if (!UNLIKELY(Options.get(OptionBit::TrackAllocationStacks))) in storeSecondaryAllocationStackMaybe()
1249 if (!UNLIKELY(Options.get(OptionBit::TrackAllocationStacks))) in storeDeallocationStackMaybe()