I know _CrtSetAllocHook doesn't exist in release builds and all debugging code for CRT memory isn't there, but I do need to make it work in release. What kind of options to I have? I'm using release crt dll, can I perhaps hook malloc/free function in dll? What options do I have?
↧