|
Oakfield API Documentation 1.0.0
Numerical core APIs
|
Custom allocator description for field memory. More...
#include <field.h>
Public Attributes | |
| SimFieldAllocFn | allocate |
| SimFieldFreeFn | release |
| void * | userdata |
Custom allocator description for field memory.
| SimFieldAllocFn SimFieldAllocator::allocate |
Allocation callback, must behave like malloc.
| SimFieldFreeFn SimFieldAllocator::release |
Deallocation callback, must behave like free.
| void* SimFieldAllocator::userdata |
User-defined pointer passed to callbacks.