Home
last modified time | relevance | path

Searched defs:typeCallocN (Results 1 – 3 of 3) sorted by relevance

/dports/editors/textadept/cdk-5.0-20200923/include/
H A Dcdk_int.h48 #define typeCallocN(type,n) (type*)calloc((size_t)(n), sizeof(type)) macro
/dports/editors/textadept/textadept-textadept_11.1/src/cdk/
H A Dcdk_int.h48 #define typeCallocN(type,n) (type*)calloc((size_t)(n), sizeof(type)) macro
/dports/devel/cdk/cdk-5.0-20161210/include/
H A Dcdk_int.h48 #define typeCallocN(type,n) (type*)calloc((size_t)(n), sizeof(type)) macro