Searched refs:_cbor_malloc (Results 1 – 3 of 3) sorted by relevance
10 _cbor_malloc_t _cbor_malloc = malloc; variable16 _cbor_malloc = custom_malloc; in cbor_set_allocs()
90 extern _cbor_malloc_t _cbor_malloc;114 #define _CBOR_MALLOC _cbor_malloc
35 - return _cbor_malloc(item_size * item_count);39 + return _cbor_malloc(item_size * item_count);