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

Represents a single allocation record. More...

#include <StackAllocator.h>

Public Attributes

void * Ptr
usize Size

Detailed Description

Represents a single allocation record.

Contains the pointer and size of an allocation returned by StackAllocator.

Member Data Documentation

◆ Ptr

void* Raven::Allocation::Ptr

Pointer to the allocated memory.

◆ Size

usize Raven::Allocation::Size

Size in bytes of the allocation.


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