I am trying to see which process which is causing a memory leak, and dump the heap which is causing it to see what is the issue.
Which command do I use in gdb to set the memory leak on and check the heap?
I tried:
(gdb) check -leaks
checkpoint: can't find fork function in inferior.
(gdb) help info heap
Undefined info command: "heap". Try "help info".
(gdb) help info leaks
Undefined info command: "leaks". Try "help info".