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
4459 if (!strncmp(wifi_os_mem_stat[i].name, func, len)) in get_os_mem_stat_index()
4492 wifi_os_mem_stat[index].line_num = line_num; in record_os_mem_item()
4496 wifi_os_mem_stat[index].size = size; in record_os_mem_item()
4499 memcpy(wifi_os_mem_stat[index].name, func, len); in record_os_mem_item()
4512 wifi_os_mem_stat[index].alloc_cnt++; in record_os_mem_alloc()
4524 wifi_os_mem_stat[index].free_cnt++; in record_os_mem_free()
4539 (void)PRINTF("%-64s %-10d %-10d %-10d %-10d \r\n", wifi_os_mem_stat[index].name, in wifi_show_os_mem_stat()
4540wifi_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()
4541 wifi_os_mem_stat[index].free_cnt); in wifi_show_os_mem_stat()