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

/external/chromium_org/third_party/tcmalloc/chromium/src/windows/
H A Dpreamble_patcher.h218 FARPROC existing_function = ::GetProcAddress(module, function_name); local
219 if (!existing_function) {
227 return RawPatch((void*)existing_function, (void*)replacement_function,
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/
H A Dpreamble_patcher.h218 FARPROC existing_function = ::GetProcAddress(module, function_name); local
219 if (!existing_function) {
227 return RawPatch((void*)existing_function, (void*)replacement_function,

Completed in 143 milliseconds