Home
last modified time | relevance | path

Searched refs:LITE_malloc (Results 1 – 25 of 28) sorted by relevance

12

/AliOS-Things-master/components/linkkit/dev_model/alcs/
A Dalcs_internal.h15 #define ALCS_malloc(size) LITE_malloc(size, MEM_MAGIC, "alcs")
16 #define ALCS_ADAPTER_malloc(size) LITE_malloc(size, MEM_MAGIC, "alcs_adapter")
/AliOS-Things-master/components/linkkit/ota/
A Diotx_ota_internal.h24 #define OTA_MALLOC(size) LITE_malloc(size, MEM_MAGIC, "ota")
26 #define OTA_API_MALLOC(size) LITE_malloc(size, MEM_MAGIC, "ota.api")
/AliOS-Things-master/components/linkkit/iot_coap/client/
A DCloud_CoAPPlatform.h15 #define coap_malloc(size) LITE_malloc(size, MEM_MAGIC, "coap.cloud")
/AliOS-Things-master/components/linkkit/wifi_provision/dev_bind/awss_reset/
A Dawss_dev_reset_internal.h31 #define devrst_malloc(size) LITE_malloc(size, MEM_MAGIC, "devrst")
/AliOS-Things-master/components/linkkit/dev_reset/
A Ddev_reset_internal.h41 #define devrst_malloc(size) LITE_malloc(size, MEM_MAGIC, "devrst")
/AliOS-Things-master/components/linkkit/dynamic_register/
A Ddynreg_internal.h31 #define dynreg_malloc(size) LITE_malloc(size, MEM_MAGIC, "dynreg")
/AliOS-Things-master/components/linkkit/include/linkkit/infra/
A Dinfra_mem_stats.h32 #define LITE_malloc(size, ...) \ macro
/AliOS-Things-master/components/linkkit/iot_coap/CoAPPacket/
A DCoAPPlatform.h18 #define coap_malloc(size) LITE_malloc(size, MEM_MAGIC, "coap.local")
/AliOS-Things-master/components/linkkit/dev_model/
A Diotx_cm_internal.h24 #define cm_malloc(size) LITE_malloc(size, MEM_MAGIC, "cm")
A Diotx_dm_internal.h77 #define DM_malloc(size) LITE_malloc(size, MEM_MAGIC, "dm")
A Ddm_cota.c10 #define DM_COTA_MALLOC(size) LITE_malloc(size, MEM_MAGIC, "dm.cota")
A Ddm_utils.c435 return LITE_malloc(size, MEM_MAGIC, "lite_cjson"); in dm_utils_malloc()
/AliOS-Things-master/components/linkkit/external/nghttp2/
A Dnghttp2_queue.c37 #define NGHTTP2_QUEUE_MALLOC(size) LITE_malloc(size, MEM_MAGIC, "nghttp2.queue")
A Dnghttp2_mem.c40 return LITE_malloc(size, MEM_MAGIC, "nghttp2"); in default_malloc()
A Dnghttp2_option.c38 LITE_malloc(size, MEM_MAGIC, "nghttp2.option")
A Dnghttp2_callbacks.c36 #define NGHTTP2_CB_MALLOC(size) LITE_malloc(size, MEM_MAGIC, "nghttp2.cb")
/AliOS-Things-master/components/linkkit/mqtt/impl/
A Diotx_mqtt_client.h17 #define mqtt_malloc(size) LITE_malloc(size, MEM_MAGIC, "mqtt")
/AliOS-Things-master/components/linkkit/http2/
A Dhttp2_internal.h58 #define HTTP2_STREAM_MALLOC(size) LITE_malloc(size, MEM_MAGIC, "http2.stream")
/AliOS-Things-master/components/linkkit/dev_model/deprecated/
A Dimpl_ntp.c18 #define IMPL_NTP_MALLOC(size) LITE_malloc(size, MEM_MAGIC, "impl.ntp")
/AliOS-Things-master/components/linkkit/infra/
A Dinfra_report.c18 #define SYS_REPORT_MALLOC(size) LITE_malloc(size, MEM_MAGIC, "sys.report")
A Dinfra_mem_stats.c561 return LITE_malloc(size, magic, module_name); in LITE_malloc_routine()
577 return LITE_malloc(n * s, magic, module_name); in LITE_calloc_routine()
A Dinfra_net.c85 #define NET_MALLOC(size) LITE_malloc(size, MEM_MAGIC, "infra_net")
A Dinfra_json_parser.c30 #define jparser_malloc(size) LITE_malloc(size, MEM_MAGIC, "jparser")
/AliOS-Things-master/components/linkkit/mqtt/
A Dmqtt_api.c16 #define mqtt_api_malloc(size) LITE_malloc(size, MEM_MAGIC, "mqtt-api")
/AliOS-Things-master/components/linkkit/iot_http/
A Diotx_http_api.c22 #define HTTP_API_MALLOC(size) LITE_malloc(size, MEM_MAGIC, "http.api")

Completed in 28 milliseconds

12