amath  1.8.5
Simple command line calculator
MemoryList Struct Reference

List of allocated memory. Uses the LIFO principle. More...

Collaboration diagram for MemoryList:

Public Attributes

struct MemoryBlockfirst
 
size_t peak
 
size_t size
 
long count
 

Detailed Description

List of allocated memory. Uses the LIFO principle.

Definition at line 67 of file mem.c.

Member Data Documentation

◆ count

long MemoryList::count

Definition at line 72 of file mem.c.

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

◆ first

struct MemoryBlock* MemoryList::first

Definition at line 69 of file mem.c.

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

◆ peak

size_t MemoryList::peak

Definition at line 70 of file mem.c.

Referenced by AllocMemSafe(), and MemUsage().

◆ size

size_t MemoryList::size

Definition at line 71 of file mem.c.

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


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