Searched defs:function_info_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/tcmalloc/chromium/src/windows/
H A Dpatch_functions.cc348 static FunctionInfo function_info_[kNumFunctions]; member in class:__anon15581::WindowsInfo
466 /*static*/ WindowsInfo::FunctionInfo WindowsInfo::function_info_[] = { member in class:__anon15581::WindowsInfo
589 function_info_[i].windows_fn = (GenericFnPtr)
590 ::GetProcAddress(hkernel32, function_info_[i].name);
599 delete[] (char*)(function_info_[i].origstub_fn);
600 function_info_[i].origstub_fn = NULL; // Patch() will fill this in
602 PreamblePatcher::Patch(function_info_[i].windows_fn,
603 function_info_[i].perftools_fn,
604 &function_info_[i].origstub_fn));
613 PreamblePatcher::Unpatch((void*)function_info_[
[all...]
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/
H A Dpatch_functions.cc348 static FunctionInfo function_info_[kNumFunctions]; member in class:__anon15630::WindowsInfo
466 /*static*/ WindowsInfo::FunctionInfo WindowsInfo::function_info_[] = { member in class:__anon15630::WindowsInfo
589 function_info_[i].windows_fn = (GenericFnPtr)
590 ::GetProcAddress(hkernel32, function_info_[i].name);
599 delete[] (char*)(function_info_[i].origstub_fn);
600 function_info_[i].origstub_fn = NULL; // Patch() will fill this in
602 PreamblePatcher::Patch(function_info_[i].windows_fn,
603 function_info_[i].perftools_fn,
604 &function_info_[i].origstub_fn));
613 PreamblePatcher::Unpatch((void*)function_info_[
[all...]

Completed in 109 milliseconds