diff options
author | avatar <avatar@FreeBSD.org> | 2005-07-01 15:21:30 +0000 |
---|---|---|
committer | avatar <avatar@FreeBSD.org> | 2005-07-01 15:21:30 +0000 |
commit | cd4bfad3f4ba5095161965b917d002ca6e2f0351 (patch) | |
tree | 147319ac765fa09f2f2ee982d5fabcc2832eae98 /lib/libkvm/kvm_proc.c | |
parent | 7022c58ccbb4c7d5ef45d1d37b1d76e6d27c6e3b (diff) | |
download | FreeBSD-src-cd4bfad3f4ba5095161965b917d002ca6e2f0351.zip FreeBSD-src-cd4bfad3f4ba5095161965b917d002ca6e2f0351.tar.gz |
- 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)
Diffstat (limited to 'lib/libkvm/kvm_proc.c')
0 files changed, 0 insertions, 0 deletions