ProfilerMalloc    301 third_party/tcmalloc/chromium/src/heap-profiler.cc         reinterpret_cast<char*>(ProfilerMalloc(kProfileBufferSize));
ProfilerMalloc    522 third_party/tcmalloc/chromium/src/heap-profiler.cc       reinterpret_cast<char*>(ProfilerMalloc(kProfileBufferSize));
ProfilerMalloc    524 third_party/tcmalloc/chromium/src/heap-profiler.cc   heap_profile = new(ProfilerMalloc(sizeof(HeapProfileTable)))
ProfilerMalloc    525 third_party/tcmalloc/chromium/src/heap-profiler.cc       HeapProfileTable(ProfilerMalloc, ProfilerFree, FLAGS_mmap_profile);
ProfilerMalloc    535 third_party/tcmalloc/chromium/src/heap-profiler.cc     deep_profile = new(ProfilerMalloc(sizeof(DeepHeapProfile)))
ProfilerMalloc    555 third_party/tcmalloc/chromium/src/heap-profiler.cc   filename_prefix = reinterpret_cast<char*>(ProfilerMalloc(prefix_length + 1));
ProfilerMalloc    244 third_party/tcmalloc/vendor/src/heap-profiler.cc         reinterpret_cast<char*>(ProfilerMalloc(kProfileBufferSize));
ProfilerMalloc    442 third_party/tcmalloc/vendor/src/heap-profiler.cc       reinterpret_cast<char*>(ProfilerMalloc(kProfileBufferSize));
ProfilerMalloc    444 third_party/tcmalloc/vendor/src/heap-profiler.cc   heap_profile = new(ProfilerMalloc(sizeof(HeapProfileTable)))
ProfilerMalloc    445 third_party/tcmalloc/vendor/src/heap-profiler.cc                    HeapProfileTable(ProfilerMalloc, ProfilerFree);
ProfilerMalloc    464 third_party/tcmalloc/vendor/src/heap-profiler.cc   filename_prefix = reinterpret_cast<char*>(ProfilerMalloc(prefix_length + 1));