allocationSize static method

int allocationSize([
  1. bool value = false
])

Implementation

static int allocationSize([bool value = false]) {
  return 1;
}