Home
last modified time | relevance | path

Searched defs:kcalloc (Results 1 – 2 of 2) sorted by relevance

/petsc/include/petsc/private/
H A Dhashtable.h18 #define kcalloc(N, Z) calloc(N, Z) macro
/petsc/include/petsc/private/khash/
H A Dkhash.h184 #define kcalloc(N,Z) calloc(N,Z) macro