TCmalloc

From wikieduonline
Revision as of 12:11, 18 February 2022 by Welcome (talk | contribs) (Welcome moved page Tcmalloc to TCmalloc)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

TCMalloc is Google's customized implementation of C's malloc() and C++'s operator new used for memory allocation within our C and C++ code. TCMalloc is a fast, multi-threaded malloc implementation.


See also[edit]

Advertising: