mirror of
https://github.com/github/codeql.git
synced 2025-12-18 01:33:15 +01:00
15 lines
664 B
YAML
15 lines
664 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] |