mirror of
https://github.com/github/codeql.git
synced 2026-05-14 11:19:27 +02:00
19 lines
851 B
YAML
19 lines
851 B
YAML
extensions:
|
|
- addsTo:
|
|
pack: codeql/cpp-all
|
|
extensible: allocationFunctionModel
|
|
data:
|
|
- ["", "", False, "malloc", "0", "", "", True]
|
|
- ["std", "", False, "malloc", "0", "", "", True]
|
|
- ["bsl", "", False, "malloc", "0", "", "", True]
|
|
- ["", "", False, "alloca", "0", "", "", False]
|
|
- ["", "", False, "__builtin_alloca", "0", "", "", False]
|
|
- ["", "", False, "_alloca", "0", "", "", False]
|
|
- ["", "", False, "_malloca", "0", "", "", False]
|
|
- ["", "", False, "calloc", "1", "0", "", True]
|
|
- ["std", "", False, "calloc", "1", "0", "", True]
|
|
- ["bsl", "", False, "calloc", "1", "0", "", True]
|
|
- ["", "", False, "aligned_alloc", "1", "", "", True]
|
|
- ["std", "", False, "aligned_alloc", "1", "", "", True]
|
|
- ["bsl", "", False, "aligned_alloc", "1", "", "", True]
|