Tai-hwa Liang 362abc449c - Providing fine-grained malloc statistic by replacing M_DEVBUF with
module-specific malloc types.  These should help us to pinpoint the
  possible memory leakage in the future.
- Implementing xpt_alloc_ccb_nowait() and replacing all malloc/free based
  CCB memory management with xpt_alloc_ccb[_nowait]/xpt_free_ccb.  Hopefully
  this would be helpful if someday we move the CCB allocator to use UMA
  instead of malloc().

Encouraged by:	jeffr, rwatson
Reviewed by:	gibbs, scottl
Approved by:	re (scottl)
2005-07-01 15:21:30 +00:00
..
2005-03-11 22:07:04 +00:00
2005-03-28 18:31:18 +00:00
2005-05-25 15:54:17 +00:00
2005-06-30 19:01:26 +00:00
2005-06-30 05:37:48 +00:00
2005-06-29 19:23:32 +00:00
2005-02-23 22:44:38 +00:00
2005-06-10 04:44:38 +00:00
2005-06-30 19:01:26 +00:00