Module Name: src Committed By: chs Date: Sat Dec 7 23:15:38 UTC 2024
Modified Files: src/sys/kern: subr_pool.c Log Message: pool: use "big" (ie. > PAGE_SIZE) default allocators for more cases When I added the default "big" pool allocators back in 2017, I added them only for pool_caches and not plain pools, and only for IPL_NONE pool_caches at that. But these allocators work fine for for all pool caches and plain pools as well, so use them automatically by default when needed for all of those cases. To generate a diff of this commit: cvs rdiff -u -r1.290 -r1.291 src/sys/kern/subr_pool.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.