More memory debugging, but what it shows is that deallocation is not happening.

This commit is contained in:
Simon Brooke 2026-04-23 14:45:51 +01:00
parent dd4176e20b
commit 235d455b80
6 changed files with 69 additions and 25 deletions

View file

@ -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