public void Dispose()
 {
     MUnsafeUtility.SafeFree(ref allBytes, Allocator.Persistent);
 }
Beispiel #2
0
 public void Dispose()
 {
     MUnsafeUtility.SafeFree(ref ptr, constAlloc);
     Length = 0;
 }
Beispiel #3
0
 public void Dispose()
 {
     MUnsafeUtility.SafeFree(ref ptr, alloc);
 }