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