Allocated Private Bytes keeps going up in one computer but not the other
- by Jacob
OK, this may sound weird, but here goes.
There are 2 computers, A (Pentium D) and B (Quad Core) with almost the same amount of RAM.
If I run the same code on both computers, the allocated private bytes in A never goes down resulting in a crash later on. In B it looks like the private bytes is constantly deallocated and everything looks fine.
In both computers, the working set is deallocated and allocated similarly.
Could this be an issue with manifests or DLLs (system)? I'm clueless.
Note:
I observed the utilized memory with Process Explorer.