Date: Fri, 13 Jan 2006 18:38:56 +0000 (UTC) From: Jason Evans <jasone@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdlib malloc.3 malloc.c Message-ID: <200601131838.k0DIcuGE074668@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jasone 2006-01-13 18:38:56 UTC FreeBSD src repository Modified files: lib/libc/stdlib malloc.3 malloc.c Log: Replace malloc(), calloc(), posix_memalign(), realloc(), and free() with a scalable concurrent allocator implementation. Reviewed by: current@ Approved by: phk, markm (mentor) Revision Changes Path 1.65 +117 -181 src/lib/libc/stdlib/malloc.3 1.93 +4505 -951 src/lib/libc/stdlib/malloc.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200601131838.k0DIcuGE074668>