Expand description
Returns the real size of the allocation that would result from a
mallocx
function call with the same arguments.
If the inputs exceed the maximum supported size class and/or alignment
it returns zero.
The behavior is undefined if size == 0
.