summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_zone.h
Commit message (Expand)AuthorAgeFilesLines
* Add a zdestroy() function to the zone allocator. This is needed for thetmm2001-08-041-0/+1
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-011-2/+2
* Catch up to header include changes:jhb2001-03-281-0/+1
* Give this code a major facelift:des2001-01-221-12/+15
* First step towards an MP-safe zone allocator:des2001-01-211-3/+0
* Make zalloc and zfree non-inline functions. This avoids having toassar2000-12-271-76/+3
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* KNFize, by bde.eivind1999-01-101-6/+6
* Split DIAGNOSTIC -> DIAGNOSTIC, INVARIANTS, and INVARIANT_SUPPORT aseivind1999-01-081-4/+4
* Correct copyright.dyson1998-04-251-10/+3
* Slight improvement to the vm_zone stats output. Also, some other superficialdyson1997-12-141-1/+2
* Don't include <sys/lock.h> in headers when only `struct simplelock' isbde1997-12-051-3/+2
* Fix some style(9) and formatting problems. tabsize 4 formatting doesn'tpeter1997-09-211-41/+44
* Change the M_NAMEI allocations to use the zone allocator. This changedyson1997-09-211-5/+28
* The "cutsie" register parameter passing that I had mistakenly used breaksdyson1997-08-101-10/+10
* More vm_zone cleanup. The sysctl now accounts for items better, anddyson1997-08-071-1/+3
* Add exposure of some vm_zone allocation stats by sysctl. Also, changedyson1997-08-061-1/+4
* Another attempt at cleaning up the new memory allocator.dyson1997-08-051-32/+59
* A very simple zone allocator.dyson1997-08-051-0/+82
OpenPOWER on IntegriCloud