Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Jul 2006 12:25:56 +0000 (UTC)
From:      Pawel Jakub Dawidek <pjd@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/geom/raid3 g_raid3.c
Message-ID:  <200607091225.k69CPvDa095586@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
pjd         2006-07-09 12:25:56 UTC

  FreeBSD src repository

  Modified files:
    sys/geom/raid3       g_raid3.c 
  Log:
  When kern.geom.raid3.use_malloc tunnable is set to 1, malloc(9) instead of
  uma(9) will be used for memory allocation.
  In case of problems or tracking bugs, there are more useful tools for malloc(9)
  debugging than for uma(9) debugging, like memguard(9) and redzone(9).
  
  MFC after:      1 week
  
  Revision  Changes    Path
  1.68      +88 -43    src/sys/geom/raid3/g_raid3.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200607091225.k69CPvDa095586>