AllocModelMemory
Syntax
public const string enginedll = @"engine.dll"; [DllImport(enginedll, EntryPoint = "AllocModelMemory")] public static extern Int32 AllocModelMemory(Int64 model, Int64 size);
public const string enginedll = @"engine.dll"; [DllImport(enginedll, EntryPoint = "AllocModelMemory")] public static extern Int32 AllocModelMemory(Int64 model, Int64 size);