<br>
I think this is possible, but a bad idea.<br>
<br>
If you look in the CRT source code, eventually they both will call _nh_malloc(). This is today. Next week they could be totally different.<br>
<br>
You really ought to code these things in matching sets. A phrase I've heard is "sandwich code", where the memory allocation and the free form the bread of the sandwich, with all the meat & good stuff inbetween.<br>
<br>
Chip H.<br>