leag37 / MadMan

MIT License
0 stars 0 forks source link

Allocator #6

Open leag37 opened 10 years ago

leag37 commented 10 years ago

Create an allocator class that overrides new and delete properly.

This class should be inherited by other classes for proper memory management.