Resident Set Size remains the same after delete[]
I was trying to track memory occupied by my c++ project, so I found a function which could print RSS with shared memory & private memory from this post. Code is shown below
Resident Set Size remains the same after delete[]
I was trying to track memory occupied by my c++ project, so I found a function which could print RSS with shared memory & private memory from this post. Code is shown below