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 7b85c12 commit c63fff6Copy full SHA for c63fff6
op.h
@@ -698,7 +698,7 @@ struct opslot {
698
struct opslab {
699
OPSLAB * opslab_next; /* next slab */
700
OPSLAB * opslab_head; /* first slab in chain */
701
- OP * opslab_freed; /* chain of freed ops */
+ OP * opslab_freed; /* chain of freed ops (head only)*/
702
size_t opslab_refcnt; /* number of ops (head slab only) */
703
U16 opslab_size; /* size of slab in pointers,
704
including header */
0 commit comments