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

/external/chromium_org/third_party/tcmalloc/chromium/src/windows/
H A Dpatch_functions.cc373 static BOOL WINAPI Perftools_FreeLibrary(HMODULE hLibModule);
1010 BOOL WINAPI WindowsInfo::Perftools_FreeLibrary(HMODULE hLibModule) { argument
1012 function_info_[kFreeLibrary].origstub_fn)(hLibModule);
1022 (LPCWSTR)hLibModule,
1024 if (result && owner == hLibModule)
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/
H A Dpatch_functions.cc373 static BOOL WINAPI Perftools_FreeLibrary(HMODULE hLibModule);
1010 BOOL WINAPI WindowsInfo::Perftools_FreeLibrary(HMODULE hLibModule) { argument
1012 function_info_[kFreeLibrary].origstub_fn)(hLibModule);
1022 (LPCWSTR)hLibModule,
1024 if (result && owner == hLibModule)

Completed in 1241 milliseconds