
13 Apr
2006
13 Apr
'06
4:05 p.m.
On Apr 13, 2006, at 5:42 AM, Pratyush wrote:
It seems that the problem is with the STL implementation that ships with gcc. I am using 3.4.2 version. Even though sizeof operator gives the correct result, valgrind (or memusage) shows that somewhere extra bytes are eaten up whenever I use vector<vector<any_type> >. I will file a bug report with gcc.
The extra bytes may be due to the alignment requirements of your platform. Doug