Codebase Browser
git
Go to App
git
/
contrib/coccinelle/
xcalloc.cocci
@@ type T; T *ptr; expression n; @@ xcalloc( + n, \( sizeof(T) \| sizeof(*ptr) \) - , n )