koolhazz / gperftools

Automatically exported from code.google.com/p/gperftools
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Heap profiler without tcmalloc memory allocator #606

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
To use the gperftools heap-profiler, we have to use the tcmalloc memory 
allocator with it. But in essence, they're independent.

I'm now trying to make the gperftools heap-profiler available without the 
tcmalloc memory allocator (in Chromium). What do you think. Is it acceptable?

Original issue reported on code.google.com by dmikurube@chromium.org on 13 Feb 2014 at 6:54

GoogleCodeExporter commented 9 years ago
I think it is. If we can decouple that, that would be awesome.

Original comment by alkondratenko on 13 Feb 2014 at 3:30

GoogleCodeExporter commented 9 years ago
Thanks. I'd try. :)

Original comment by dmikurube@chromium.org on 14 Feb 2014 at 5:35