|
From: Julian S. <js...@ac...> - 2006-10-24 14:10:37
|
Fine so far. > > - Does it do a lot of mallocs/frees? > > There are a lot of mallocs/frees but I would not say that the number is > very high. I could measure the exact number of allocs/frees if this is more > important. More info would be useful. Roughly how many simultaneously live blocks do you have allocated? eg, 100k blocks? 1 million blocks? Roughly how many total allocations/frees does the program do? (running memcheck with -v will tell you). The first question is more important. J |