virtualSize method

int virtualSize()

Implementation

int virtualSize() {
  return (weight() / 4).ceil();
}