Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16bcb6b commit ffdd22fCopy full SHA for ffdd22f
1 file changed
Objects/obmalloc.c
@@ -326,8 +326,8 @@ simply haven't yet gotten to one of the higher-address blocks. The offset
326
from the pool_header to the start of "the next" virgin block is stored in
327
the pool_header nextoffset member, and the largest value of nextoffset that
328
makes sense is stored in the maxnextoffset member when a pool is initialized.
329
-All the blocks in a pool have been passed out at least when and only when
330
-nextoffset > maxnextoffset.
+All the blocks in a pool have been passed out at least once when and only
+when nextoffset > maxnextoffset.
331
332
333
Major obscurity: While the usedpools vector is declared to have poolp
0 commit comments