HOME


Mini Shell 1.0
DIR:/proc/thread-self/root/usr/share/doc/git/contrib/coccinelle/
Upload File :
Current File : //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
  )