memory_block Struct Reference

A free block of memory. More...


Data Fields

struct list_head list
 List of free blocks.
size_t size
 Size of this block.


Detailed Description

A free block of memory.

Definition at line 37 of file malloc.c.


Field Documentation

List of free blocks.

Definition at line 39 of file malloc.c.

Referenced by alloc_memblock(), and free_memblock().

Size of this block.

Definition at line 41 of file malloc.c.

Referenced by alloc_memblock(), and free_memblock().


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

Generated on Tue Apr 6 20:02:06 2010 for gPXE by  doxygen 1.5.7.1