Current Path : /proc/3848981/task/3848981/root/usr/share/doc/git/contrib/coccinelle/ |
Current File : //proc/3848981/task/3848981/root/usr/share/doc/git/contrib/coccinelle/xcalloc.cocci |
@@ type T; T *ptr; expression n; @@ xcalloc( + n, \( sizeof(T) \| sizeof(*ptr) \) - , n )