Home
last modified time | relevance | path

Searched refs:cbor_set_allocs (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/mit/libcbor/dist/doc/source/api/
H A Ditem_reference_counting.rst18 cbor_set_allocs(malloc, realloc, free);
23 .. doxygenfunction:: cbor_set_allocs
/netbsd-src/external/mit/libcbor/dist/src/
H A Dallocators.c14 void cbor_set_allocs(_cbor_malloc_t custom_malloc, in cbor_set_allocs() function
/netbsd-src/external/mit/libcbor/dist/oss-fuzz/
H A Dcbor_load_fuzzer.cc17 cbor_set_allocs(limited_malloc, realloc, free); in State()
/netbsd-src/external/mit/libcbor/dist/test/
H A Dfuzz_test.c67 cbor_set_allocs(mock_malloc, realloc, free); in fuzz()
H A Dmemory_allocation_test.c259 cbor_set_allocs(instrumented_malloc, instrumented_realloc, free); in main()
/netbsd-src/external/mit/libcbor/dist/src/cbor/
H A Dcommon.h111 void cbor_set_allocs(_cbor_malloc_t custom_malloc,