Just poking around and trying to remember where the problems are.
This commit is contained in:
parent
fae4a4d444
commit
cbcced70b2
8 changed files with 240 additions and 218 deletions
|
|
@ -267,6 +267,6 @@ void initialise_cons_pages( ) {
|
|||
|
||||
void summarise_allocation( ) {
|
||||
fwprintf( stderr,
|
||||
L"Allocation summary: allocated %lld; deallocated %lld.\n",
|
||||
total_cells_allocated, total_cells_freed );
|
||||
L"Allocation summary: allocated %lld; deallocated %lld; not deallocated %lld.\n",
|
||||
total_cells_allocated, total_cells_freed, total_cells_allocated - total_cells_freed );
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue