Grid 0.7.0
MemoryStats Struct Reference

#include <MemoryStats.h>

Data Fields

size_t totalAllocated
size_t maxAllocated
size_t currentlyAllocated
size_t totalFreed

Detailed Description

Definition at line 36 of file MemoryStats.h.

Field Documentation

◆ totalAllocated

size_t MemoryStats::totalAllocated

Definition at line 38 of file MemoryStats.h.

◆ maxAllocated

size_t MemoryStats::maxAllocated

Definition at line 38 of file MemoryStats.h.

◆ currentlyAllocated

size_t MemoryStats::currentlyAllocated

Definition at line 39 of file MemoryStats.h.

◆ totalFreed

size_t MemoryStats::totalFreed

Definition at line 39 of file MemoryStats.h.


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