We were allocating n*sizeof(n) instead of n*sizeof(T). Thankfully, we were not using STLAllocator anywhere.
* Minor clean-ups - fix a couple usage of std::function - fix a couple usage of std::string - remove ALIGN_LOOP, which didn't work - fix a couple explicit/noexcept - virtual -> override * Fix spelling typos and other minor clang-tidy