CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/11/13 03:55:51
Modified files:
sys/kern : kern_malloc.c
sys/uvm : uvm_extern.h uvm_km.c
Log message:
Use km_alloc(9) to allocate malloc(9) memory chunks.
Get rid of uvm_km_kmemalloc_pla() and uvm_km_free() that are no longer used.
This finishes the conversion to the "New unified allocator of kernel memory"
introduced by art@ 14 years ago.
ok tb@
