Skip to content

Commit d2d594a

Browse files
committed
Add models of ::aligned_alloc, std::aligned_alloc, and bsl::aligned_alloc
1 parent ee34e33 commit d2d594a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

cpp/ql/lib/ext/allocation/Std.allocation.model.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,7 @@ extensions:
1212
- ["", "", False, "_malloca", "0", "", "", False]
1313
- ["", "", False, "calloc", "1", "0", "", True]
1414
- ["std", "", False, "calloc", "1", "0", "", True]
15-
- ["bsl", "", False, "calloc", "1", "0", "", True]
15+
- ["bsl", "", False, "calloc", "1", "0", "", True]
16+
- ["", "", False, "aligned_alloc", "1", "", "", True]
17+
- ["std", "", False, "aligned_alloc", "1", "", "", True]
18+
- ["bsl", "", False, "aligned_alloc", "1", "", "", True]

0 commit comments

Comments
 (0)