Oakfield API Documentation 1.0.0
Numerical core APIs
Loading...
Searching...
No Matches
SimFieldAllocator Struct Reference

Custom allocator description for field memory. More...

#include <field.h>

Public Attributes

SimFieldAllocFn allocate
 
SimFieldFreeFn release
 
void * userdata
 

Detailed Description

Custom allocator description for field memory.

Member Data Documentation

◆ allocate

SimFieldAllocFn SimFieldAllocator::allocate

Allocation callback, must behave like malloc.

◆ release

SimFieldFreeFn SimFieldAllocator::release

Deallocation callback, must behave like free.

◆ userdata

void* SimFieldAllocator::userdata

User-defined pointer passed to callbacks.


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