mirror of
https://github.com/python/cpython.git
synced 2025-07-07 19:35:27 +00:00
gh-119786: Add InternalDocs/qsbr.md. (gh-135411)
Add internal doc for the Quiescent-State Based Reclamation (QSBR) implementation.
This commit is contained in:
parent
bda121862e
commit
ceae4edf81
3 changed files with 132 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue