Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/libcbor/src/
H A Dallocators.c10 CBOR_EXPORT _cbor_malloc_t _cbor_malloc = malloc; variable
16 _cbor_malloc = custom_malloc; in cbor_set_allocs()
/freebsd-13.1/contrib/libcbor/src/cbor/
H A Dcommon.h91 CBOR_EXPORT extern _cbor_malloc_t _cbor_malloc;
118 #define _CBOR_MALLOC _cbor_malloc