Re: [PATCH 3/6] compcache: TLSF Allocator interface

From: Peter Zijlstra
Date: Mon Mar 24 2008 - 12:56:56 EST


On Mon, 2008-03-24 at 20:34 +0530, Nitin Gupta wrote:
> Two Level Segregate Fit (TLSF) Allocator is used to allocate memory for
> variable size compressed pages. Its fast and gives low fragmentation.
> Following links give details on this allocator:
> - http://rtportal.upv.es/rtmalloc/files/tlsf_paper_spe_2007.pdf
> - http://code.google.com/p/compcache/wiki/TLSFAllocator
>
> This kernel port of TLSF (v2.3.2) introduces several changes but underlying
> algorithm remains the same.
>
> Changelog TLSF v2.3.2 vs this kernel port
> - Pool now dynamically expands/shrinks.
> It is collection of contiguous memory regions.
> - Changes to pool create interface as a result of above change.
> - Collect and export stats (/proc/tlsfinfo)
> - Cleanups: kernel coding style, added comments, macros -> static inline, etc.

Can you explain why you need this allocator, why don't the current
kernel allocators work for you?




--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/