TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-tls
/
refs/heads/mbedtls-1.3
/
.
/
scripts
/
rm-malloc-cast.cocci
blob: 04893d97f7e8878037fa8bbf32921ec4426ea2a2 [
file
] [
log
] [
blame
]
@rm_malloc_cast@
expression x
,
n
;
type T
;
@@
x
=
-
(
T
*)
polarssl_malloc
(
n
)