Sign in
pigweed
/
third_party
/
github
/
ARMmbed
/
mbedtls
/
18c5c59b5b99107889e57f989eb818f2df79c084
/
.
/
scripts
/
rm-malloc-cast.cocci
blob: 9337dc50196f79341b39385831133df583b37f51 [
file
] [
log
] [
blame
]
@rm_malloc_cast@
expression x
,
n
;
type T
;
@@
x
=
-
(
T
*)
mbedtls_malloc
(
n
)