ResourcesΒΆ
Manage dynamic resources tracked by semantic analysis
Nested Rules
Representation of heap memory as allocated by array-new operator new[] |
|
Representation of heap memory as allocated by operator new |
|
Representation of heap memory as managed by memory_resources from std::pmr |
|
Representation of the result of gmtime() or localtime() |
|
Representation of stream-ordered device memory as allocated by cudaMallocAsync |
|
Representation of device memory as allocated by cudaMalloc |
|
Representation of stream-ordered device memory as allocated by cuMemAllocAsync |
|
Representation of host memory as allocated by cudaHostAlloc or cudaMallocHost |
|
Representation of managed device memory as allocated by cudaMallocManaged |
|
User-provided description for a dynamically allocated/freed resource |
|
Representation of the result of getenv() |
|
Representation of a file handle |
|
Representation of standard C heap memory |
|
Representation of the current locale |
|
Representation of MS aligned heap memory |
|
Representation of a mutex |
|
Representation of the result of strerror() |
|
Representation of the result of asctime() or ctime() |
|
Representation of a thread |
|
Representation of heap memory as allocated by make_unique |
Options
Setting an option for this rule means setting the default for all nested rules.
The following places define options that affect this rule: Analysis-GlobalOptions
This rule has no individual options.