Skip to content
Snippets Groups Projects
Commit 24282fa5 authored by Per Cederqvist's avatar Per Cederqvist
Browse files

No longer used.

parent 9abe4231
No related branches found
No related tags found
No related merge requests found
...@@ -3,8 +3,7 @@ commands ...@@ -3,8 +3,7 @@ commands
silent silent
echo --- sfree ---\n echo --- sfree ---\n
echo Arg: echo Arg:
output ptr print ptr
echo \n
bt bt
echo =========\n echo =========\n
cont cont
......
...@@ -2,10 +2,9 @@ commands ...@@ -2,10 +2,9 @@ commands
silent silent
echo --- smalloc ---\n echo --- smalloc ---\n
echo Arg: echo Arg:
output size print size
echo \nVal: echo Val:
output p print p
echo \n
bt bt
echo =========\n echo =========\n
cont cont
......
...@@ -2,11 +2,11 @@ commands ...@@ -2,11 +2,11 @@ commands
silent silent
echo --- srealloc ---\n echo --- srealloc ---\n
echo Arg: echo Arg:
output size print size
echo \nVal: echo Val:
output new_ptr print new_ptr
echo \nOld: echo Old:
output ptr print ptr
echo \n echo \n
bt bt
echo =========\n echo =========\n
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment