Method b3SetAllocator
- Namespace
- Box3D.Native
- Assembly
- Box3D.NET.Native.dll
b3SetAllocator(delegate* unmanaged[Cdecl]<int, int, void*>, delegate* unmanaged[Cdecl]<void*, void>)
Overrides the allocation functions. Must be called during application startup.
public static extern void b3SetAllocator(delegate* unmanaged[Cdecl]<int, int, void*> allocFcn, delegate* unmanaged[Cdecl]<void*, void> freeFcn)