Home
last modified time | relevance | path

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

/netbsd-src/external/mit/libcbor/dist/src/cbor/
H A Dcommon.h87 typedef void *(*_cbor_realloc_t)(void *, size_t); typedef
91 extern _cbor_realloc_t _cbor_realloc;
112 _cbor_realloc_t custom_realloc, _cbor_free_t custom_free);
/netbsd-src/external/mit/libcbor/dist/src/
H A Dallocators.c11 _cbor_realloc_t _cbor_realloc = realloc;
15 _cbor_realloc_t custom_realloc, _cbor_free_t custom_free) { in cbor_set_allocs()