I am soon going to be tasked with doing a proper memory profile of a code that is written in C/C++ and uses CUDA to take advantage of GPU processing.
My initial thou
Maybe linker option --wrap=symbol can help you. Really good example can be found here: man ld