Detecting memory management bugs with GCC 11, Part 2: Deallocation functions

7 · Red Hat · May 5, 2021, 7:25 a.m.
The first half of this article described dynamic memory allocation in C and C++, along with some of the new GNU Compiler Collection (GCC) 11 features that help you detect errors in dynamic allocation. This second half completes the tour of GCC 11 features in this area and explains where the detection mechanism might report […] The post Detecting memory management bugs with GCC 11, Part 2: Deallocation functions appeared first on Red Hat Developer....