![]() |
1 year ago | |
---|---|---|
.. | ||
default | bf0f13dd39 add ymake export to ydb | 1 year ago |
dynamic | bf0f13dd39 add ymake export to ydb | 1 year ago |
malloc_extension | 96458ea3c7 External build system generator release 65 | 1 year ago |
no_percpu_cache | bf0f13dd39 add ymake export to ydb | 1 year ago |
numa_256k | bf0f13dd39 add ymake export to ydb | 1 year ago |
numa_large_pages | bf0f13dd39 add ymake export to ydb | 1 year ago |
small_but_slow | bf0f13dd39 add ymake export to ydb | 1 year ago |
tcmalloc | 34a4f487c8 Update contrib/restricted/abseil-cpp to 20220623.0 | 2 years ago |
CMakeLists.darwin-arm64.txt | ffff7a34e4 add darwin-arm64 CMakeLists | 1 year ago |
CMakeLists.darwin-x86_64.txt | 33ed6077e6 Intermediate changes | 2 years ago |
CMakeLists.linux-aarch64.txt | a9e5890a07 NO_COMPILER_WARNINGS in cmake msvc builds | 2 years ago |
CMakeLists.linux-x86_64.txt | 33ed6077e6 Intermediate changes | 2 years ago |
CMakeLists.txt | 96458ea3c7 External build system generator release 65 | 1 year ago |
CMakeLists.windows-x86_64.txt | 6324d075a5 Intermediate changes | 2 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 | bf0f13dd39 add ymake export to ydb | 1 year ago |
ya.make | bf0f13dd39 add ymake export to ydb | 1 year 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.