I want to understand how memory tracker and leak detector work, so I come with this idea, I have an executable, and I want to force it while execution to use my own memory allocation functions instead of the usual system functions ("malloc", "realloc"...).I want to understand how memory tracker and lea