Searched defs:coap_malloc (Results 1 – 2 of 2) sorted by relevance
15 #define coap_malloc(size) LITE_malloc(size, MEM_MAGIC, "coap.cloud") macro
18 #define coap_malloc(size) LITE_malloc(size, MEM_MAGIC, "coap.local") macro
Completed in 3 milliseconds