Click here to Skip to main content
15,891,529 members
Articles / Programming Languages / VC++

Memory Allocation Tracking for C++ Code

Rate me:
Please Sign up or sign in to vote.
5.00/5 (5 votes)
1 Nov 2020CPOL3 min read 10.4K   11  
A Handy Memory Allocation Tracking Macro and Header for Visual Studio C++ Code
This tip presents a handy memory allocation tracking macro and series of operators for use with the Visual Studio C++ compiler.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior)
United States United States
I work on an industrial HPC project that can run on either the CPU or the GPU. I usually use which ever one has the most horsepower on a given machine. It's written with CUDA with very few ifdefs used. My company is quite large, in the top five in our industry in North America, and I work in a small group with just five programmers.

Comments and Discussions