This is a stab at providing three new helpers for allocation sizeObvious question (that might indicate this deserves documentation?)
calculation:
struct_size(), array_size(), and array3_size().
These are implemented on top of Rasmus's overflow checking functions,
and the last 8 patches are all treewide conversions of open-coded
multiplications into the various combinations of the helper functions.
-Kees