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

/external/chromium_org/third_party/tcmalloc/chromium/src/windows/
H A Dpatch_functions.cc685 HMODULE hModules[kMaxModules]; // max # of modules we support in one process local
686 if (!::EnumProcessModules(hCurrentProcess, hModules, sizeof(hModules),
690 // EnumProcessModules actually set the bytes written into hModules,
692 num_modules /= sizeof(*hModules);
705 // removing from hModules all the modules we know we've already
707 // hModules will hold only the modules that we need to consider patching.
713 // full list of EnumProcessModules, and hModules just the ones we
716 currently_loaded_modules.insert(hModules[i]);
717 if (g_last_loaded->count(hModules[
[all...]
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/
H A Dpatch_functions.cc685 HMODULE hModules[kMaxModules]; // max # of modules we support in one process local
686 if (!::EnumProcessModules(hCurrentProcess, hModules, sizeof(hModules),
690 // EnumProcessModules actually set the bytes written into hModules,
692 num_modules /= sizeof(*hModules);
705 // removing from hModules all the modules we know we've already
707 // hModules will hold only the modules that we need to consider patching.
713 // full list of EnumProcessModules, and hModules just the ones we
716 currently_loaded_modules.insert(hModules[i]);
717 if (g_last_loaded->count(hModules[
[all...]

Completed in 109 milliseconds