Exemple #1
0
 public override Result Defragment(ulong maxBytesToMove, int maxAllocationsToMove, DefragmentationFlags flags, out DefragmentationMove[] moves)
 {
     throw new NotImplementedException();
 }
Exemple #2
0
 internal Result Defragment(ulong maxCPUBytesToMove, int maxCPUAllocationsToMove, ulong maxGPUBytesToMove,
                            int maxGPUAllocationsToMove, CommandBuffer cbuffer, DefragmentationStats stats,
                            DefragmentationFlags flags)
 {
     throw new NotImplementedException();
 }
Exemple #3
0
 public abstract Result Defragment(ulong maxBytesToMove, int maxAllocationsToMove, DefragmentationFlags flags, out DefragmentationMove[] moves);