amath  1.8.5
Simple command line calculator
MemoryBlock Struct Reference

Block of allocated memory. More...

Collaboration diagram for MemoryBlock:

Public Attributes

struct MemoryBlocknext
 
size_t size
 
void * address
 

Detailed Description

Block of allocated memory.

Definition at line 57 of file mem.c.

Member Data Documentation

◆ address

void* MemoryBlock::address

Definition at line 61 of file mem.c.

Referenced by AllocMemSafe(), FreeAllSafe(), and RemoveMemSafe().

◆ next

struct MemoryBlock* MemoryBlock::next

Definition at line 59 of file mem.c.

Referenced by AllocMemSafe(), FreeAllSafe(), and RemoveMemSafe().

◆ size

size_t MemoryBlock::size

Definition at line 60 of file mem.c.

Referenced by AllocMemSafe(), and RemoveMemSafe().


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