Searched refs:_ast_calloc (Results 1 - 3 of 3) sorted by relevance

/ast/src/cmd/3d/
H A Dast.c115 extern void* _ast_calloc(size_t n, size_t m) { return calloc(n, m); } function
/ast/src/lib/libast/vmalloc/
H A Dmalloc.c56 #define calloc _ast_calloc
171 #define calloc _ast_calloc
1046 extern Void_t* F2(_ast_calloc, size_t,n, size_t,m) { return calloc(n, m); }
/ast/src/lib/libast/include/
H A Dvmalloc.h256 #define calloc(n,s) (_VMFL_(Vmregion), _ast_calloc((size_t)n, (size_t)(s)) )

Completed in 20 milliseconds