allocationSize static method

int allocationSize(
  1. Address value
)

Implementation

static int allocationSize(Address value) {
  return 8;
}