Home | History | Annotate | Download | only in gc

Lines Matching refs:Atomic

27 #include "atomic.h"
146 // Used so that we don't overflow the allocation time atomic integer.
1155 Atomic<size_t> num_bytes_allocated_;
1158 Atomic<size_t> native_bytes_allocated_;
1170 Atomic<size_t> num_bytes_freed_revoke_;
1290 Atomic<size_t> count_delayed_oom_;
1293 Atomic<size_t> count_requested_homogeneous_space_compaction_;
1296 Atomic<size_t> count_ignored_homogeneous_space_compaction_;
1299 Atomic<size_t> count_performed_homogeneous_space_compaction_;
1302 Atomic<bool> concurrent_gc_pending_;
1334 Atomic<bool> alloc_tracking_enabled_;
1340 Atomic<uint64_t> seen_backtrace_count_;
1341 Atomic<uint64_t> unique_backtrace_count_;