9 ms·
You are being downvoted because the language comes with well-defined and specifically designed ways to customize allocation/deallocation. Your approach choses t
by pmr_ 12y ago
You are being downvoted because the language comes with well-defined and specifically designed ways to customize allocation/deallocation. Your approach choses to ignore those facilities and even adds a runtime decision to code that absolutely has no need for it. You are reinventing the wheel and it is not even round.