allocationSize static method

int allocationSize([
  1. int value = 0
])

Implementation

static int allocationSize([int value = 0]) {
  return 4;
}