AdvancedVocabulary#backend#developer-tools#algorithms

Hazard Pointers Vocabulary

Learn the vocabulary of publishing a pointer before dereferencing it so reclaiming threads can check and defer freeing it safely.

0 / 5 completed
1 / 5
A teammate explains that before dereferencing a shared pointer in a lock-free structure, a thread first publishes that pointer into a per-thread slot visible to all other threads, so a thread attempting to reclaim that node can check the slots and defer freeing it until no thread has it published. What memory-safety technique is being described?