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

/external/chromium_org/third_party/tcmalloc/chromium/src/windows/
H A Dpatch_functions.cc162 // Populates all the windows_fn_[] vars based on our module info.
163 // Returns false if windows_fn_ is all NULL's, because there's
173 memcpy(this->windows_fn_, that.windows_fn_, sizeof(windows_fn_));
208 GenericFnPtr windows_fn_[kNumFunctions]; member in class:__anon13880::LibcInfo
225 return windows_fn_[ifunction];
253 // module_* vars and windows_fn_ are set up.
488 windows_fn_[i] = PreamblePatcher::ResolveTarget(fn);
499 if (windows_fn_[
[all...]
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/
H A Dpatch_functions.cc162 // Populates all the windows_fn_[] vars based on our module info.
163 // Returns false if windows_fn_ is all NULL's, because there's
173 memcpy(this->windows_fn_, that.windows_fn_, sizeof(windows_fn_));
208 GenericFnPtr windows_fn_[kNumFunctions]; member in class:__anon13929::LibcInfo
225 return windows_fn_[ifunction];
253 // module_* vars and windows_fn_ are set up.
488 windows_fn_[i] = PreamblePatcher::ResolveTarget(fn);
499 if (windows_fn_[
[all...]

Completed in 225 milliseconds