Home
last modified time | relevance | path

Searched refs:HAL_Malloc (Results 1 – 25 of 41) sorted by relevance

12

/AliOS-Things-master/components/linkkit/external/nghttp2/
A Dnghttp2_mem.c32 extern void *HAL_Malloc(uint32_t size);
42 return HAL_Malloc(size); in default_malloc()
66 void *ptr = HAL_Malloc(nmemb * size); in default_calloc()
A Dnghttp2_queue.c33 extern void *HAL_Malloc(uint32_t size);
40 #define NGHTTP2_QUEUE_MALLOC(size) HAL_Malloc(size)
A Dnghttp2_option.c33 extern void *HAL_Malloc(uint32_t size);
41 #define NGHTTP2_OPTION_MALLOC(size) HAL_Malloc(size)
A Dnghttp2_callbacks.c32 extern void *HAL_Malloc(uint32_t size);
39 #define NGHTTP2_CB_MALLOC(size) HAL_Malloc(size)
/AliOS-Things-master/components/linkkit/dev_model/alcs/
A Dalcs_internal.h19 #define ALCS_malloc(size) HAL_Malloc(size)
20 #define ALCS_ADAPTER_malloc(size) HAL_Malloc(size)
/AliOS-Things-master/components/linkkit/wrappers/os/
A DHAL_DTLS_mbedtls.c62 static dtls_hooks_t g_dtls_hooks = { HAL_Malloc, HAL_Free };
71 return HAL_Malloc(size); in _DTLSMalloc_wrapper()
132 ptr = HAL_Malloc(len); in _DTLSCalloc_wrapper()
288 saved_session = HAL_Malloc(sizeof(mbedtls_ssl_session)); in _DTLSContext_setup()
306 p_dtls_session = HAL_Malloc(sizeof(dtls_session_t)); in _DTLSSession_init()
A DHAL_TLS_mbedtls.c117 session->ticket = HAL_Malloc(session->ticket_len); in ssl_deserialize_session()
551 unsigned char *save_buf = HAL_Malloc(TLS_MAX_SESSION_BUF); in _TLSConnectNetwork()
558 saved_session = HAL_Malloc(sizeof(mbedtls_ssl_session)); in _TLSConnectNetwork()
630 new_session = HAL_Malloc(sizeof(mbedtls_ssl_session)); in _TLSConnectNetwork()
651 unsigned char *save_buf = HAL_Malloc(TLS_MAX_SESSION_BUF); in _TLSConnectNetwork()
/AliOS-Things-master/components/linkkit/ota/
A Diotx_ota_internal.h29 #define OTA_MALLOC(size) HAL_Malloc(size)
35 #define OTA_API_MALLOC(size) HAL_Malloc(size)
/AliOS-Things-master/components/linkkit/iot_coap/client/
A DCloud_CoAPPlatform.h18 #define coap_malloc(size) HAL_Malloc(size)
/AliOS-Things-master/components/linkkit/dev_model/
A Ddm_utils.c14 *output = HAL_Malloc(output_len); in dm_utils_copy_direct()
122 *output = HAL_Malloc(strlen(temp_output) + 1); in dm_utils_itoa_direct()
170 *output = HAL_Malloc(strlen(temp_output) + 1); in dm_utils_ftoa_direct()
437 return HAL_Malloc(size); in dm_utils_malloc()
A Diotx_cm_internal.h27 #define cm_malloc(size) HAL_Malloc(size)
A Diotx_dm_internal.h80 #define DM_malloc(size) HAL_Malloc(size)
/AliOS-Things-master/components/linkkit/wifi_provision/dev_bind/awss_reset/
A Dawss_dev_reset_internal.h34 #define devrst_malloc(size) HAL_Malloc(size)
/AliOS-Things-master/components/linkkit/dev_reset/
A Ddev_reset_internal.h44 #define devrst_malloc(size) HAL_Malloc(size)
/AliOS-Things-master/components/linkkit/dynamic_register/
A Ddynreg_internal.h34 #define dynreg_malloc(size) HAL_Malloc(size)
/AliOS-Things-master/components/linkkit/infra/
A Dinfra_mem_stats.c150 dst = (char *)HAL_Malloc(sizeof(char) * len); in LITE_strdup()
232 pos = HAL_Malloc(sizeof(module_mem_t)); in _create_mem_table()
338 entry = HAL_Malloc(sizeof(calling_stack_t)); in _count_malloc_internal()
400 ptr = HAL_Malloc(size); in LITE_malloc_internal()
433 pos = HAL_Malloc(sizeof(OS_malloc_record)); in LITE_malloc_internal()
A Dinfra_httpc.c666 *ptr = HAL_Malloc(strlen(data) + 1); in _replase_str()
678 wrapper_http_handle_t *handle = HAL_Malloc(sizeof(wrapper_http_handle_t)); in wrapper_http_init()
777 response_payload = HAL_Malloc(http_handle->receive_maxlen); in wrapper_http_perform()
A Dinfra_report.c21 #define SYS_REPORT_MALLOC(size) HAL_Malloc(size)
/AliOS-Things-master/components/linkkit/iot_coap/CoAPPacket/
A DCoAPPlatform.h21 #define coap_malloc(size) HAL_Malloc(size)
/AliOS-Things-master/components/linkkit/include/linkkit/wrappers/
A Dwrappers_os.h10 void *HAL_Malloc(uint32_t size);
/AliOS-Things-master/components/linkkit/mqtt/impl/
A Diotx_mqtt_client.h20 #define mqtt_malloc(size) HAL_Malloc(size)
/AliOS-Things-master/components/linkkit/wifi_provision/dev_bind/os/
A Dos_misc.c126 void *ptr = HAL_Malloc(size); in awss_zalloc()
/AliOS-Things-master/components/linkkit/http2/
A Dhttp2_internal.h61 #define HTTP2_STREAM_MALLOC(size) HAL_Malloc(size)
/AliOS-Things-master/components/linkkit/dev_model/deprecated/
A Dimpl_ntp.c21 #define IMPL_NTP_MALLOC(size) HAL_Malloc(size)
/AliOS-Things-master/components/linkkit/wrappers/platform/ssl/
A DHAL_TLS_mbedtls.c637 static ssl_hooks_t g_ssl_hooks = { HAL_Malloc, HAL_Free };
656 pTlsData = HAL_Malloc(sizeof(TLSDataParams_t)); in HAL_SSL_Establish()

Completed in 28 milliseconds

12