Home
last modified time | relevance | path

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

/AliOS-Things-master/components/linkkit/dev_model/
A Diotx_cm_coap.c79 (iotx_cm_connection_t *)cm_malloc(sizeof(iotx_cm_connection_t)); in iotx_cm_open_coap()
91 coap_config = (iotx_coap_config_t *)cm_malloc(sizeof(iotx_coap_config_t)); in iotx_cm_open_coap()
98 (iotx_coap_device_info_t *)cm_malloc(sizeof(iotx_coap_device_info_t)); in iotx_cm_open_coap()
266 char *topic = cm_malloc(topic_len); in _coap_response_default()
325 node = (coap_response_node_t *)cm_malloc(sizeof(coap_response_node_t)); in _coap_publish()
331 node->topic = (char *)cm_malloc(topic_len); in _coap_publish()
A Diotx_cm_internal.h24 #define cm_malloc(size) LITE_malloc(size, MEM_MAGIC, "cm") macro
27 #define cm_malloc(size) HAL_Malloc(size) macro
A Diotx_cm_mqtt.c28 (iotx_cm_connection_t *)cm_malloc(sizeof(iotx_cm_connection_t)); in iotx_cm_open_mqtt()
34 mqtt_param = (iotx_mqtt_param_t *)cm_malloc(sizeof(iotx_mqtt_param_t)); in iotx_cm_open_mqtt()
208 topic = cm_malloc(topic_info->topic_len + 1); in iotx_cloud_conn_mqtt_event_handle()

Completed in 7 milliseconds