xref
: /
mbedtls-development
/
scripts
/
rm-calloc-cast.cocci
Home
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
@rm_calloc_cast@
2
expression x, n, m;
3
type T;
4
@@
5
x =
6
- (T *)
7
mbedtls_calloc(n, m)
8