You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| test.cpp:17:12:17:17 | new | This expression dynamically allocates or deallocates memory. |
2
+
| test.cpp:22:12:22:17 | new | This expression dynamically allocates or deallocates memory. |
3
+
| test.cpp:23:3:23:11 | call to operator delete | This expression dynamically allocates or deallocates memory. |
4
+
| test.cpp:23:3:23:11 | delete | This expression dynamically allocates or deallocates memory. |
5
+
| test.cpp:30:7:30:17 | call to malloc | This expression dynamically allocates or deallocates memory. |
6
+
| test.cpp:32:7:32:12 | call to malloc | This expression dynamically allocates or deallocates memory. |
7
+
| test.cpp:37:7:37:17 | call to calloc | This expression dynamically allocates or deallocates memory. |
8
+
| test.cpp:38:30:38:35 | call to calloc | This expression dynamically allocates or deallocates memory. |
9
+
| test.cpp:43:13:43:23 | call to malloc | This expression dynamically allocates or deallocates memory. |
10
+
| test.cpp:44:14:44:25 | call to realloc | This expression dynamically allocates or deallocates memory. |
11
+
| test.cpp:45:14:45:20 | call to realloc | This expression dynamically allocates or deallocates memory. |
12
+
| test.cpp:50:14:50:31 | call to aligned_alloc | This expression dynamically allocates or deallocates memory. |
13
+
| test.cpp:52:14:52:26 | call to aligned_alloc | This expression dynamically allocates or deallocates memory. |
14
+
| test.cpp:59:7:59:17 | call to malloc | This expression dynamically allocates or deallocates memory. |
15
+
| test.cpp:60:3:60:11 | call to free | This expression dynamically allocates or deallocates memory. |
16
+
| test.cpp:61:3:61:6 | call to free | This expression dynamically allocates or deallocates memory. |
17
+
| test.cpp:69:18:69:25 | call to allocate | This expression uses a standard library function `std::allocator<C1>::allocate` that manages memory manually. |
18
+
| test.cpp:70:9:70:18 | call to deallocate | This expression uses a standard library function `std::allocator<C1>::deallocate` that manages memory manually. |
19
+
| test.cpp:77:12:77:27 | call to allocate | This expression uses a standard library function `std::allocator_traits<allocator<C1>>::allocate` that manages memory manually. |
20
+
| test.cpp:79:3:79:20 | call to deallocate | This expression uses a standard library function `std::allocator_traits<allocator<C1>>::deallocate` that manages memory manually. |
21
+
| test.cpp:85:10:85:17 | call to allocate | This expression uses a standard library function `std::pmr::memory_resource::allocate` that manages memory manually. |
22
+
| test.cpp:86:6:86:15 | call to deallocate | This expression uses a standard library function `std::pmr::memory_resource::deallocate` that manages memory manually. |
23
+
| test.cpp:88:17:88:24 | call to allocate | This expression uses a standard library function `std::pmr::memory_resource::allocate` that manages memory manually. |
24
+
| test.cpp:91:6:91:15 | call to deallocate | This expression uses a standard library function `std::pmr::memory_resource::deallocate` that manages memory manually. |
25
+
| test.cpp:99:18:99:25 | call to allocate | This expression uses a standard library function `std::pmr::polymorphic_allocator<C1>::allocate` that manages memory manually. |
26
+
| test.cpp:100:9:100:18 | call to deallocate | This expression uses a standard library function `std::pmr::polymorphic_allocator<C1>::deallocate` that manages memory manually. |
27
+
| test.cpp:107:17:107:24 | call to allocate | This expression uses a standard library function `std::pmr::memory_resource::allocate` that manages memory manually. |
28
+
| test.cpp:109:6:109:15 | call to deallocate | This expression uses a standard library function `std::pmr::memory_resource::deallocate` that manages memory manually. |
29
+
| test.cpp:115:26:115:33 | call to allocate | This expression uses a standard library function `std::pmr::memory_resource::allocate` that manages memory manually. |
30
+
| test.cpp:117:15:117:24 | call to deallocate | This expression uses a standard library function `std::pmr::memory_resource::deallocate` that manages memory manually. |
31
+
| test.cpp:122:24:122:31 | call to allocate | This expression uses a standard library function `std::pmr::memory_resource::allocate` that manages memory manually. |
32
+
| test.cpp:124:13:124:22 | call to deallocate | This expression uses a standard library function `std::pmr::memory_resource::deallocate` that manages memory manually. |
33
+
| test.cpp:133:13:133:20 | call to allocate | This expression uses a standard library function `std::scoped_allocator_adaptor<allocator<C1>>::allocate` that manages memory manually. |
34
+
| test.cpp:134:9:134:18 | call to deallocate | This expression uses a standard library function `std::scoped_allocator_adaptor<allocator<C1>>::deallocate` that manages memory manually. |
35
+
| test.cpp:142:17:142:23 | call to release | This expression is a call to `std::unique_ptr::release` that manages memory manually. |
36
+
| test.cpp:143:3:143:13 | call to operator delete | This expression dynamically allocates or deallocates memory. |
37
+
| test.cpp:143:3:143:13 | delete | This expression dynamically allocates or deallocates memory. |
38
+
| test.cpp:148:10:148:16 | call to release | This expression is a call to `std::unique_ptr::release` that manages memory manually. |
39
+
| test.cpp:149:3:149:15 | call to operator delete[] | This expression dynamically allocates or deallocates memory. |
40
+
| test.cpp:149:3:149:15 | delete[] | This expression dynamically allocates or deallocates memory. |
41
+
| test.cpp:155:3:155:12 | call to operator delete | This expression dynamically allocates or deallocates memory. |
42
+
| test.cpp:155:3:155:12 | delete | This expression dynamically allocates or deallocates memory. |
0 commit comments