Searched refs:MAX_PROC_NAME_LEN (Results 1 – 2 of 2) sorted by relevance
28 #define MAX_PROC_NAME_LEN (32) macro209 char name[MAX_PROC_NAME_LEN];
311 …if (strncpy_s(procStats.name, MAX_PROC_NAME_LEN, it.second.name.c_str(), MAX_PROC_NAME_LEN - 1) !=… in SendProcStats()