HomeSort by: relevance | last modified time | path
    Searched refs:_cbor_malloc_t (Results 1 - 6 of 6) sorted by relevancy

  /src/external/mit/libcbor/dist/src/
allocators.c 10 _cbor_malloc_t _cbor_malloc = malloc;
14 void cbor_set_allocs(_cbor_malloc_t custom_malloc,
  /src/external/mit/libcbor/dist/docs/doxygen/search/
typedefs_0.js 4 ['_5fcbor_5fmalloc_5ft',['_cbor_malloc_t',['../common_8h.html#ad89d15c2e3f18e8914fcdffe4d725d42',1,'common.h']]],
all_0.js 32 ['_5fcbor_5fmalloc_5ft',['_cbor_malloc_t',['../common_8h.html#ad89d15c2e3f18e8914fcdffe4d725d42',1,'common.h']]],
functions_1.js 183 ['cbor_5fset_5fallocs',['cbor_set_allocs',['../allocators_8c.html#a3f9f1d527374dbb4b48ef3fafa92e0bf',1,'cbor_set_allocs(_cbor_malloc_t custom_malloc, _cbor_realloc_t custom_realloc, _cbor_free_t custom_free): allocators.c'],['../common_8h.html#a3f9f1d527374dbb4b48ef3fafa92e0bf',1,'cbor_set_allocs(_cbor_malloc_t custom_malloc, _cbor_realloc_t custom_realloc, _cbor_free_t custom_free): allocators.c']]],
all_3.js 236 ['cbor_5fset_5fallocs',['cbor_set_allocs',['../allocators_8c.html#a3f9f1d527374dbb4b48ef3fafa92e0bf',1,'cbor_set_allocs(_cbor_malloc_t custom_malloc, _cbor_realloc_t custom_realloc, _cbor_free_t custom_free): allocators.c'],['../common_8h.html#a3f9f1d527374dbb4b48ef3fafa92e0bf',1,'cbor_set_allocs(_cbor_malloc_t custom_malloc, _cbor_realloc_t custom_realloc, _cbor_free_t custom_free): allocators.c']]],
  /src/external/mit/libcbor/dist/src/cbor/
common.h 86 typedef void *(*_cbor_malloc_t)(size_t); typedef
90 extern _cbor_malloc_t _cbor_malloc;
111 void cbor_set_allocs(_cbor_malloc_t custom_malloc,

Completed in 20 milliseconds