Searched refs:my_GetProcessMemoryInfo (Results 1 – 1 of 1) sorted by relevance
430 Func_GetProcessMemoryInfo my_GetProcessMemoryInfo = (Func_GetProcessMemoryInfo) in PrintStat() local432 if (!my_GetProcessMemoryInfo) in PrintStat()436 …my_GetProcessMemoryInfo = (Func_GetProcessMemoryInfo)::GetProcAddress(lib, "GetProcessMemoryInfo"); in PrintStat()438 if (my_GetProcessMemoryInfo) in PrintStat()439 memDefined = my_GetProcessMemoryInfo(GetCurrentProcess(), &m, sizeof(m)); in PrintStat()