EVE 1.0
md_list_t Struct Reference

#include <md-heap.h>

Data Fields

md_idx_t Prev
 
md_idx_t Next
 

Detailed Description

Tiny double-linked list

Definition at line 90 of file md-heap.h.

Field Documentation

md_idx_t md_list_t::Prev

Index of the previous (left-hand) entry

Definition at line 92 of file md-heap.h.

md_idx_t md_list_t::Next

Index of the next (right-hand) entry

Definition at line 93 of file md-heap.h.