![]() |
3 years ago | |
---|---|---|
.. | ||
.yandex_meta | 81eddc8c0b Restoring authorship annotation for <heretic@yandex-team.ru>. Commit 2 of 2. | 3 years ago |
default | e34f3f0e38 Restoring authorship annotation for <prime@yandex-team.ru>. Commit 2 of 2. | 3 years ago |
dynamic | 1110808a9d intermediate changes | 3 years ago |
malloc_extension | e34f3f0e38 Restoring authorship annotation for <prime@yandex-team.ru>. Commit 2 of 2. | 3 years ago |
numa_256k | e34f3f0e38 Restoring authorship annotation for <prime@yandex-team.ru>. Commit 2 of 2. | 3 years ago |
numa_large_pages | e34f3f0e38 Restoring authorship annotation for <prime@yandex-team.ru>. Commit 2 of 2. | 3 years ago |
patches | e34f3f0e38 Restoring authorship annotation for <prime@yandex-team.ru>. Commit 2 of 2. | 3 years ago |
slow_but_small | e34f3f0e38 Restoring authorship annotation for <prime@yandex-team.ru>. Commit 2 of 2. | 3 years ago |
tcmalloc | 480eebba21 Restoring authorship annotation for <ayles@yandex-team.ru>. Commit 2 of 2. | 3 years ago |
CONTRIBUTING.md | 480eebba21 Restoring authorship annotation for <ayles@yandex-team.ru>. Commit 2 of 2. | 3 years ago |
LICENSE | 480eebba21 Restoring authorship annotation for <ayles@yandex-team.ru>. Commit 2 of 2. | 3 years ago |
README.md | 480eebba21 Restoring authorship annotation for <ayles@yandex-team.ru>. Commit 2 of 2. | 3 years ago |
common.inc | e34f3f0e38 Restoring authorship annotation for <prime@yandex-team.ru>. Commit 2 of 2. | 3 years ago |
ya.make | 480eebba21 Restoring authorship annotation for <ayles@yandex-team.ru>. Commit 2 of 2. | 3 years ago |
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.