![]() |
2 месяцев назад | |
---|---|---|
.. | ||
.yandex_meta | 9731d8a4bb publishFullContrib: true for ydb | 4 месяцев назад |
default | 6494b885fc Intermediate changes | 5 месяцев назад |
dynamic | bf0f13dd39 add ymake export to ydb | 1 год назад |
malloc_extension | 6d3e410c45 Remove CMakeLists from main (#2032) | 11 месяцев назад |
no_percpu_cache | 6494b885fc Intermediate changes | 5 месяцев назад |
numa_256k | 6494b885fc Intermediate changes | 5 месяцев назад |
numa_large_pages | 6494b885fc Intermediate changes | 5 месяцев назад |
patches | 66adb2a8ff Add tcmalloc soft limit memory handler | 2 месяцев назад |
small_but_slow | 6494b885fc Intermediate changes | 5 месяцев назад |
tcmalloc | 66adb2a8ff Add tcmalloc soft limit memory handler | 2 месяцев назад |
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 | bf0f13dd39 add ymake export to ydb | 1 год назад |
ya.make | 1475372a2d Intermediate changes | 5 месяцев назад |
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.