summaryrefslogtreecommitdiffstats
path: root/sys/vm/uma.h
Commit message (Expand)AuthorAgeFilesLines
* - Remove bogus use of kmem_alloc that was inherited from the old zonejeff2002-06-191-1/+0
* - Introduce the new M_NOVM option which tells uma to only check the currentlyjeff2002-06-171-0/+1
* - Changed the size element of uma_zctor_args to be size_t instead of int.arr2002-05-021-1/+1
* Move the implementation of M_ZERO into UMA so that it can be passed tojeff2002-04-301-6/+5
* Add a new zone flag UMA_ZONE_MTXCLASS. This puts the zone in it's ownjeff2002-04-291-0/+1
* Implement uma_zdestroy(). It's prototype changed slightly. I decided that Ijeff2002-04-081-7/+2
* Spelling correction; s/seperate/separate/gjeff2002-04-071-1/+1
* Add uma_zone_set_max() to add enforced limits to non vm obj backed zones.jeff2002-03-201-0/+10
* This is the first part of the new kernel memory allocator. This replacesjeff2002-03-191-0/+420
OpenPOWER on IntegriCloud