Return the used allocation size.
The minimal required size in bytes.
the size n that will be allocated, where n >= size.
Generally, mi_usable_size(mi_malloc(size)) == mi_good_size(size). This can be used to reduce internal wasted space when allocating buffers for example.
See Implementation
Return the used allocation size.