xref
: /
aosp_15_r20
/
external
/
mbedtls
/
scripts
/
rm-calloc-cast.cocci
(revision 62c56f9862f102b96d72393aff6076c951fb8148)
Home
History
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