Raven Engine v0.1
Loading...
Searching...
No Matches
Raven::MemoryTracker::AllocationInfo Struct Reference

Struct to hold memory allocation information. More...

#include <MemoryTracker.h>

Public Attributes

usize size
const char * function
 Size of the allocated memory block.

Detailed Description

Struct to hold memory allocation information.

This struct stores the size of the allocated memory and the function where it was allocated.

Member Data Documentation

◆ function

const char* Raven::MemoryTracker::AllocationInfo::function

Size of the allocated memory block.

◆ size

usize Raven::MemoryTracker::AllocationInfo::size

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