Reading this question: How to know which malloc is used?, there seem to be a lot of different implementation of malloc.
I was trying to find something similar for the C++ new
operator but was not able to find any information about how/where new
is implemented and whether different implementations exist. Do they? What does glibc for example use?