Link to home
Start Free TrialLog in
Avatar of ho_cm
ho_cm

asked on

Increasing physical memory usage

I am using Shared memory to share data. Whenever I try to run my application accessing this shared memory... my physical memory as shown in the task manager(WIN NT) starts to increase at a steady rate of about 4KB per cycle. What could be the cause?
Avatar of ho_cm
ho_cm

ASKER

I did try to implement with and without MUTEX but it is still not workable. What could I have missed out?
ASKER CERTIFIED SOLUTION
Avatar of _Scotch_
_Scotch_

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of ho_cm

ASKER

So how do we extract out the data to show that which part is leaking???
You can only watch the graphs to verify which resource is leaking
after that you need tools that are somewhat more indepth.

There's a tool called "bounds checker" that is supposed to be
really good, but I've never used it.
Avatar of ho_cm

ASKER

So how do we extract out the data to show that which part is leaking???