Sign in
googlers
/
jrn
/
git
/
d7805bc74351e61126e587a7470e3fbf843caf8a
/
.
/
contrib
/
coccinelle
/
xcalloc.cocci
blob: c291011607ee34618205c13d337d4ce9f040e16d [
file
] [
log
] [
blame
]
@@
type T
;
T
*
ptr
;
expression n
;
@@
xcalloc
(
+
n
,
\(
sizeof
(
T
)
\|
sizeof
(*
ptr
)
\)
-
,
n
)