Searched refs:_cbor_malloc_t (Results 1 – 2 of 2) sorted by relevance
10 CBOR_EXPORT _cbor_malloc_t _cbor_malloc = malloc;14 void cbor_set_allocs(_cbor_malloc_t custom_malloc, in cbor_set_allocs()
113 typedef void* (*_cbor_malloc_t)(size_t); typedef117 CBOR_EXPORT extern _cbor_malloc_t _cbor_malloc;162 CBOR_EXPORT void cbor_set_allocs(_cbor_malloc_t custom_malloc,