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 1dda3d7 commit 023eda4Copy full SHA for 023eda4
src/mmdata.h
@@ -160,8 +160,10 @@ typedef nmbrString temp_nmbrString;
160
* \brief a single \ref pntrString element for use in a \ref stack "stack".
161
*
162
* These elements are pushed onto and popped off a \ref stack
163
- * "stack of temporary data". Special commands can free all pointers on and
164
- * after a particular one in such a stack.
+ * "stack of temporary data". All pointer of this type should ONLY refer to
+ * adynamically llocated memory on the heap. Special commands support
165
+ * dependency tracking and free all pointers on and after a particular one in
166
+ * such a stack.
167
*/
168
typedef pntrString temp_pntrString;
169
0 commit comments