cvs commit: src/lib/libc/stdlib malloc.3 malloc.c

Jason Evans jasone at FreeBSD.org
Fri Jan 13 10:38:58 PST 2006


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


More information about the cvs-src mailing list