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

/external/chromium_org/third_party/tcmalloc/chromium/src/windows/
H A Dpatch_functions.cc164 // nothing to patch. Also populates the rest of the module_entry
166 bool PopulateWindowsFn(const ModuleEntryCopy& module_entry);
477 bool LibcInfo::PopulateWindowsFn(const ModuleEntryCopy& module_entry) { argument
486 const GenericFnPtr fn = module_entry.rgProcAddresses[i];
539 module_base_address_ = module_entry.modBaseAddr;
540 module_base_size_ = module_entry.modBaseSize;
546 CopyFrom(me_info); // copies the module_entry and the windows_fn_ array
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/
H A Dpatch_functions.cc164 // nothing to patch. Also populates the rest of the module_entry
166 bool PopulateWindowsFn(const ModuleEntryCopy& module_entry);
477 bool LibcInfo::PopulateWindowsFn(const ModuleEntryCopy& module_entry) { argument
486 const GenericFnPtr fn = module_entry.rgProcAddresses[i];
539 module_base_address_ = module_entry.modBaseAddr;
540 module_base_size_ = module_entry.modBaseSize;
546 CopyFrom(me_info); // copies the module_entry and the windows_fn_ array

Completed in 3398 milliseconds