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

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.
 

Detailed Description

A structure that holds the information about an allocated chunk of memory through malloc.


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