OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:windows_fn
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/tcmalloc/chromium/src/windows/
patch_functions.cc
224
GenericFnPtr
windows_fn
(int ifunction) const {
function in class:__anon20199::LibcInfo
343
GenericFnPtr
windows_fn
; // the fn whose name we call (&malloc)
member in struct:__anon20199::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
,
[
all
...]
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/
patch_functions.cc
224
GenericFnPtr
windows_fn
(int ifunction) const {
function in class:__anon20248::LibcInfo
343
GenericFnPtr
windows_fn
; // the fn whose name we call (&malloc)
member in struct:__anon20248::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
,
[
all
...]
Completed in 67 milliseconds