Home
last modified time | relevance | path

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

/freebsd/contrib/libcbor/src/
H A Dallocators.c15 _cbor_realloc_t custom_realloc, _cbor_free_t custom_free) { in cbor_set_allocs() argument
18 _cbor_free = custom_free; in cbor_set_allocs()
/freebsd/contrib/libcbor/src/cbor/
H A Dcommon.h139 * @param custom_free free implementation
143 _cbor_free_t custom_free);