Hermes  0.9.5-beta
Hierarchical Distributed I/O Buffering System
hermes::FreeBlock Struct Reference

#include <memory_management.h>

Public Attributes

u32 next_offset
 
u32 size
 

Detailed Description

A structure to represent free block

Member Data Documentation

◆ next_offset

u32 hermes::FreeBlock::next_offset

The offset of the next FreeBlock in the list. Offset 0 represents NULL.

◆ size

u32 hermes::FreeBlock::size

The size of the next FreeBlock in the list


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