edrickhong / Cu

Game engine I am working on my free time
MIT License
2 stars 0 forks source link

Enforce debug pointers in engine code #26

Open edrickhong opened 6 years ago

edrickhong commented 6 years ago

Find a way to transparently enforce debug pointers throughout. Maybe by saving the debug data at the head of the allocation and overloading all pointer access or something better