There was an error while loading. Please reload this page.
1 parent 4b02e92 commit 0419e2eCopy full SHA for 0419e2e
book/src/07_threads/03_leak.md
@@ -38,7 +38,7 @@ When the process exits, the operating system will reclaim that memory.
38
39
Keeping this in mind, it can be OK to leak memory when:
40
41
-- The amount of memory you need to leak is not unbounded/known upfront, or
+- The amount of memory you need to leak is bounded/known upfront, or
42
- Your process is short-lived and you're confident you won't exhaust
43
all the available memory before it exits
44
0 commit comments