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 aac89b5 commit 206de41Copy full SHA for 206de41
Include/internal/pycore_obmalloc.h
@@ -255,8 +255,8 @@ struct pool_header {
255
union { pymem_block *_padding;
256
uint count; } ref; /* number of allocated blocks */
257
pymem_block *freeblock; /* pool's free list head */
258
- struct pool_header *nextpool; /* next pool of this size class */
259
- struct pool_header *prevpool; /* previous pool "" */
+ struct pool_header *nextpool; /* see "Pool table" for meaning */
+ struct pool_header *prevpool; /* " */
260
uint arenaindex; /* index into arenas of base adr */
261
uint szidx; /* block size class index */
262
uint nextoffset; /* bytes to virgin block */
0 commit comments