SA_BLOCK_MAX
return OPENSSL_zalloc(SA_BLOCK_MAX * sizeof(void *));
#define SA_BLOCK_MASK (SA_BLOCK_MAX - 1)
if (n >= SA_BLOCK_MAX) {