reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

projects/compiler-rt/lib/scudo/standalone/atomic_helpers.h
   54   ALIGNED(8) volatile Type ValDoNotUse;
projects/compiler-rt/lib/scudo/standalone/primary32.h
  198   struct ALIGNED(SCUDO_CACHE_LINE_SIZE) SizeClassInfo {
projects/compiler-rt/lib/scudo/standalone/primary64.h
  203   struct ALIGNED(SCUDO_CACHE_LINE_SIZE) RegionInfo {
projects/compiler-rt/lib/scudo/standalone/tsd.h
   25 template <class Allocator> struct ALIGNED(SCUDO_CACHE_LINE_SIZE) TSD {