mirror of
https://github.com/hermitcore/libhermit.git
synced 2025-03-30 00:00:15 +01:00
add some additional debug messages
This commit is contained in:
parent
6028d05a41
commit
2988496ef9
1 changed files with 3 additions and 1 deletions
|
@ -32,7 +32,9 @@ static void* perform_work( void* argument )
|
|||
buf = malloc(SIZE*i);
|
||||
free(buf);
|
||||
}
|
||||
printf("malloc_stats from thread %d\n", getpid());
|
||||
malloc_stats();
|
||||
printf("thread %d leaves thread function\n", getpid());
|
||||
|
||||
return NULL;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue