TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-tls.git
/
12d9f3c84d14cf1f01d8e8c1f18a430b9d764765
/
.
/
scripts
/
rm-malloc-cast.cocci
blob: 9337dc50196f79341b39385831133df583b37f51 [
file
] [
log
] [
blame
]
@rm_malloc_cast@
expression x
,
n
;
type T
;
@@
x
=
-
(
T
*)
mbedtls_malloc
(
n
)