Re: [RFC PATCH v2 02/11] slab: add private memory allocator header for arch/lib
From: Christoph Lameter <hidden>
Date: 2015-04-17 12:17:48
Also in:
linux-arch, linux-mm, lkml
From: Christoph Lameter <hidden>
Date: 2015-04-17 12:17:48
Also in:
linux-arch, linux-mm, lkml
On Fri, 17 Apr 2015, Hajime Tazaki wrote:
add header includion for CONFIG_LIB to wrap kmalloc and co. This will bring malloc(3) based allocator used by arch/lib.
Maybe add another allocator insteadl? SLLB which implements memory management using malloc()?