More memory debugging, but what it shows is that deallocation is not happening.
This commit is contained in:
parent
dd4176e20b
commit
235d455b80
6 changed files with 69 additions and 25 deletions
|
|
@ -27,4 +27,7 @@ struct pso_pointer lock_object( struct pso_pointer pointer );
|
|||
|
||||
struct pso_pointer free_object( struct pso_pointer p );
|
||||
|
||||
#ifdef DEBUG
|
||||
void print_allocation_table();
|
||||
#endif
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue