Example #1
0
            private static void *__CopyValue(global::Std.__1.Allocator.__Internal native)
            {
                var ret = Marshal.AllocHGlobal(sizeof(global::Std.__1.Allocator.__Internal));

                *(global::Std.__1.Allocator.__Internal *)ret = native;
                return(ret.ToPointer());
            }
Example #2
0
 private Allocator(global::Std.__1.Allocator.__Internal native, bool skipVTables = false)
     : this(__CopyValue(native), skipVTables)
 {
     __ownsNativeInstance           = true;
     NativeToManagedMap[__Instance] = this;
 }
Example #3
0
 internal static global::Std.__1.Allocator __CreateInstance(global::Std.__1.Allocator.__Internal native, bool skipVTables = false)
 {
     return(new Allocator(native, skipVTables));
 }