mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 11:56:28 -04:00
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
4 lines
288 B
Text
4 lines
288 B
Text
Epoch-Based Reclamation (EBR) and Quiescent-State-Based Reclamation (QSBR) are
|
|
synchronisation mechanisms which can be used for efficient memory/object
|
|
reclamation (garbage collection) in concurrent environment. Conceptually they
|
|
are very similar to the read-copy-update (RCU) mechanism.
|