DungeonCrawl
Loading...
Searching...
No Matches
memory_block_t Struct Reference

Data Fields

size_t size
int active
struct memory_block_tnext

Detailed Description

Definition at line 14 of file memory_management.h.

Field Documentation

◆ active

int memory_block_t::active

Definition at line 16 of file memory_management.h.

◆ next

struct memory_block_t* memory_block_t::next

Definition at line 17 of file memory_management.h.

◆ size

size_t memory_block_t::size

Definition at line 15 of file memory_management.h.


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