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

/external/chromium_org/third_party/tcmalloc/chromium/src/windows/
H A Dpatch_functions.cc708 std::set<HMODULE> currently_loaded_modules; local
712 // At the end of this loop, currently_loaded_modules contains the
716 currently_loaded_modules.insert(hModules[i]);
726 currently_loaded_modules.count(g_module_libcs[i]->hmodule()) == 0) {
735 g_last_loaded->swap(currently_loaded_modules);
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/
H A Dpatch_functions.cc708 std::set<HMODULE> currently_loaded_modules; local
712 // At the end of this loop, currently_loaded_modules contains the
716 currently_loaded_modules.insert(hModules[i]);
726 currently_loaded_modules.count(g_module_libcs[i]->hmodule()) == 0) {
735 g_last_loaded->swap(currently_loaded_modules);

Completed in 38 milliseconds