|
MentOS
0.8.0
The Mentoring Operating System
|
A structure that holds the information about an allocated chunk of memory through malloc. More...
Public Attributes | |
| unsigned | magic |
| A magic number that is used to check if the passed pointer is actually a malloc allocated memory. | |
| size_t | size |
| The size of the allocated memory, useful when doing a realloc. | |
A structure that holds the information about an allocated chunk of memory through malloc.