Home
last modified time | relevance | path

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

/external/cn-cbor/src/
Dcbor.h81 #define CN_CALLOC(ctx) ((ctx) && (ctx)->calloc_func) ? \ macro
95 #define CN_CALLOC_CONTEXT() CN_CALLOC(context)
101 #define CN_CALLOC_CONTEXT() CN_CALLOC
104 #ifndef CN_CALLOC
105 #define CN_CALLOC calloc(1, sizeof(cn_cbor)) macro