From: SeongJae Park <sj38.park@xxxxxxxxx> Signed-off-by: SeongJae Park <sj38.park@xxxxxxxxx> --- defer/whichtochoose.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defer/whichtochoose.tex b/defer/whichtochoose.tex index 846c1ea1..dad3217a 100644 --- a/defer/whichtochoose.tex +++ b/defer/whichtochoose.tex @@ -378,7 +378,7 @@ it must avoid freeing any object reachable by a given RCU reader until that reader completes. RCU therefore has an unbounded memory footprint, at least unless updates are throttled. -In contrast, reference counting and hazard pointers need to retain only +In contrast, reference counting and hazard pointers need to retain only those data elements actually referenced by concurrent readers. This tension between memory footprint and acquisition -- 2.17.1