The amount of space to be allocated, in bytes.
The required alignment of the space (a multiple of 8 bytes).
in-malloc
allocates space aligned on a specified byte alignment.
If the allocated object is not referenced, it is garbage collected.
switch-static-allocation