Searched refs:hCurrentProcess (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/tcmalloc/chromium/src/windows/
H A Dpatch_functions.cc683 const HANDLE hCurrentProcess = GetCurrentProcess(); local
686 if (!::EnumProcessModules(hCurrentProcess, hModules, sizeof(hModules),
744 if (::GetModuleInformation(hCurrentProcess, hModules[i], &mi, sizeof(mi)))
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/
H A Dpatch_functions.cc683 const HANDLE hCurrentProcess = GetCurrentProcess(); local
686 if (!::EnumProcessModules(hCurrentProcess, hModules, sizeof(hModules),
744 if (::GetModuleInformation(hCurrentProcess, hModules[i], &mi, sizeof(mi)))

Completed in 73 milliseconds