Example #1
0
 public int Allocate(OperandType type)
 {
     return(Allocate(type.GetSizeInBytes()));
 }