Module Alloc
Import path
import semmle.code.cpp.commons.AllocImports
| Allocation | Provides an abstract class for modeling functions and expressions that allocate memory, such as the standard |
| Deallocation | Provides an abstract class for modeling functions and expressions that deallocate memory, such as the standard |
| cpp | Provides classes and predicates for working with C/C++ code. |
Predicates
| freeCall | A call to a library routine that frees memory. |
| freeFunction | A library routine that frees memory. |
| isAllocationExpr | Is e some kind of allocation ( |
| isMemoryManagementExpr | Is e some kind of allocation or deallocation ( |