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

/external/chromium_org/third_party/tcmalloc/chromium/src/windows/
H A Dpatch_functions.cc136 struct ModuleEntryCopy; // defined below
166 bool PopulateWindowsFn(const ModuleEntryCopy& module_entry);
227 // These three are needed by ModuleEntryCopy.
293 struct ModuleEntryCopy { struct in namespace:__anon15581
301 ModuleEntryCopy() { function in struct:__anon15581::ModuleEntryCopy
307 ModuleEntryCopy(const MODULEINFO& mi) { function in struct:__anon15581::ModuleEntryCopy
477 bool LibcInfo::PopulateWindowsFn(const ModuleEntryCopy& module_entry) {
484 // The ::GetProcAddress calls were done in the ModuleEntryCopy
645 ModuleEntryCopy fake_module_entry; // make a fake one to pass into Patch()
680 std::vector<ModuleEntryCopy> module
[all...]
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/
H A Dpatch_functions.cc136 struct ModuleEntryCopy; // defined below
166 bool PopulateWindowsFn(const ModuleEntryCopy& module_entry);
227 // These three are needed by ModuleEntryCopy.
293 struct ModuleEntryCopy { struct in namespace:__anon15630
301 ModuleEntryCopy() { function in struct:__anon15630::ModuleEntryCopy
307 ModuleEntryCopy(const MODULEINFO& mi) { function in struct:__anon15630::ModuleEntryCopy
477 bool LibcInfo::PopulateWindowsFn(const ModuleEntryCopy& module_entry) {
484 // The ::GetProcAddress calls were done in the ModuleEntryCopy
645 ModuleEntryCopy fake_module_entry; // make a fake one to pass into Patch()
680 std::vector<ModuleEntryCopy> module
[all...]

Completed in 143 milliseconds