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 095f897 commit e55e83eCopy full SHA for e55e83e
articles/index.dd
@@ -185,6 +185,17 @@ $(D_S Articles,
185
)
186
187
188
+ $(DIVC row,
189
+ $(DIVC item,
190
+ $(H4 $(LINK2 $(ROOT_DIR)articles/RefReturnScope.html,
191
+ Coralling Wild Pointers with `ref return scope`))
192
+ $(P
193
+ How to use the `ref`, `return` and `scope` annotations
194
+ to prevent the escape of pointers. Escaping pointers can
195
+ cause memory corruption and other problems.
196
+ )
197
198
199
200
201
0 commit comments