TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-crypto
/
24658c4ba1b9aa1a81117e38f1a959327a07a51a
/
.
/
scripts
/
rm-calloc-cast.cocci
blob: 89481c01a926c1148f16cb080325889e341d1368 [
file
] [
log
] [
blame
]
@rm_calloc_cast@
expression x
,
n
,
m
;
type T
;
@@
x
=
-
(
T
*)
mbedtls_calloc
(
n
,
m
)