Skip to content

fplMemoryBlock Struct Reference

Finalspace edited this page May 29, 2026 · 1 revision

Stores properties that represents any block of memory. More...

#include <final_platform_layer.h>

Data Fields

Type Name
void * base
The base reference.
size_t size
The size of the allocated memory.

Detailed Description

Stores properties that represents any block of memory.

Definition at line 5338 of file final_platform_layer.h.

Field Documentation

base

void* fplMemoryBlock::base

The base reference.

Definition at line 5340 of file final_platform_layer.h.

size

size_t fplMemoryBlock::size

The size of the allocated memory.

Definition at line 5342 of file final_platform_layer.h.


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

Final Platform Layer

Pages

Topics

Data Structures

Clone this wiki locally