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

/external/chromium_org/third_party/tcmalloc/chromium/src/windows/
H A Dpatch_functions.cc252 // me_info should have had PopulateWindowsFn() called on it, so the
254 bool Patch(const LibcInfo& me_info);
545 bool LibcInfoWithPatchFunctions<T>::Patch(const LibcInfo& me_info) { argument
546 CopyFrom(me_info); // copies the module_entry and the windows_fn_ array
620 void PatchOneModuleLocked(const LibcInfo& me_info) { argument
628 case 0: libc1.Patch(me_info); return;
629 case 1: libc2.Patch(me_info); return;
630 case 2: libc3.Patch(me_info); return;
631 case 3: libc4.Patch(me_info); return;
632 case 4: libc5.Patch(me_info); retur
[all...]
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/
H A Dpatch_functions.cc252 // me_info should have had PopulateWindowsFn() called on it, so the
254 bool Patch(const LibcInfo& me_info);
545 bool LibcInfoWithPatchFunctions<T>::Patch(const LibcInfo& me_info) { argument
546 CopyFrom(me_info); // copies the module_entry and the windows_fn_ array
620 void PatchOneModuleLocked(const LibcInfo& me_info) { argument
628 case 0: libc1.Patch(me_info); return;
629 case 1: libc2.Patch(me_info); return;
630 case 2: libc3.Patch(me_info); return;
631 case 3: libc4.Patch(me_info); return;
632 case 4: libc5.Patch(me_info); retur
[all...]

Completed in 93 milliseconds