blob: 2160ea481fdf7b16d4e10f41641992ae8ea64578 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
LIBRARY()
LICENSE(Apache-2.0)
LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
ALLOCATOR_IMPL()
VERSION(2021-10-04-45c59ccbc062ac96d83710205033c656e490d376)
ORIGINAL_SOURCE(https://github.com/google/tcmalloc/archive/45c59ccbc062ac96d83710205033c656e490d376.tar.gz)
SRCS(
# Options
tcmalloc/want_hpaa.cc
)
INCLUDE(common.inc)
CFLAGS(
-DTCMALLOC_256K_PAGES
)
END()
IF (NOT DLL_FOR)
RECURSE(
default
dynamic
malloc_extension
no_percpu_cache
numa_256k
numa_large_pages
small_but_slow
)
ENDIF()
|