updates
[silc.git] / doc / CodingStyle
index cf4e865a99ef081e1048f5af0a907467353083b7..6d732baba530c0b9aa598b5b28a5337dcba07e17 100644 (file)
@@ -427,6 +427,9 @@ should be set to NULL if appropriate, ptr = NULL.
 Note that some functions in the SILC library handles the zeroing of
 the memory area automatically, like for example, silc_buffer_free.
 
+Also note that all allocation routines assert()'s if the memory allocation
+fails, ie. system does not have free memory.
+
 
 Callback Programming
 ====================