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

/external/chromium_org/third_party/tcmalloc/chromium/src/windows/
H A Dpatch_functions.cc344 GenericFnPtr origstub_fn; // original fn contents after we patch member in struct:__anon15581::WindowsInfo::FunctionInfo
591 // If origstub_fn is not NULL, it's left around from a previous
599 delete[] (char*)(function_info_[i].origstub_fn);
600 function_info_[i].origstub_fn = NULL; // Patch() will fill this in
604 &function_info_[i].origstub_fn));
615 (void*)function_info_[i].origstub_fn));
922 function_info_[kHeapAlloc].origstub_fn)(
932 function_info_[kHeapFree].origstub_fn)(
941 function_info_[kVirtualAllocEx].origstub_fn)(
952 function_info_[kVirtualFreeEx].origstub_fn)(
[all...]
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/
H A Dpatch_functions.cc344 GenericFnPtr origstub_fn; // original fn contents after we patch member in struct:__anon15630::WindowsInfo::FunctionInfo
591 // If origstub_fn is not NULL, it's left around from a previous
599 delete[] (char*)(function_info_[i].origstub_fn);
600 function_info_[i].origstub_fn = NULL; // Patch() will fill this in
604 &function_info_[i].origstub_fn));
615 (void*)function_info_[i].origstub_fn));
922 function_info_[kHeapAlloc].origstub_fn)(
932 function_info_[kHeapFree].origstub_fn)(
941 function_info_[kVirtualAllocEx].origstub_fn)(
952 function_info_[kVirtualFreeEx].origstub_fn)(
[all...]

Completed in 110 milliseconds