细说new与malloc的10点区别 http://www.cnblogs.com/QG-whz/p/5140930.html new: https://github.com/llvm-mirror/libcxx/blob/master/src/new.cpp#L74 malloc: https://github.com/xiangzhai/mini-arm-os/blob/llvm-toolchain/08-CMSIS/core/src/malloc.c C++ 自由存储区是否等价于堆? https://www.cnblogs.com/QG-whz/p/5060894.html