MentOS
0.8.0
The Mentoring Operating System
|
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. | |
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.