Home
last modified time | relevance | path

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

/external/cn-cbor/src/
Dcbor.h81 #define CN_CALLOC(ctx) ((ctx) && (ctx)->calloc_func) ? \
82 (ctx)->calloc_func(1, sizeof(cn_cbor), (ctx)->context) : \
/external/cn-cbor/include/cn-cbor/
Dcn-cbor.h195 cn_calloc_func calloc_func; member