Home
last modified time | relevance | path

Searched refs:coap_free_type (Results 1 - 1 of 1) sorted by relevance

/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/libcoap/include/coap2/
H A Dmem.h54 * must be released with coap_free_type().
70 void coap_free_type(coap_memory_tag_t type, void *p);
80 * Wrapper function to coap_free_type() for backwards compatibility.
83 coap_free_type(COAP_STRING, object); in coap_free()
102 #define coap_free_type(type, p) memp_free(MEMP_ ## type, p) macro

Completed in 1 milliseconds