Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Memory leak?]

> 
> I suspect there is a memory leak somewhere in the cdt and was wondering 
> if it has been noticed by anyone.
> 

It is the indexer(ctags) it is not bounded.  It keeps a huge amount
of information.  Unfortunately, we did not have enough time to fix it
for the first release.  It will be later, at least be able to
disable it on a project basis.

So having a workspace that contain gdb, gcc , insight etc ... will
consume a large amount of memory for the symbol tables.

It is high on the todo list.



Back to the top