Module Name: src Committed By: jruoho Date: Fri Apr 30 07:00:51 UTC 2010
Modified Files: src/lib/libc/stdlib: malloc.3 Log Message: Steal the "malloc() vs. calloc()" -idiom from the OpenBSD's malloc(3). While it may be debated how useful this is, good idiomatic usage examples are exactly the kind of thing one would hope to see more in manual pages. To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 src/lib/libc/stdlib/malloc.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.