Why Linux kernel memory subsystem is named slab -


slab of object-caching kernel memory subsystem. why call slab?

i have deep search. jeff bonwick's paper, name slab derives 1 of allocator's main data structures, slab. so, why data structure called slab?

a slab, in common usage, refers big flat block of solid material. analogy, slab allocator manages large, contiguous chunks of memory, dividing them smaller pieces allocation.


Comments

Popular posts from this blog

Issues changing the value of an element in an array in matlab -

php - MySQLi binding parameters in a prepared statement doesn't work unless inserted after "WHERE" -

vb.net - Alternative to the T-SQL AS keyword -