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
   63 INLINE typename T::Type atomic_load(const volatile T *A, memory_order MO) {
   63 INLINE typename T::Type atomic_load(const volatile T *A, memory_order MO) {
   65   typename T::Type V;
   71 INLINE void atomic_store(volatile T *A, typename T::Type V, memory_order MO) {
   71 INLINE void atomic_store(volatile T *A, typename T::Type V, memory_order MO) {
  120 INLINE typename T::Type atomic_load_relaxed(const volatile T *A) {
  120 INLINE typename T::Type atomic_load_relaxed(const volatile T *A) {
  125 INLINE void atomic_store_relaxed(volatile T *A, typename T::Type V) {
  125 INLINE void atomic_store_relaxed(volatile T *A, typename T::Type V) {
projects/compiler-rt/lib/scudo/standalone/bytemap.h
   45         map(nullptr, sizeof(atomic_uptr) * Level1Size, "scudo:bytemap"));
   59     memset(Level1Map, 0, sizeof(atomic_uptr) * Level1Size);
   65           sizeof(atomic_uptr) * Level1Size);
  105   atomic_uptr *Level1Map;
projects/compiler-rt/lib/scudo/standalone/quarantine.h
  164   atomic_uptr Size;
  233   atomic_uptr MinSize;
  234   atomic_uptr MaxSize;
  235   alignas(SCUDO_CACHE_LINE_SIZE) atomic_uptr MaxCacheSize;
projects/compiler-rt/lib/scudo/standalone/stats.h
   53   atomic_uptr StatsArray[StatCount];
projects/compiler-rt/lib/scudo/standalone/tsd.h
   61   atomic_uptr Precedence;