*** Notes on Memory alignment of different C++ compilers ***
C++ compilers always differ in some functionality, or another, and memory allocation CRT-functions, like malloc or calloc, Not exceptions. Memory blocks allocated by these CRT-functions at different parts of Virtual Memory and have different alignments (!).
More details will be submitted soon.