#include <pmm_interval.h>
Data Fields | |
| struct pmm_interval * | top |
| struct pmm_interval * | bottom |
| int | size |
structure holding the interval list/stack
Definition at line 87 of file pmm_interval.h.
| struct pmm_interval* pmm_interval_list::bottom |
pointer to bottom of stack
Definition at line 89 of file pmm_interval.h.
| int pmm_interval_list::size |
number of intervals in stack
Definition at line 90 of file pmm_interval.h.
| struct pmm_interval* pmm_interval_list::top |
pointer to top of stack
Definition at line 88 of file pmm_interval.h.
1.8.1.2