allocationSize static method

int allocationSize(
  1. OhttpKeys value
)

Implementation

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