Searched refs:ws_info (Results 1 – 1 of 1) sorted by relevance
47 PSAPI_WORKING_SET_INFORMATION* ws_info = nullptr; in IsMapped() local56 ws_info = reinterpret_cast<PSAPI_WORKING_SET_INFORMATION*>(&buffer[0]); in IsMapped()69 number_of_entries = ws_info->NumberOfEntries; in IsMapped()85 for (unsigned i = 0; i < ws_info->NumberOfEntries; ++i) { in IsMapped()87 reinterpret_cast<void*>(ws_info->WorkingSetInfo[i].VirtualPage * in IsMapped()