M
mohi
hello everyone ,
is there any cmmnd in gdb or any other way to find out whats the total
dynamically allocated memory
a process holds at various instances of execution???
and what can be the possible reasons of an error like
glibc detected:malloc() memory corruption
when the program executes almost the same function abt 2000 times with
no error
it does use dynamically alloted space and free it at every function
call
thank you very much
is there any cmmnd in gdb or any other way to find out whats the total
dynamically allocated memory
a process holds at various instances of execution???
and what can be the possible reasons of an error like
glibc detected:malloc() memory corruption
when the program executes almost the same function abt 2000 times with
no error
it does use dynamically alloted space and free it at every function
call
thank you very much