MentOS  0.8.0
The Mentoring Operating System
Public Attributes | List of all members
kmem_obj Struct Reference

Structure to represent an individual memory object within a slab. More...

Public Attributes

list_head objlist
 Linked list node for tracking objects in the slab.
 

Detailed Description

Structure to represent an individual memory object within a slab.

This structure is used to manage individual objects allocated from the slab. It contains a linked list to connect objects in the cache.


The documentation for this struct was generated from the following file: