|
From: Nicholas N. <nj...@cs...> - 2008-09-17 05:20:22
|
On Sat, 6 Sep 2008 sv...@va... wrote: > * heap profiling is only done when --profile-heap=yes is given. > > * there is an additional overheap of 8 bytes per allocated block, > needed to hold a pointer to the block's cost-center string. > Overhead is 8 bytes even on 32 bit platforms, because of > alignment constraints. Is that overhead present when --profile-heap=no ? N |