You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: build/ymake.core.conf
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -2583,7 +2583,7 @@ macro TEST_CWD(Arg) {
2583
2583
### TCMalloc small-but-slow is a a version of TCMalloc that chooses to minimize
2584
2584
### fragmentation at a *severe* cost to performance. It should be used by
2585
2585
### applications that have significant memory constraints, but don't need to
2586
-
### frequently allocate/free objects.
2586
+
### frequently allocate/free objects.
2587
2587
### - TCMALLOC_NUMA_256K - TCMalloc with 256k pages (usually faster but fragmentation is higher) + NUMA awareness (https://a.yandex-team.ru/arc/trunk/arcadia/contrib/libs/tcmalloc/numa_256k)
2588
2588
### - TCMALLOC_NUMA_LARGE_PAGES - TCMalloc with large pages (usually faster but fragmentation is higher) + NUMA awareness (https://a.yandex-team.ru/arc/trunk/arcadia/contrib/libs/tcmalloc/numa_large_pages)
2589
2589
### - TCMALLOC_TC - TCMalloc with 256k pages (usually faster but fragmentation is higher) + huge page awareness + Per-thread mode (https://a.yandex-team.ru/arc/trunk/arcadia/contrib/libs/tcmalloc/no_percpu_cache)
### - PROFILED_HU - patched HU (https://a.yandex-team.ru/arcadia/library/cpp/malloc/profiled_hu). It is a bit slower but has metrics of memory consumption.
2595
+
### - PROFILED_HU - patched HU (https://a.yandex-team.ru/arcadia/library/cpp/malloc/profiled_hu). It is a bit slower but has metrics of memory consumption.
2596
2596
### - THREAD_PROFILED_HU - patched (special for market) HU (https://a.yandex-team.ru/arcadia/library/cpp/malloc/thread_profiled_hu). It is a bit slower but has metrics of memory consumption.
0 commit comments