Home
last modified time | relevance | path

Searched defs: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
105 #define CN_CALLOC calloc(1, sizeof(cn_cbor)) macro