Quantum 3 3.0.14

Public Member Functions | List of all members
Photon.Deterministic.Native.AllocatorVTable Struct Reference

Equal to the AllocatorVTableManaged but with marshaled function pointers. More...

Public Member Functions

 AllocatorVTable (AllocatorVTableManaged vtable)
 Create a marshaled allocator operations table. More...
 

Detailed Description

Equal to the AllocatorVTableManaged but with marshaled function pointers.

Constructor & Destructor Documentation

◆ AllocatorVTable()

Photon.Deterministic.Native.AllocatorVTable.AllocatorVTable ( AllocatorVTableManaged  vtable)
inline

Create a marshaled allocator operations table.

Parameters
vtableThe source allocation methods.