/AliOS-Things-master/components/linkkit/dev_model/alcs/ |
A D | alcs_internal.h | 15 #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 D | iotx_ota_internal.h | 24 #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 D | Cloud_CoAPPlatform.h | 15 #define coap_malloc(size) LITE_malloc(size, MEM_MAGIC, "coap.cloud")
|
/AliOS-Things-master/components/linkkit/wifi_provision/dev_bind/awss_reset/ |
A D | awss_dev_reset_internal.h | 31 #define devrst_malloc(size) LITE_malloc(size, MEM_MAGIC, "devrst")
|
/AliOS-Things-master/components/linkkit/dev_reset/ |
A D | dev_reset_internal.h | 41 #define devrst_malloc(size) LITE_malloc(size, MEM_MAGIC, "devrst")
|
/AliOS-Things-master/components/linkkit/dynamic_register/ |
A D | dynreg_internal.h | 31 #define dynreg_malloc(size) LITE_malloc(size, MEM_MAGIC, "dynreg")
|
/AliOS-Things-master/components/linkkit/include/linkkit/infra/ |
A D | infra_mem_stats.h | 32 #define LITE_malloc(size, ...) \ macro
|
/AliOS-Things-master/components/linkkit/iot_coap/CoAPPacket/ |
A D | CoAPPlatform.h | 18 #define coap_malloc(size) LITE_malloc(size, MEM_MAGIC, "coap.local")
|
/AliOS-Things-master/components/linkkit/dev_model/ |
A D | iotx_cm_internal.h | 24 #define cm_malloc(size) LITE_malloc(size, MEM_MAGIC, "cm")
|
A D | iotx_dm_internal.h | 77 #define DM_malloc(size) LITE_malloc(size, MEM_MAGIC, "dm")
|
A D | dm_cota.c | 10 #define DM_COTA_MALLOC(size) LITE_malloc(size, MEM_MAGIC, "dm.cota")
|
A D | dm_utils.c | 435 return LITE_malloc(size, MEM_MAGIC, "lite_cjson"); in dm_utils_malloc()
|
/AliOS-Things-master/components/linkkit/external/nghttp2/ |
A D | nghttp2_queue.c | 37 #define NGHTTP2_QUEUE_MALLOC(size) LITE_malloc(size, MEM_MAGIC, "nghttp2.queue")
|
A D | nghttp2_mem.c | 40 return LITE_malloc(size, MEM_MAGIC, "nghttp2"); in default_malloc()
|
A D | nghttp2_option.c | 38 LITE_malloc(size, MEM_MAGIC, "nghttp2.option")
|
A D | nghttp2_callbacks.c | 36 #define NGHTTP2_CB_MALLOC(size) LITE_malloc(size, MEM_MAGIC, "nghttp2.cb")
|
/AliOS-Things-master/components/linkkit/mqtt/impl/ |
A D | iotx_mqtt_client.h | 17 #define mqtt_malloc(size) LITE_malloc(size, MEM_MAGIC, "mqtt")
|
/AliOS-Things-master/components/linkkit/http2/ |
A D | http2_internal.h | 58 #define HTTP2_STREAM_MALLOC(size) LITE_malloc(size, MEM_MAGIC, "http2.stream")
|
/AliOS-Things-master/components/linkkit/dev_model/deprecated/ |
A D | impl_ntp.c | 18 #define IMPL_NTP_MALLOC(size) LITE_malloc(size, MEM_MAGIC, "impl.ntp")
|
/AliOS-Things-master/components/linkkit/infra/ |
A D | infra_report.c | 18 #define SYS_REPORT_MALLOC(size) LITE_malloc(size, MEM_MAGIC, "sys.report")
|
A D | infra_mem_stats.c | 561 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 D | infra_net.c | 85 #define NET_MALLOC(size) LITE_malloc(size, MEM_MAGIC, "infra_net")
|
A D | infra_json_parser.c | 30 #define jparser_malloc(size) LITE_malloc(size, MEM_MAGIC, "jparser")
|
/AliOS-Things-master/components/linkkit/mqtt/ |
A D | mqtt_api.c | 16 #define mqtt_api_malloc(size) LITE_malloc(size, MEM_MAGIC, "mqtt-api")
|
/AliOS-Things-master/components/linkkit/iot_http/ |
A D | iotx_http_api.c | 22 #define HTTP_API_MALLOC(size) LITE_malloc(size, MEM_MAGIC, "http.api")
|