Hi,
I know Microsoft themselves used to recommend overriding operator new with calls to HeapCreate() and HeapAlloc(), but that was a while ago. See KB139638 for more details.
Would i still benefit from overriding new/delete on Win32? What would be the recommended implementation?
TIA.