Monthly Archives: August 2018
slabinfo – kernel slab allocator statistics
WHAT IS SLAB ALLOCATION ? Slab allocation is a memory management mechanism intended for the efficient memory allocation of kernel objects. It eliminates fragmentation caused by allocations and deallocations. The technique is used to retain allocated memory that contains a data object of a certain type for reuse upon subsequent allocations of objects of the …
Continue reading “slabinfo – kernel slab allocator statistics”