Select Git revision
-
Bill Welliver authored
alerts on systems using kqueue(), such as Darwin and *BSD.
Bill Welliver authoredalerts on systems using kqueue(), such as Darwin and *BSD.
trace-mem.gdb 188 B
break trace_smalloc
commands
echo --- malloc ---\n
bt
cont
end
break trace_free
commands
echo --- free ---\n
bt
cont
end
break trace_srealloc
commands
echo --- realloc ---\n
bt
cont
end