Thanks a lot,
Where can find 'Memory Usage' and 'Virtual Memory Size' in task manager ? I have even search in the Resource Monitor but can't find theses fields !( I use windows 7 64 bits ).
Why should I check for the 'virtual memory' size ? I have 16 Gb of memory ! The resource monitor tell me that I still have 10GB free.
Yes, I know about the malloc_dbg and even I have my own 'malloc' method... where I try to check that there is no buffer access violation, that I don't free it several times etc... I have try with/without my malloc and it is the same !
I have also test the release version and have the same problem unfortunately :-(
I have even try to set the/LARGEADDRESSAWARE flag under the 64 bits version, but it is the same. Anyway I think that I don't have to set it !
Thanks a lot