Final Platform Layer 0.9.8-beta
Loading...
Searching...
No Matches
Data Fields
fplMemoryBlock Struct Reference

Defines a memory block. More...

#include <final_platform_layer.h>

Data Fields

void * base
 The base pointer.
 
size_t size
 The size of the allocated memory.
 

Detailed Description

Defines a memory block.

Definition at line 3176 of file final_platform_layer.h.

Field Documentation

◆ base

void* fplMemoryBlock::base

The base pointer.

Definition at line 3178 of file final_platform_layer.h.

◆ size

size_t fplMemoryBlock::size

The size of the allocated memory.

Definition at line 3180 of file final_platform_layer.h.


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