There are 5 repositories under hazard-pointer topic.
Hazard pointer based concurrent memory reclamation for Rust.
A simple hazard pointer implementation for your memory well being
concurrent and lockfree data structures in C++
Hazard Pointer implemented in C++ with RAII style.
C Lockless Data Structures
Concurrent programming project.
Non-blocking, lock-free queues in C with multiple readers and writers. Includes SimpleQueue, RingsQueue, LLQueue, BLQueue, and Hazard Pointer for safe memory management.