Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Dhashtable.h17 #if !defined(kcalloc)
18 #define kcalloc(N, Z) calloc(N, Z) macro
/petsc/include/petsc/private/khash/
H A Dkhash.h183 #ifndef kcalloc
184 #define kcalloc(N,Z) calloc(N,Z) macro
217 return (kh_##name##_t*)kcalloc(1, sizeof(kh_##name##_t)); \