Searched refs:origstub_fn_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/tcmalloc/chromium/src/windows/
H A Dpatch_functions.cc260 // reference origstub_fn_.
261 static GenericFnPtr origstub_fn_[kNumFunctions]; member in class:__anon14884::LibcInfoWithPatchFunctions
443 template<int T> GenericFnPtr LibcInfoWithPatchFunctions<T>::origstub_fn_[] = { member in class:__anon14884::LibcInfoWithPatchFunctions
530 // and thus never get an origstub_fn_ value for them, and when we
531 // try to call origstub_fn_[kFree/kRealloc] in Perftools_free and
549 // if origstub_fn_ is not NULL, it's left around from a previous
551 // Since we've patched Unpatch() not to delete origstub_fn_ (it
557 delete[] (char*)(origstub_fn_[i]);
558 origstub_fn_[i] = NULL; // Patch() will fill this in
561 &origstub_fn_[
[all...]
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/
H A Dpatch_functions.cc260 // reference origstub_fn_.
261 static GenericFnPtr origstub_fn_[kNumFunctions]; member in class:__anon14933::LibcInfoWithPatchFunctions
443 template<int T> GenericFnPtr LibcInfoWithPatchFunctions<T>::origstub_fn_[] = { member in class:__anon14933::LibcInfoWithPatchFunctions
530 // and thus never get an origstub_fn_ value for them, and when we
531 // try to call origstub_fn_[kFree/kRealloc] in Perftools_free and
549 // if origstub_fn_ is not NULL, it's left around from a previous
551 // Since we've patched Unpatch() not to delete origstub_fn_ (it
557 delete[] (char*)(origstub_fn_[i]);
558 origstub_fn_[i] = NULL; // Patch() will fill this in
561 &origstub_fn_[
[all...]

Completed in 127 milliseconds