![]() |
2 лет назад | |
---|---|---|
.. | ||
.yandex_meta | 6a43bb89fc intermediate changes | 3 лет назад |
malloc_extension | 7019e59108 intermediate changes | 2 лет назад |
patches | b23c1d7a80 Restoring authorship annotation for <monster@yandex-team.ru>. Commit 2 of 2. | 3 лет назад |
tcmalloc | 47af3b5bf1 Restoring authorship annotation for <gusev-p@yandex-team.ru>. Commit 2 of 2. | 3 лет назад |
CMakeLists.linux.txt | d32759b7eb intermediate changes | 3 лет назад |
CMakeLists.txt | d32759b7eb intermediate changes | 3 лет назад |
CONTRIBUTING.md | 480eebba21 Restoring authorship annotation for <ayles@yandex-team.ru>. Commit 2 of 2. | 3 лет назад |
LICENSE | 480eebba21 Restoring authorship annotation for <ayles@yandex-team.ru>. Commit 2 of 2. | 3 лет назад |
README.md | 480eebba21 Restoring authorship annotation for <ayles@yandex-team.ru>. Commit 2 of 2. | 3 лет назад |
common.inc | e34f3f0e38 Restoring authorship annotation for <prime@yandex-team.ru>. Commit 2 of 2. | 3 лет назад |
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.
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.