Home
last modified time | relevance | path

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

/netbsd-src/external/mit/libcbor/dist/src/
H A Dallocators.c11 _cbor_realloc_t _cbor_realloc = realloc; variable
17 _cbor_realloc = custom_realloc; in cbor_set_allocs()
/netbsd-src/external/mit/libcbor/dist/src/cbor/
H A Dcommon.h91 extern _cbor_realloc_t _cbor_realloc;
115 #define _CBOR_REALLOC _cbor_realloc