Home
last modified time | relevance | path

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

/freebsd/contrib/libcbor/src/
H A Dallocators.c14 void cbor_set_allocs(_cbor_malloc_t custom_malloc, in cbor_set_allocs() argument
16 _cbor_malloc = custom_malloc; in cbor_set_allocs()
/freebsd/contrib/libcbor/src/cbor/
H A Dcommon.h137 * @param custom_malloc malloc implementation
141 CBOR_EXPORT void cbor_set_allocs(_cbor_malloc_t custom_malloc,