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

/external/chromium_org/third_party/tcmalloc/chromium/src/windows/
H A Dpatch_functions.cc224 GenericFnPtr windows_fn(int ifunction) const { function in class:__anon15581::LibcInfo
343 GenericFnPtr windows_fn; // the fn whose name we call (&malloc) member in struct:__anon15581::WindowsInfo::FunctionInfo
509 // need to set our windows_fn to NULL, to avoid double-patching.
514 this->windows_fn(ifn) == g_module_libcs[imod]->windows_fn(ifn)) {
589 function_info_[i].windows_fn = (GenericFnPtr)
602 PreamblePatcher::Patch(function_info_[i].windows_fn,
613 PreamblePatcher::Unpatch((void*)function_info_[i].windows_fn,
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/
H A Dpatch_functions.cc224 GenericFnPtr windows_fn(int ifunction) const { function in class:__anon15630::LibcInfo
343 GenericFnPtr windows_fn; // the fn whose name we call (&malloc) member in struct:__anon15630::WindowsInfo::FunctionInfo
509 // need to set our windows_fn to NULL, to avoid double-patching.
514 this->windows_fn(ifn) == g_module_libcs[imod]->windows_fn(ifn)) {
589 function_info_[i].windows_fn = (GenericFnPtr)
602 PreamblePatcher::Patch(function_info_[i].windows_fn,
613 PreamblePatcher::Unpatch((void*)function_info_[i].windows_fn,

Completed in 595 milliseconds