projects
/
git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge branch 'jt/fetch-pack-request-fix'
[git]
/
contrib
/
coccinelle
/
xcalloc.cocci
1
@@
2
type T;
3
T *ptr;
4
expression n;
5
@@
6
xcalloc(
7
+ n,
8
\( sizeof(T) \| sizeof(*ptr) \)
9
- , n
10
)