Home /->blog /->computing /->music |
ComputingLinux Slab AllocatorDescriptionThe slides of my talk about the Linux Slab Allocator at the University of Karlsruhe, WT 2004/2005, 2004-11-30.The slides were modified according to the critics and questions after the talk. Please also have a look at the notes inside the slides, they sometimes contain additional informations and comments. For all those "non-geeks" out there: The Slab Allocator ist the way Linux (and other operating systems) use internally to work with their memory. More precisely: Kernel memory, the memory that the system itself uses, not the memory for the applications. And that's already one of the disadvantages of the current implementation of Linux... The slides are in German. [sxi] OpenOffice.org (Source-format); 434,5KB [ppt] MS-Powerpoint (exported); 524,5KB [pdf] Adobe Portable Document Format (exported); 279,3KB For further reading I recommend the Wikipedia article about the Slab allocator (German), written by me. NotesWhat I realized during this talk:
|