Home
last modified time | relevance | path

Searched refs:pvPortMalloc (Results 1 – 14 of 14) sorted by relevance

/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/api/platform/
A Dplatform_stdlib_rtl8721d.h96 extern void *pvPortMalloc( size_t xWantedSize );
98 #define malloc pvPortMalloc
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/os/
A Dmpu_wrappers.h84 #define pvPortMalloc MPU_pvPortMalloc macro
A Dportable.h352 void *pvPortMalloc( size_t xSize ) PRIVILEGED_FUNCTION;
A DFreeRTOS.h613 …#define pvPortMallocAligned( x, puxStackBuffer ) ( ( ( puxStackBuffer ) == NULL ) ? ( pvPortMalloc
/AliOS-Things-master/hardware/chip/rtl872xd/aos/
A Daos_osdep.h38 #define pvPortMalloc aos_malloc macro
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/mbed/targets/hal/rtl8721d/
A Dsys_api.c136 buf = pvPortMalloc(4096); in sys_recover_ota_signature()
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/board/common/os/freertos_v10.0.1_IAR/
A Dosif_freertos.c724 return pvPortMalloc(size); in osif_mem_alloc()
740 p = pvPortMalloc(size + sizeof(void *) + alignment); in osif_mem_aligned_alloc()
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/board/common/os/freertos_v8.1.2/
A Dosif_freertos.c726 return pvPortMalloc(size); in osif_mem_alloc()
743 p = pvPortMalloc(size + sizeof(void *) + alignment); in osif_mem_aligned_alloc()
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/api/
A Dwifi_interactive_mode.c942 channel_list = (u8*)pvPortMalloc(num_channel); in cmd_wifi_scan_with_ssid()
947 pscan_config = (u8*)pvPortMalloc(num_channel); in cmd_wifi_scan_with_ssid()
990 channel_list = (u8*)pvPortMalloc(num_channel); in cmd_wifi_scan()
995 pscan_config = (u8*)pvPortMalloc(num_channel); in cmd_wifi_scan()
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/api/wifi/
A Dwifi_ind.c45 local_buf = (char*)pvPortMalloc(buf_len); in rtw_send_event_to_worker()
A Dwifi_simple_config.c852 scan_buf.buf = (char*)pvPortMalloc(scan_buf.buf_len); in SC_connect_to_candidate_AP()
1182 softAP_decode_ctx = pvPortMalloc(sizeof(SC_softAP_decode_ctx)); in init_test_data()
1198 ack_content = pvPortMalloc(sizeof(struct ack_msg)); in init_test_data()
1212 backup_sc_ctx = pvPortMalloc(sizeof(struct rtk_test_sc)); in init_test_data()
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/api/wifi/rtw_wpa_supplicant/src/crypto/
A Dtls_polarssl.c92 void *ptr = pvPortMalloc(size); in eap_my_malloc()
684 ptr = pvPortMalloc(size); in my_calloc()
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/ram_hp/
A Drtl8721dhp_sd.c1432 ptr = pvPortMalloc(SD_BLOCK_SIZE + 0x1F); in SD_WriteBlocks()
1479 ptr = pvPortMalloc(SD_BLOCK_SIZE + 0x1F); in SD_ReadBlocks()
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/misc/
A Drtl8721d_ota.c1657 ptr = pvPortMalloc(size);
1673 val_str = (char *) pvPortMalloc(len + 1);

Completed in 26 milliseconds