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 e740c79 commit 4932e8dCopy full SHA for 4932e8d
src/csnip/mem.h
@@ -72,7 +72,10 @@ void csnip_mem_aligned_free(void* mem);
72
*
73
* @param ptr
74
* The lvalue to assign to. This must be a pointer type,
75
- * and the per-object size allocated is sizeof(*ptr).
+ * and the per-object size allocated is sizeof(*ptr). If
76
+ * the allocation fails, a NULL value will be written into
77
+ * the, in addition to the error being returned or
78
+ * processed according to the err argument.
79
80
* @param err
81
* Error return; accepts the special _ and error_ignore
0 commit comments