Hi,
How do you simply overload new and delete to make your own allocator function?
Throughout the whole project
Thanks
Printable View
Hi,
How do you simply overload new and delete to make your own allocator function?
Throughout the whole project
Thanks
I can only find examples about new and delete overloading inside a class, not globally