match_alloc_helper
match_alloc_helper(pointer, arg);
match_alloc_helper(pointer, size, 0);
match_alloc_helper(expr->left, arg, 1);
match_alloc_helper(expr->left, size, 1);
match_alloc_helper(expr->left, arg, 1);
match_alloc_helper(expr->left, arg, 1);
match_alloc_helper(pointer, expr->right, 1);