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

/external/chromium_org/third_party/tcmalloc/chromium/src/windows/
H A Dpatch_functions.cc294 LPVOID modBaseAddr; // the same as hmodule member in struct:__anon15581::ModuleEntryCopy
302 modBaseAddr = NULL;
308 this->modBaseAddr = mi.lpBaseOfDll;
318 if (target >= modBaseAddr && target < modEndAddr)
539 module_base_address_ = module_entry.modBaseAddr;
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/
H A Dpatch_functions.cc294 LPVOID modBaseAddr; // the same as hmodule member in struct:__anon15630::ModuleEntryCopy
302 modBaseAddr = NULL;
308 this->modBaseAddr = mi.lpBaseOfDll;
318 if (target >= modBaseAddr && target < modEndAddr)
539 module_base_address_ = module_entry.modBaseAddr;

Completed in 127 milliseconds