Skip to content

fplMemoryAllocationSettings Struct Reference

Finalspace edited this page May 29, 2026 · 1 revision

Stores settings for memory allocation usage. More...

#include <final_platform_layer.h>

Data Fields

Type Name
fpl_memory_allocate_callback * allocateCallback
Callback for allocating memory.
fplMemoryAllocationMode mode
Memory allocation mode.
fpl_memory_release_callback * releaseCallback
Callback for releasing memory.
void * userData
User data passed through callbacks.

Detailed Description

Stores settings for memory allocation usage.

Definition at line 6844 of file final_platform_layer.h.

Field Documentation

allocateCallback

fpl_memory_allocate_callback* fplMemoryAllocationSettings::allocateCallback

Callback for allocating memory.

Definition at line 6848 of file final_platform_layer.h.

mode

fplMemoryAllocationMode fplMemoryAllocationSettings::mode

Memory allocation mode.

Definition at line 6846 of file final_platform_layer.h.

releaseCallback

fpl_memory_release_callback* fplMemoryAllocationSettings::releaseCallback

Callback for releasing memory.

Definition at line 6850 of file final_platform_layer.h.

userData

void* fplMemoryAllocationSettings::userData

User data passed through callbacks.

Definition at line 6852 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