Hello
I'm testign some modules in CETK & after the execution of CETK test in the
memory snapshot i see the memory used after executing the test case is more
than the memory used at the beginning of the test case. Does this mean the
module in test is causing a memory leak ?
---------------------------------------------------
*** MEMORY INFO BEFORE
***
*** Memory Total: 40,787,968 bytes
*** Memory Used: 22,753,280 bytes
*** Memory Free: 18,034,688 bytes
-----------------------------------------------------
*** MEMORY INFO AFTER
*** Memory Total: 40,787,968 bytes
*** Memory Used: 22,831,104 bytes
*** Memory Free: 17,956,864 bytes
-----------------------------------------------------
Difference = 22,831,104 - 22,753,280 = 77,824 Bytes.
Does this mean 77,824 bytes were leaked in the module under test ?
FOr some test cases i see the Memory used before & after are the same.
Please answer my query
thanks