Date: Thu, 6 Jun 2002 15:11:19 -0700 (PDT) From: Giorgos Keramidas <keramida@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdlib malloc.3 Message-ID: <200206062211.g56MBJa44569@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
keramida 2002/06/06 15:11:19 PDT Modified files: lib/libc/stdlib malloc.3 Log: Clarify the bit about realloc() and its `ptr' argument a bit. Hopefully, now it is more clear that the memory referenced by the ptr argument of realloc(ptr,size) is freed and only the return value of realloc() points to a valid memory area upon successful completion. Submitted by: Martin Faxer <gmh003532@brfmasthugget.se> Revision Changes Path 1.54 +3 -2 src/lib/libc/stdlib/malloc.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200206062211.g56MBJa44569>