TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-crypto
/
fc2a0b2e6721f8d6eedf6c6a9bbc7a31a1179ea6
/
.
/
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
)