Home
last modified time | relevance | path

Searched refs:atomic_size_t (Results 1 - 21 of 21) sorted by relevance

/third_party/elfutils/lib/
H A Ddynamicsizehash_concurrent.h74 atomic_size_t filled; \
77 atomic_size_t resizing_state; \
78 atomic_size_t next_init_block; \
79 atomic_size_t num_initialized_blocks; \
80 atomic_size_t next_move_block; \
81 atomic_size_t num_moved_blocks; \
H A Dstdatomic-fbsd.h251 typedef _Atomic(size_t) atomic_size_t; typedef
/third_party/node/deps/v8/src/heap/cppgc/
H A Dprocess-heap-statistics.cc9 std::atomic_size_t ProcessHeapStatistics::total_allocated_space_{0};
10 std::atomic_size_t ProcessHeapStatistics::total_allocated_object_size_{0};
H A Dincremental-marking-schedule.h46 std::atomic_size_t concurrently_marked_bytes_{0};
/third_party/node/deps/v8/include/v8-include/cppgc/
H A Dprocess-heap-statistics.h28 static std::atomic_size_t total_allocated_space_;
29 static std::atomic_size_t total_allocated_object_size_;
/third_party/node/deps/v8/include/cppgc/
H A Dprocess-heap-statistics.h28 static std::atomic_size_t total_allocated_space_;
29 static std::atomic_size_t total_allocated_object_size_;
/third_party/node/deps/v8/src/trap-handler/
H A Dhandler-shared.cc37 std::atomic_size_t gRecoveredTrapCount = {0};
H A Dtrap-handler-internal.h57 extern std::atomic_size_t gRecoveredTrapCount;
/third_party/elfutils/libdw/
H A Dlibdw_alloc.c48 static atomic_size_t next_id = ATOMIC_VAR_INIT(0);
/third_party/musl/src/internal/
H A Dstdatomic_impl.h68 typedef _Atomic(size_t) atomic_size_t; typedef
/third_party/musl/porting/linux/user/src/internal/
H A Dstdatomic_impl.h68 typedef _Atomic(size_t) atomic_size_t; typedef
/third_party/ffmpeg/compat/atomics/gcc/
H A Dstdatomic.h81 typedef size_t atomic_size_t; typedef
/third_party/ffmpeg/compat/atomics/win32/
H A Dstdatomic.h78 typedef intptr_t atomic_size_t; typedef
/third_party/ffmpeg/compat/atomics/suncc/
H A Dstdatomic.h78 typedef intptr_t atomic_size_t; typedef
/third_party/ffmpeg/compat/atomics/pthread/
H A Dstdatomic.h77 typedef intptr_t atomic_size_t; typedef
/third_party/ffmpeg/compat/atomics/dummy/
H A Dstdatomic.h80 typedef intptr_t atomic_size_t; typedef
/third_party/ffmpeg/libavutil/
H A Dmem.c72 static atomic_size_t max_alloc_size = ATOMIC_VAR_INIT(INT_MAX);
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A DResourceManager11.h375 std::array<std::atomic_size_t, NumResourceTypes> mAllocatedResourceCounts;
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_shared.hpp11 #include <atomic> // std::atomic_size_t
109 std::atomic_size_t m_ref_cnt{ 1 };
/third_party/node/deps/v8/src/heap/
H A Dmark-compact.cc5722 std::atomic_size_t remaining_marking_items_{0};
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp[all...]

Completed in 50 milliseconds