Re: CArray and memory free

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



Excuseme, but If I exit to scope or delete a CArray collection, windows
ce must be release the memory or not ?

Ulrich Eckhardt ha scritto:

Stefano Magni wrote:
I'm using Entrek ProcMan that show memory usage. If I use a CArray
collection the memory is not released

IIRC, CArray has a memory pool. Execute the code in question in a loop. If
that continuously increases the memory consumption, you really have a leak,
otherwise the memory is pooled and reused.

Uli

.



Relevant Pages