Searched defs:kcalloc (Results 1 – 2 of 2) sorted by relevance
| /petsc/include/petsc/private/ | ||
| H A D | hashtable.h | 18 #define kcalloc(N, Z) calloc(N, Z) macro |
| /petsc/include/petsc/private/khash/ | ||
| H A D | khash.h | 184 #define kcalloc(N,Z) calloc(N,Z) macro |