How to replace malloc/free/new/delete with own code

  • Thread starter Thread starter isomorphism
  • Start date Start date
I

isomorphism

Guest
Hi experts,


Currently, in my project, I need to replace malloc/free/new/delete completely with my own implementation.

GNU C has hooks I could use to provide my own functions, is there some similar mechanism in Visual C++ 2005?

Is there any guideline about that?



Thanks & Regards,

Isomorphism

Continue reading...
 
Back
Top