Hi, I'd like to know what is the align setting for heap allocation when using new/delete keyword in C++? I assume it can be controled via the setting of sytem heap instance from which it is allocated. But it seems the pointer returned from 'new' does not agree with the preset 'minBlockAlign' value. Why is that??? Anyone have any tips for that issue? I've run through all the available documents, but so far it still remains to be open question. Regards z. f. yang