repo.or.cz
/
git.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Git 2.47
[git.git]
/
contrib
/
coccinelle
/
xcalloc.cocci
blob
c291011607ee34618205c13d337d4ce9f040e16d
1
@@
2
type T;
3
T *ptr;
4
expression n;
5
@@
6
xcalloc(
7
+ n,
8
\( sizeof(T) \| sizeof(*ptr) \)
9
- , n
10
)