Search Results

0
votes

Testing pointers for validity (C/C++)

I have seen various libraries use some method to check for unreferenced memory and such. I believe they simply "override" the memory allocation and deallocation methods (malloc/free), which has som …