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