Searched refs:mem_malloc (Results 1 – 7 of 7) sorted by relevance
568 pstSendBuf = (TFTPC_PACKET_S *)mem_malloc(sizeof(TFTPC_PACKET_S)); in lwip_tftp_get_file_by_filename()573 pstRecvBuf = (TFTPC_PACKET_S *)mem_malloc(sizeof(TFTPC_PACKET_S)); in lwip_tftp_get_file_by_filename()579 pszTempDestName = (s8_t *)mem_malloc(TFTP_MAX_PATH_LENGTH); in lwip_tftp_get_file_by_filename()980 pstSendBuf = (TFTPC_PACKET_S *)mem_malloc(sizeof(TFTPC_PACKET_S)); in lwip_tftp_put_file_by_filename()1062 pucBuffer = mem_malloc(TFTP_BLKSIZE); in lwip_tftp_put_file_by_filename()1219 pstRecvBuf = (TFTPC_PACKET_S *)mem_malloc(sizeof(TFTPC_PACKET_S)); in lwip_tftp_inner_put_file()1479 pstSendBuf = (TFTPC_PACKET_S *)mem_malloc(sizeof(TFTPC_PACKET_S)); in lwip_tftp_get_file_by_filename_to_rawmem()1484 pstRecvBuf = (TFTPC_PACKET_S *)mem_malloc(sizeof(TFTPC_PACKET_S)); in lwip_tftp_get_file_by_filename_to_rawmem()
68 #define mem_malloc malloc macro
88 if_storage = (struct ifaddrs_storage *)mem_malloc(sizeof(struct ifaddrs_storage)); in new_ifaddrs_storage()
71 …struct TagIfaddrsStorage *ifStorage = (struct TagIfaddrsStorage *)mem_malloc(sizeof(struct TagIfad… in OsNewIfaddrsStorage()
348 iecho = (struct icmp_echo_hdr *)mem_malloc(iecho_len); in OsPingFunc()
881 dhcps = (struct dhcps *)mem_malloc(sizeof(struct dhcps)); in dhcps_start()
1655 iecho = (struct icmp_echo_hdr *)mem_malloc(iecho_len);3390 ndata.netstat_out_buf = mem_malloc(MAX_NETSTAT_ENTRY);