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.
2 parents 478a84a + 4ac3302 commit dd9490dCopy full SHA for dd9490d
Documentation/CodingGuidelines
@@ -624,8 +624,9 @@ For C programs:
624
- `S_init()` initializes a structure without allocating the
625
structure itself.
626
627
- - `S_release()` releases a structure's contents without freeing the
628
- structure.
+ - `S_release()` releases a structure's contents without reinitializing
+ the structure for immediate reuse, and without freeing the structure
629
+ itself.
630
631
- `S_clear()` is equivalent to `S_release()` followed by `S_init()`
632
such that the structure is directly usable after clearing it. When
0 commit comments