tcmalloc - AshokBhat/notes GitHub Wiki

About

  • A fast, multi-threaded malloc implementation.
  • Google's customized implementation of C's malloc() and C++'s operator new
  • Used for memory allocation within Google's C/C++ production code
  • https://github.com/google/tcmalloc

See also