maxim-yurchuk 9731d8a4bb publishFullContrib: true for ydb | 1 month ago | |
---|---|---|
.. | ||
.yandex_meta | 1 month ago | |
default | 2 months ago | |
dynamic | 1 year ago | |
malloc_extension | 9 months ago | |
no_percpu_cache | 2 months ago | |
numa_256k | 2 months ago | |
numa_large_pages | 2 months ago | |
patches | 1 month ago | |
small_but_slow | 2 months ago | |
tcmalloc | 1 month ago | |
CONTRIBUTING.md | 2 years ago | |
LICENSE | 2 years ago | |
README.md | 2 years ago | |
common.inc | 1 year ago | |
ya.make | 2 months 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.