malloc: provide 384 byte zone
Total page count after buildworld on ZFS for 384 (if present) and 512 zones: before: 29713 after: 25946 per-zone page use: vm.uma.malloc_384.keg.domain.1.pages: 11621 vm.uma.malloc_384.keg.domain.0.pages: 11597 vm.uma.malloc_512.keg.domain.1.pages: 1280 vm.uma.malloc_512.keg.domain.0.pages: 1448 Reviewed by: markj Differential Revision: https://reviews.freebsd.org/D27145
This commit is contained in:
parent
8e6526e966
commit
f0c90a0931
@ -163,6 +163,7 @@ struct {
|
||||
{64, "malloc-64", },
|
||||
{128, "malloc-128", },
|
||||
{256, "malloc-256", },
|
||||
{384, "malloc-384", },
|
||||
{512, "malloc-512", },
|
||||
{1024, "malloc-1024", },
|
||||
{2048, "malloc-2048", },
|
||||
|
Loading…
Reference in New Issue
Block a user