But you don't actually save that much CPU and it's certainly not worth having to spend five times your working-set size just to equal explicitly-managed memory in performance terms.
Seriously, if you want cheap allocations use a freaking allocation pool. They're not that hard to implement in C++.