remove dbg messge in track_memory.awk
This commit is contained in:
parent
3043989196
commit
41b7bfb580
|
|
@ -76,7 +76,6 @@ END{
|
||||||
print " address[ " i ", " idx[i] " ]= " address[i]
|
print " address[ " i ", " idx[i] " ]= " address[i]
|
||||||
if(show_source) {
|
if(show_source) {
|
||||||
pipe = "egrep -n 'my_(malloc|calloc|realloc|free|strdup|strdup2)\\(" idx[i] ",' *.c xschem.h"
|
pipe = "egrep -n 'my_(malloc|calloc|realloc|free|strdup|strdup2)\\(" idx[i] ",' *.c xschem.h"
|
||||||
print pipe
|
|
||||||
while( pipe | getline a) print " " a
|
while( pipe | getline a) print " " a
|
||||||
close(pipe)
|
close(pipe)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue