Struct Freelist::Region

Nested Relationships

This struct is a nested type of Class Freelist.

Struct Documentation

struct Region

A chunk of memory.

Public Members

size_t size

Size of the region.

Region *next

Pointer to the next free region.