I want to construct an object of class T by using ::operator new(size_t) and placement new.
T
::operator new(size_t)
new
To \"extend\" the size of ch
ch
You can influence the alignment in memory with the pragma pack declarations, just Google for it.