[GD-General] Memory manager question
Brought to you by:
vexxed72
From: Carl B. <car...@ya...> - 2004-12-01 19:36:01
|
I'm in the process of installing a memory manager into our code, mainly by overriding new and delete. One of the uncertainties I'm bumping up against is how to know if there are parts of our code that are not using the memory manager (allocating "unmanaged" memory). Has anyone come up with a good way of detecting "unmanaged" memory allocation? If not, anyone have tips on minimizing this possiblity? Thanks! Carl |