summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_zone.c
Commit message (Collapse)AuthorAgeFilesLines
* Added includes of smp.h for SMP.fsmp1997-08-181-1/+5
| | | | This eliminates a bazillion warnings about implicit s_lock & friends.
* More vm_zone cleanup. The sysctl now accounts for items better, anddyson1997-08-071-4/+12
| | | | counts the number of allocations.
* Add exposure of some vm_zone allocation stats by sysctl. Also, changedyson1997-08-061-2/+70
| | | | | the initialization parameters of some zones in VM map. This contains only optimizations and not bugfixes.
* Another attempt at cleaning up the new memory allocator.dyson1997-08-051-35/+99
|
* A very simple zone allocator.dyson1997-08-051-0/+227
OpenPOWER on IntegriCloud