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

A structure for setting up memory allocation usage. More...

#include <final_platform_layer.h>

Data Fields

fpl_memory_allocate_callbackallocateCallback
 Callback for allocating memory.
 
fplMemoryAllocationMode mode
 Memory allocation mode.
 
fpl_memory_release_callbackreleaseCallback
 Callback for releasing memory.
 
void * userData
 User data passed through callbacks.
 

Detailed Description

A structure for setting up memory allocation usage.

Definition at line 4057 of file final_platform_layer.h.

Field Documentation

◆ allocateCallback

fpl_memory_allocate_callback* fplMemoryAllocationSettings::allocateCallback

Callback for allocating memory.

Definition at line 4061 of file final_platform_layer.h.

◆ mode

fplMemoryAllocationMode fplMemoryAllocationSettings::mode

Memory allocation mode.

Definition at line 4059 of file final_platform_layer.h.

◆ releaseCallback

fpl_memory_release_callback* fplMemoryAllocationSettings::releaseCallback

Callback for releasing memory.

Definition at line 4063 of file final_platform_layer.h.

◆ userData

void* fplMemoryAllocationSettings::userData

User data passed through callbacks.

Definition at line 4065 of file final_platform_layer.h.


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