Perftools_HeapAlloc  351 third_party/tcmalloc/chromium/src/windows/patch_functions.cc   static LPVOID WINAPI Perftools_HeapAlloc(HANDLE hHeap, DWORD dwFlags,
Perftools_HeapAlloc  467 third_party/tcmalloc/chromium/src/windows/patch_functions.cc   { "HeapAlloc", NULL, NULL, (GenericFnPtr)&Perftools_HeapAlloc },
Perftools_HeapAlloc  351 third_party/tcmalloc/vendor/src/windows/patch_functions.cc   static LPVOID WINAPI Perftools_HeapAlloc(HANDLE hHeap, DWORD dwFlags,
Perftools_HeapAlloc  467 third_party/tcmalloc/vendor/src/windows/patch_functions.cc   { "HeapAlloc", NULL, NULL, (GenericFnPtr)&Perftools_HeapAlloc },
Perftools_HeapAlloc  219 tools/memory_watcher/memory_hook.cc   LPVOID rv = Perftools_HeapAlloc(hHeap, dwFlags, dwBytes);