Sgenmi / gperftools

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

realloc bloat #521

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Use realloc often to resize large allocations

What is the expected output? What do you see instead?

same code with glibc malloc eats expected memory. with tcmalloc roughly 100x 
memory is consumed continuously.

What version of the product are you using? On what operating system?

2.0

Please provide any additional information below.

Original issue reported on code.google.com by gha...@gmail.com on 23 Apr 2013 at 1:02

GoogleCodeExporter commented 9 years ago
Could you check with latest svn version plus the patch from issue 368? This 
issue
looks similar.

Original comment by zatr...@gmail.com on 23 Apr 2013 at 12:43

GoogleCodeExporter commented 9 years ago
Assuming issue 368 duplicate

Original comment by alkondratenko on 6 Jul 2013 at 8:25