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