D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
usr
/
share
/
doc
/
git
/
contrib
/
coccinelle
/
Filename :
xcalloc.cocci
back
Copy
@@ type T; T *ptr; expression n; @@ xcalloc( + n, \( sizeof(T) \| sizeof(*ptr) \) - , n )