malloc.3: srcfix (add pointers to articles describing malloc implementation)

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2012-03-19 08:37:27 +13:00
parent c34547e4f4
commit e489d79586
1 changed files with 10 additions and 0 deletions

View File

@ -278,6 +278,16 @@ value can be useful because otherwise
a crash may happen much later, and the true cause for the problem
is then very hard to track down.
.SH "SEE ALSO"
.\" http://g.oswego.edu/dl/html/malloc.html
.\" A Memory Allocator - by Doug Lea
.\"
.\" http://www.bozemanpass.com/info/linux/malloc/Linux_Heap_Contention.html
.\" Linux Heap, Contention in free() - David Boreham
.\"
.\" http://www.citi.umich.edu/projects/linux-scalability/reports/malloc.html
.\" malloc() Performance in a Multithreaded Linux Environment -
.\" Check Lever, David Boreham
.\"
.BR brk (2),
.\" .BR mallopt (3),
.BR mmap (2),