On Wed, 20 Aug 2003, Dorin Lazar wrote: > On Wednesday 20 August 2003 14:51, Mihai RUSU wrote: > > Nu reusesc sa gasesc (cu google) o biblioteca sau o imlementare a tehnicii > > slab. Am citit tot felul de documente de pe net in general despre > > implementari in kernele de Unix-uri (Linux included). Nu e nimic > > disponibil intr-o biblioteca ceva (deci userland) ? Daca nu poate ar > > trebui sa facem ;) > Care e tehnica "slab"? Ce e atat de special la ea? > Dorin
http://os.inf.tu-dresden.de/l4env/doc/slab/ This package provides a simple implementation of a Slab memory allocator (Jeff Bonwick: "The Slab Allocator: An Object-Caching Kernel Memory Allocator"). A Slab cache is a very efficient method to manage equally sized memory objects. ---------------------------- Mihai RUSU Disclaimer: Any views or opinions presented within this e-mail are solely those of the author and do not necessarily represent those of any company, unless otherwise specifically stated. --- Detalii despre listele noastre de mail: http://www.lug.ro/
