Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/
Dwifi.c41 wifi_os_mem_info wifi_os_mem_stat[OS_MEM_STAT_TABLE_SIZE]; variable
4461 if (!strncmp(wifi_os_mem_stat[i].name, func, len)) in get_os_mem_stat_index()
4494 wifi_os_mem_stat[index].line_num = line_num; in record_os_mem_item()
4498 wifi_os_mem_stat[index].size = size; in record_os_mem_item()
4501 memcpy(wifi_os_mem_stat[index].name, func, len); in record_os_mem_item()
4514 wifi_os_mem_stat[index].alloc_cnt++; in record_os_mem_alloc()
4526 wifi_os_mem_stat[index].free_cnt++; in record_os_mem_free()
4541 (void)PRINTF("%-64s %-10d %-10d %-10d %-10d \r\n", wifi_os_mem_stat[index].name, in wifi_show_os_mem_stat()
4542wifi_os_mem_stat[index].line_num, wifi_os_mem_stat[index].size, wifi_os_mem_stat[index].alloc_cnt, in wifi_show_os_mem_stat()
4543 wifi_os_mem_stat[index].free_cnt); in wifi_show_os_mem_stat()