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