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

Jason Evans jasone at FreeBSD.org
Thu Jan 26 20:42:11 PST 2006


jasone      2006-01-27 04:42:10 UTC

  FreeBSD src repository

  Modified files:
    lib/libc/stdlib      malloc.c 
  Log:
  Add NO_MALLOC_EXTRAS, so that various extra features that can cause
  performance degradation can be disabled via something like the following
  in /etc/malloc.conf:
  
          CFLAGS+=-DNO_MALLOC_EXTRAS
  
  Suggested by:   deischen
  
  Revision  Changes    Path
  1.109     +16 -3     src/lib/libc/stdlib/malloc.c


More information about the cvs-all mailing list