Home
last modified time | relevance | path

Searched refs:_cbor_malloc (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/mit/libcbor/dist/src/
H A Dallocators.c10 _cbor_malloc_t _cbor_malloc = malloc; variable
16 _cbor_malloc = custom_malloc; in cbor_set_allocs()
/netbsd-src/external/mit/libcbor/dist/src/cbor/
H A Dcommon.h90 extern _cbor_malloc_t _cbor_malloc;
114 #define _CBOR_MALLOC _cbor_malloc
/netbsd-src/external/bsd/libfido2/dist/fuzz/
H A DREADME35 - return _cbor_malloc(item_size * item_count);
39 + return _cbor_malloc(item_size * item_count);