Your IP : 216.73.217.90


Current Path : /proc/self/root/proc/thread-self/root/usr/share/doc/git/contrib/coccinelle/
Upload File :
Current File : //proc/self/root/proc/thread-self/root/usr/share/doc/git/contrib/coccinelle/xcalloc.cocci

@@
type T;
T *ptr;
expression n;
@@
  xcalloc(
+ n,
  \( sizeof(T) \| sizeof(*ptr) \)
- , n
  )