TCMalloc 此仓库包含 TCMalloc 的 C++ 代码。TCMalloc 是 Google 定制的 C 的 malloc() 和 C++ 的 operator new 的实现。
TCMalloc 此仓库包含 TCMalloc 的 C++ 代码。TCMalloc 是 Google 定制的 C 的 malloc() 和 C++ 的 operator new 的实现。
This repository contains the TCMalloc C++ code.
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.
Bazel is the official build system for TCMalloc. Experimental support for CMake is available as well.
The TCMalloc Platforms Guide contains information on platform support for TCMalloc.
All users of TCMalloc should consult the following documentation resources:
More advanced usages of TCMalloc may find the following documentation useful:
The TCMalloc library is licensed under the terms of the Apache license. See LICENSE for more information.
Disclaimer: This is not an officially supported Google product.
暂无开放 Issues,或尚未同步最近议题。