gh-119786: Add InternalDocs/qsbr.md. (gh-135411)

Add internal doc for the Quiescent-State Based Reclamation (QSBR) implementation.
This commit is contained in:
Neil Schemenauer 2025-06-23 15:09:40 -07:00 committed by GitHub
parent bda121862e
commit ceae4edf81
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 132 additions and 2 deletions

View file

@ -1,6 +1,6 @@
/*
* Implementation of safe memory reclamation scheme using
* quiescent states.
* quiescent states. See InternalDocs/qsbr.md.
*
* This is derived from the "GUS" safe memory reclamation technique
* in FreeBSD written by Jeffrey Roberson. It is heavily modified. Any bugs