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

/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dheap-profiler.cc140 static void* ProfilerMalloc(size_t bytes) { function
151 // can't allocate more memory from ProfilerMalloc. We expect this
244 reinterpret_cast<char*>(ProfilerMalloc(kProfileBufferSize));
442 reinterpret_cast<char*>(ProfilerMalloc(kProfileBufferSize));
444 heap_profile = new(ProfilerMalloc(sizeof(HeapProfileTable)))
445 HeapProfileTable(ProfilerMalloc, ProfilerFree);
464 filename_prefix = reinterpret_cast<char*>(ProfilerMalloc(prefix_length + 1));
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dheap-profiler.cc189 static void* ProfilerMalloc(size_t bytes) { function
200 // can't allocate more memory from ProfilerMalloc. We expect this
301 reinterpret_cast<char*>(ProfilerMalloc(kProfileBufferSize));
522 reinterpret_cast<char*>(ProfilerMalloc(kProfileBufferSize));
524 heap_profile = new(ProfilerMalloc(sizeof(HeapProfileTable)))
525 HeapProfileTable(ProfilerMalloc, ProfilerFree, FLAGS_mmap_profile);
535 deep_profile = new(ProfilerMalloc(sizeof(DeepHeapProfile)))
555 filename_prefix = reinterpret_cast<char*>(ProfilerMalloc(prefix_length + 1));

Completed in 101 milliseconds