My Kernel v0.1.0
vma::vma_avl Struct Reference

Intrusive AVL tree structures used by the VMM libalgo/avl.H.

#include <vmm.h>

Data Fields

struct avl by_address
 
struct avl by_size
 

Field Documentation

◆ by_address

struct avl vma::vma_avl::by_address

AVL tree ordered by address

◆ by_size

struct avl vma::vma_avl::by_size

AVL tree ordered by size


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