CVSROOT:        /cvs
Module name:    src
Changes by:     ste...@cvs.openbsd.org  2016/03/15 12:16:21

Modified files:
        sys/uvm        : uvm_amap.c 

Log message:
For amaps with only a few slots, allocate the slots via pool(9)

This saves some memory compared to using malloc, because there's
no roundup to the next bucket size. And it reduces kmem pressure
at least for some architectures (e.g. amd64).

Testing by sthen@ and tobiasu@, thanks!

ok sthen@ deraadt@

Reply via email to