diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2023-04-10 14:42:59 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2023-04-10 14:42:59 +0300 |
commit | e667f88560ba27a376f893d209649db9afe1c076 (patch) | |
tree | 6fcce258671a055a86817d2a573d5fda7c21636e | |
parent | f8c5aa26b39bc589cff86b4ecd95a18a49421c6d (diff) | |
download | ydb-e667f88560ba27a376f893d209649db9afe1c076.tar.gz |
Intermediate changes
1460 files changed, 4738 insertions, 1822 deletions
diff --git a/contrib/libs/llvm12/utils/TableGen/CMakeLists.darwin-x86_64.txt b/contrib/libs/llvm12/utils/TableGen/CMakeLists.darwin-x86_64.txt index fa55f7ead1c..796725d9233 100644 --- a/contrib/libs/llvm12/utils/TableGen/CMakeLists.darwin-x86_64.txt +++ b/contrib/libs/llvm12/utils/TableGen/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(llvm-tblgen PRIVATE ) target_link_libraries(llvm-tblgen PUBLIC contrib-libs-cxxsupp - cpp-malloc-system contrib-libs-llvm12 llvm12-lib-Demangle llvm12-lib-Support @@ -83,4 +82,7 @@ target_sources(llvm-tblgen PRIVATE ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/X86ModRMFilters.cpp ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/X86RecognizableInstr.cpp ) +target_allocator(llvm-tblgen + system_allocator +) vcs_info(llvm-tblgen) diff --git a/contrib/libs/llvm12/utils/TableGen/CMakeLists.linux-aarch64.txt b/contrib/libs/llvm12/utils/TableGen/CMakeLists.linux-aarch64.txt index f281b1b9292..0eee2d9fa9a 100644 --- a/contrib/libs/llvm12/utils/TableGen/CMakeLists.linux-aarch64.txt +++ b/contrib/libs/llvm12/utils/TableGen/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_include_directories(llvm-tblgen PRIVATE target_link_libraries(llvm-tblgen PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp - cpp-malloc-jemalloc contrib-libs-llvm12 llvm12-lib-Demangle llvm12-lib-Support @@ -89,4 +88,7 @@ target_sources(llvm-tblgen PRIVATE ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/X86ModRMFilters.cpp ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/X86RecognizableInstr.cpp ) +target_allocator(llvm-tblgen + cpp-malloc-jemalloc +) vcs_info(llvm-tblgen) diff --git a/contrib/libs/llvm12/utils/TableGen/CMakeLists.linux-x86_64.txt b/contrib/libs/llvm12/utils/TableGen/CMakeLists.linux-x86_64.txt index d8d6dc0ce5c..ef904d25748 100644 --- a/contrib/libs/llvm12/utils/TableGen/CMakeLists.linux-x86_64.txt +++ b/contrib/libs/llvm12/utils/TableGen/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_include_directories(llvm-tblgen PRIVATE target_link_libraries(llvm-tblgen PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache contrib-libs-llvm12 llvm12-lib-Demangle llvm12-lib-Support @@ -90,4 +88,8 @@ target_sources(llvm-tblgen PRIVATE ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/X86ModRMFilters.cpp ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/X86RecognizableInstr.cpp ) +target_allocator(llvm-tblgen + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(llvm-tblgen) diff --git a/contrib/libs/llvm12/utils/TableGen/CMakeLists.windows-x86_64.txt b/contrib/libs/llvm12/utils/TableGen/CMakeLists.windows-x86_64.txt index 3239c0d759c..b42e806b4ea 100644 --- a/contrib/libs/llvm12/utils/TableGen/CMakeLists.windows-x86_64.txt +++ b/contrib/libs/llvm12/utils/TableGen/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(llvm-tblgen PRIVATE ) target_link_libraries(llvm-tblgen PUBLIC contrib-libs-cxxsupp - cpp-malloc-system contrib-libs-llvm12 llvm12-lib-Demangle llvm12-lib-Support @@ -78,4 +77,7 @@ target_sources(llvm-tblgen PRIVATE ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/X86ModRMFilters.cpp ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/X86RecognizableInstr.cpp ) +target_allocator(llvm-tblgen + system_allocator +) vcs_info(llvm-tblgen) diff --git a/contrib/tools/protoc/bin/CMakeLists.darwin-x86_64.txt b/contrib/tools/protoc/bin/CMakeLists.darwin-x86_64.txt index 95cc3790fa9..7ba0d379ec9 100644 --- a/contrib/tools/protoc/bin/CMakeLists.darwin-x86_64.txt +++ b/contrib/tools/protoc/bin/CMakeLists.darwin-x86_64.txt @@ -14,7 +14,6 @@ target_compile_options(protoc PRIVATE target_link_libraries(protoc PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check contrib-libs-protoc ) @@ -26,4 +25,7 @@ target_link_options(protoc PRIVATE target_sources(protoc PRIVATE ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/main.cc ) +target_allocator(protoc + system_allocator +) vcs_info(protoc) diff --git a/contrib/tools/protoc/bin/CMakeLists.linux-aarch64.txt b/contrib/tools/protoc/bin/CMakeLists.linux-aarch64.txt index 6502c313b48..7aa65033fd0 100644 --- a/contrib/tools/protoc/bin/CMakeLists.linux-aarch64.txt +++ b/contrib/tools/protoc/bin/CMakeLists.linux-aarch64.txt @@ -15,7 +15,6 @@ target_link_libraries(protoc PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc contrib-libs-protoc ) target_link_options(protoc PRIVATE @@ -31,4 +30,7 @@ target_link_options(protoc PRIVATE target_sources(protoc PRIVATE ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/main.cc ) +target_allocator(protoc + cpp-malloc-jemalloc +) vcs_info(protoc) diff --git a/contrib/tools/protoc/bin/CMakeLists.linux-x86_64.txt b/contrib/tools/protoc/bin/CMakeLists.linux-x86_64.txt index 1a479939c52..37364dc61aa 100644 --- a/contrib/tools/protoc/bin/CMakeLists.linux-x86_64.txt +++ b/contrib/tools/protoc/bin/CMakeLists.linux-x86_64.txt @@ -15,8 +15,6 @@ target_link_libraries(protoc PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check contrib-libs-protoc ) @@ -33,4 +31,8 @@ target_link_options(protoc PRIVATE target_sources(protoc PRIVATE ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/main.cc ) +target_allocator(protoc + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(protoc) diff --git a/contrib/tools/protoc/bin/CMakeLists.windows-x86_64.txt b/contrib/tools/protoc/bin/CMakeLists.windows-x86_64.txt index 03bce2002ac..a79b28c37df 100644 --- a/contrib/tools/protoc/bin/CMakeLists.windows-x86_64.txt +++ b/contrib/tools/protoc/bin/CMakeLists.windows-x86_64.txt @@ -14,11 +14,13 @@ target_compile_options(protoc PRIVATE target_link_libraries(protoc PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check contrib-libs-protoc ) target_sources(protoc PRIVATE ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/main.cc ) +target_allocator(protoc + system_allocator +) vcs_info(protoc) diff --git a/contrib/tools/protoc/plugins/cpp_styleguide/CMakeLists.darwin-x86_64.txt b/contrib/tools/protoc/plugins/cpp_styleguide/CMakeLists.darwin-x86_64.txt index c0b3535a829..0b5c34301d1 100644 --- a/contrib/tools/protoc/plugins/cpp_styleguide/CMakeLists.darwin-x86_64.txt +++ b/contrib/tools/protoc/plugins/cpp_styleguide/CMakeLists.darwin-x86_64.txt @@ -14,7 +14,6 @@ target_compile_options(cpp_styleguide PRIVATE target_link_libraries(cpp_styleguide PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check contrib-libs-protoc ) @@ -26,4 +25,7 @@ target_link_options(cpp_styleguide PRIVATE target_sources(cpp_styleguide PRIVATE ${CMAKE_SOURCE_DIR}/contrib/tools/protoc/plugins/cpp_styleguide/cpp_styleguide.cpp ) +target_allocator(cpp_styleguide + system_allocator +) vcs_info(cpp_styleguide) diff --git a/contrib/tools/protoc/plugins/cpp_styleguide/CMakeLists.linux-aarch64.txt b/contrib/tools/protoc/plugins/cpp_styleguide/CMakeLists.linux-aarch64.txt index 32c35c8de7c..744e24124bf 100644 --- a/contrib/tools/protoc/plugins/cpp_styleguide/CMakeLists.linux-aarch64.txt +++ b/contrib/tools/protoc/plugins/cpp_styleguide/CMakeLists.linux-aarch64.txt @@ -15,7 +15,6 @@ target_link_libraries(cpp_styleguide PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc contrib-libs-protoc ) target_link_options(cpp_styleguide PRIVATE @@ -31,4 +30,7 @@ target_link_options(cpp_styleguide PRIVATE target_sources(cpp_styleguide PRIVATE ${CMAKE_SOURCE_DIR}/contrib/tools/protoc/plugins/cpp_styleguide/cpp_styleguide.cpp ) +target_allocator(cpp_styleguide + cpp-malloc-jemalloc +) vcs_info(cpp_styleguide) diff --git a/contrib/tools/protoc/plugins/cpp_styleguide/CMakeLists.linux-x86_64.txt b/contrib/tools/protoc/plugins/cpp_styleguide/CMakeLists.linux-x86_64.txt index 132a3329781..d39ea8b10b1 100644 --- a/contrib/tools/protoc/plugins/cpp_styleguide/CMakeLists.linux-x86_64.txt +++ b/contrib/tools/protoc/plugins/cpp_styleguide/CMakeLists.linux-x86_64.txt @@ -15,8 +15,6 @@ target_link_libraries(cpp_styleguide PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check contrib-libs-protoc ) @@ -33,4 +31,8 @@ target_link_options(cpp_styleguide PRIVATE target_sources(cpp_styleguide PRIVATE ${CMAKE_SOURCE_DIR}/contrib/tools/protoc/plugins/cpp_styleguide/cpp_styleguide.cpp ) +target_allocator(cpp_styleguide + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(cpp_styleguide) diff --git a/contrib/tools/protoc/plugins/cpp_styleguide/CMakeLists.windows-x86_64.txt b/contrib/tools/protoc/plugins/cpp_styleguide/CMakeLists.windows-x86_64.txt index 37ca735de30..dcf39ba82e5 100644 --- a/contrib/tools/protoc/plugins/cpp_styleguide/CMakeLists.windows-x86_64.txt +++ b/contrib/tools/protoc/plugins/cpp_styleguide/CMakeLists.windows-x86_64.txt @@ -14,11 +14,13 @@ target_compile_options(cpp_styleguide PRIVATE target_link_libraries(cpp_styleguide PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check contrib-libs-protoc ) target_sources(cpp_styleguide PRIVATE ${CMAKE_SOURCE_DIR}/contrib/tools/protoc/plugins/cpp_styleguide/cpp_styleguide.cpp ) +target_allocator(cpp_styleguide + system_allocator +) vcs_info(cpp_styleguide) diff --git a/contrib/tools/protoc/plugins/grpc_cpp/CMakeLists.darwin-x86_64.txt b/contrib/tools/protoc/plugins/grpc_cpp/CMakeLists.darwin-x86_64.txt index 21c3681b05c..d2cb604b85c 100644 --- a/contrib/tools/protoc/plugins/grpc_cpp/CMakeLists.darwin-x86_64.txt +++ b/contrib/tools/protoc/plugins/grpc_cpp/CMakeLists.darwin-x86_64.txt @@ -19,7 +19,6 @@ target_include_directories(grpc_cpp PRIVATE target_link_libraries(grpc_cpp PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check src-compiler-grpc_plugin_support ) @@ -31,4 +30,7 @@ target_link_options(grpc_cpp PRIVATE target_sources(grpc_cpp PRIVATE ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/compiler/cpp_plugin.cc ) +target_allocator(grpc_cpp + system_allocator +) vcs_info(grpc_cpp) diff --git a/contrib/tools/protoc/plugins/grpc_cpp/CMakeLists.linux-aarch64.txt b/contrib/tools/protoc/plugins/grpc_cpp/CMakeLists.linux-aarch64.txt index 3b8d17ca356..860ce479935 100644 --- a/contrib/tools/protoc/plugins/grpc_cpp/CMakeLists.linux-aarch64.txt +++ b/contrib/tools/protoc/plugins/grpc_cpp/CMakeLists.linux-aarch64.txt @@ -20,7 +20,6 @@ target_link_libraries(grpc_cpp PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc src-compiler-grpc_plugin_support ) target_link_options(grpc_cpp PRIVATE @@ -36,4 +35,7 @@ target_link_options(grpc_cpp PRIVATE target_sources(grpc_cpp PRIVATE ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/compiler/cpp_plugin.cc ) +target_allocator(grpc_cpp + cpp-malloc-jemalloc +) vcs_info(grpc_cpp) diff --git a/contrib/tools/protoc/plugins/grpc_cpp/CMakeLists.linux-x86_64.txt b/contrib/tools/protoc/plugins/grpc_cpp/CMakeLists.linux-x86_64.txt index 642f45d4fd0..38f77750e6b 100644 --- a/contrib/tools/protoc/plugins/grpc_cpp/CMakeLists.linux-x86_64.txt +++ b/contrib/tools/protoc/plugins/grpc_cpp/CMakeLists.linux-x86_64.txt @@ -20,8 +20,6 @@ target_link_libraries(grpc_cpp PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check src-compiler-grpc_plugin_support ) @@ -38,4 +36,8 @@ target_link_options(grpc_cpp PRIVATE target_sources(grpc_cpp PRIVATE ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/compiler/cpp_plugin.cc ) +target_allocator(grpc_cpp + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(grpc_cpp) diff --git a/contrib/tools/protoc/plugins/grpc_cpp/CMakeLists.windows-x86_64.txt b/contrib/tools/protoc/plugins/grpc_cpp/CMakeLists.windows-x86_64.txt index 4b3c39b594e..f787c68818b 100644 --- a/contrib/tools/protoc/plugins/grpc_cpp/CMakeLists.windows-x86_64.txt +++ b/contrib/tools/protoc/plugins/grpc_cpp/CMakeLists.windows-x86_64.txt @@ -19,11 +19,13 @@ target_include_directories(grpc_cpp PRIVATE target_link_libraries(grpc_cpp PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check src-compiler-grpc_plugin_support ) target_sources(grpc_cpp PRIVATE ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/compiler/cpp_plugin.cc ) +target_allocator(grpc_cpp + system_allocator +) vcs_info(grpc_cpp) diff --git a/library/cpp/actors/core/ut/CMakeLists.darwin-x86_64.txt b/library/cpp/actors/core/ut/CMakeLists.darwin-x86_64.txt index 1401f8b097c..ef83a150ec2 100644 --- a/library/cpp/actors/core/ut/CMakeLists.darwin-x86_64.txt +++ b/library/cpp/actors/core/ut/CMakeLists.darwin-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(library-cpp-actors-core-ut PRIVATE target_link_libraries(library-cpp-actors-core-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main cpp-actors-core @@ -83,4 +82,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(library-cpp-actors-core-ut + system_allocator +) vcs_info(library-cpp-actors-core-ut) diff --git a/library/cpp/actors/core/ut/CMakeLists.linux-aarch64.txt b/library/cpp/actors/core/ut/CMakeLists.linux-aarch64.txt index dace67d9aa8..768f9af719b 100644 --- a/library/cpp/actors/core/ut/CMakeLists.linux-aarch64.txt +++ b/library/cpp/actors/core/ut/CMakeLists.linux-aarch64.txt @@ -15,7 +15,6 @@ target_link_libraries(library-cpp-actors-core-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main cpp-actors-core cpp-actors-interconnect @@ -86,4 +85,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(library-cpp-actors-core-ut + cpp-malloc-jemalloc +) vcs_info(library-cpp-actors-core-ut) diff --git a/library/cpp/actors/core/ut/CMakeLists.linux-x86_64.txt b/library/cpp/actors/core/ut/CMakeLists.linux-x86_64.txt index 9ebb40c8c7c..f2b6f3e3056 100644 --- a/library/cpp/actors/core/ut/CMakeLists.linux-x86_64.txt +++ b/library/cpp/actors/core/ut/CMakeLists.linux-x86_64.txt @@ -15,8 +15,6 @@ target_link_libraries(library-cpp-actors-core-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main cpp-actors-core @@ -88,4 +86,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(library-cpp-actors-core-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(library-cpp-actors-core-ut) diff --git a/library/cpp/actors/core/ut/CMakeLists.windows-x86_64.txt b/library/cpp/actors/core/ut/CMakeLists.windows-x86_64.txt index d5288ca703e..bc26cc7c5d1 100644 --- a/library/cpp/actors/core/ut/CMakeLists.windows-x86_64.txt +++ b/library/cpp/actors/core/ut/CMakeLists.windows-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(library-cpp-actors-core-ut PRIVATE target_link_libraries(library-cpp-actors-core-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main cpp-actors-core @@ -76,4 +75,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(library-cpp-actors-core-ut + system_allocator +) vcs_info(library-cpp-actors-core-ut) diff --git a/library/cpp/actors/dnsresolver/ut/CMakeLists.darwin-x86_64.txt b/library/cpp/actors/dnsresolver/ut/CMakeLists.darwin-x86_64.txt index c1b0239d7f9..9e092bba80b 100644 --- a/library/cpp/actors/dnsresolver/ut/CMakeLists.darwin-x86_64.txt +++ b/library/cpp/actors/dnsresolver/ut/CMakeLists.darwin-x86_64.txt @@ -15,7 +15,6 @@ target_include_directories(library-cpp-actors-dnsresolver-ut PRIVATE target_link_libraries(library-cpp-actors-dnsresolver-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main cpp-actors-dnsresolver @@ -66,4 +65,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(library-cpp-actors-dnsresolver-ut + system_allocator +) vcs_info(library-cpp-actors-dnsresolver-ut) diff --git a/library/cpp/actors/dnsresolver/ut/CMakeLists.linux-aarch64.txt b/library/cpp/actors/dnsresolver/ut/CMakeLists.linux-aarch64.txt index 2d65fdbaf0f..c8eb27acd0f 100644 --- a/library/cpp/actors/dnsresolver/ut/CMakeLists.linux-aarch64.txt +++ b/library/cpp/actors/dnsresolver/ut/CMakeLists.linux-aarch64.txt @@ -16,7 +16,6 @@ target_link_libraries(library-cpp-actors-dnsresolver-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main cpp-actors-dnsresolver cpp-actors-testlib @@ -69,4 +68,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(library-cpp-actors-dnsresolver-ut + cpp-malloc-jemalloc +) vcs_info(library-cpp-actors-dnsresolver-ut) diff --git a/library/cpp/actors/dnsresolver/ut/CMakeLists.linux-x86_64.txt b/library/cpp/actors/dnsresolver/ut/CMakeLists.linux-x86_64.txt index 79ad14cc21d..eae7bc85a39 100644 --- a/library/cpp/actors/dnsresolver/ut/CMakeLists.linux-x86_64.txt +++ b/library/cpp/actors/dnsresolver/ut/CMakeLists.linux-x86_64.txt @@ -16,8 +16,6 @@ target_link_libraries(library-cpp-actors-dnsresolver-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main cpp-actors-dnsresolver @@ -71,4 +69,8 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(library-cpp-actors-dnsresolver-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(library-cpp-actors-dnsresolver-ut) diff --git a/library/cpp/actors/dnsresolver/ut/CMakeLists.windows-x86_64.txt b/library/cpp/actors/dnsresolver/ut/CMakeLists.windows-x86_64.txt index 05a043ead4e..7705d206a38 100644 --- a/library/cpp/actors/dnsresolver/ut/CMakeLists.windows-x86_64.txt +++ b/library/cpp/actors/dnsresolver/ut/CMakeLists.windows-x86_64.txt @@ -15,7 +15,6 @@ target_include_directories(library-cpp-actors-dnsresolver-ut PRIVATE target_link_libraries(library-cpp-actors-dnsresolver-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main cpp-actors-dnsresolver @@ -59,4 +58,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(library-cpp-actors-dnsresolver-ut + system_allocator +) vcs_info(library-cpp-actors-dnsresolver-ut) diff --git a/library/cpp/actors/examples/01_ping_pong/CMakeLists.darwin-x86_64.txt b/library/cpp/actors/examples/01_ping_pong/CMakeLists.darwin-x86_64.txt index 0c4009e1d5d..1e053eb6b49 100644 --- a/library/cpp/actors/examples/01_ping_pong/CMakeLists.darwin-x86_64.txt +++ b/library/cpp/actors/examples/01_ping_pong/CMakeLists.darwin-x86_64.txt @@ -11,7 +11,6 @@ add_executable(example_01_ping_pong) target_link_libraries(example_01_ping_pong PUBLIC contrib-libs-cxxsupp yutil - library-cpp-lfalloc library-cpp-cpuid_check cpp-actors-core ) @@ -25,4 +24,7 @@ target_link_options(example_01_ping_pong PRIVATE target_sources(example_01_ping_pong PRIVATE ${CMAKE_SOURCE_DIR}/library/cpp/actors/examples/01_ping_pong/main.cpp ) +target_allocator(example_01_ping_pong + library-cpp-lfalloc +) vcs_info(example_01_ping_pong) diff --git a/library/cpp/actors/examples/01_ping_pong/CMakeLists.linux-aarch64.txt b/library/cpp/actors/examples/01_ping_pong/CMakeLists.linux-aarch64.txt index d37268db3b7..5884f062610 100644 --- a/library/cpp/actors/examples/01_ping_pong/CMakeLists.linux-aarch64.txt +++ b/library/cpp/actors/examples/01_ping_pong/CMakeLists.linux-aarch64.txt @@ -12,7 +12,6 @@ target_link_libraries(example_01_ping_pong PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - library-cpp-lfalloc cpp-actors-core ) target_link_options(example_01_ping_pong PRIVATE @@ -28,4 +27,7 @@ target_link_options(example_01_ping_pong PRIVATE target_sources(example_01_ping_pong PRIVATE ${CMAKE_SOURCE_DIR}/library/cpp/actors/examples/01_ping_pong/main.cpp ) +target_allocator(example_01_ping_pong + library-cpp-lfalloc +) vcs_info(example_01_ping_pong) diff --git a/library/cpp/actors/examples/01_ping_pong/CMakeLists.linux-x86_64.txt b/library/cpp/actors/examples/01_ping_pong/CMakeLists.linux-x86_64.txt index 79067f5ead7..73209820291 100644 --- a/library/cpp/actors/examples/01_ping_pong/CMakeLists.linux-x86_64.txt +++ b/library/cpp/actors/examples/01_ping_pong/CMakeLists.linux-x86_64.txt @@ -12,7 +12,6 @@ target_link_libraries(example_01_ping_pong PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - library-cpp-lfalloc library-cpp-cpuid_check cpp-actors-core ) @@ -29,4 +28,7 @@ target_link_options(example_01_ping_pong PRIVATE target_sources(example_01_ping_pong PRIVATE ${CMAKE_SOURCE_DIR}/library/cpp/actors/examples/01_ping_pong/main.cpp ) +target_allocator(example_01_ping_pong + library-cpp-lfalloc +) vcs_info(example_01_ping_pong) diff --git a/library/cpp/actors/examples/01_ping_pong/CMakeLists.windows-x86_64.txt b/library/cpp/actors/examples/01_ping_pong/CMakeLists.windows-x86_64.txt index af8b315ee34..22c41768c9b 100644 --- a/library/cpp/actors/examples/01_ping_pong/CMakeLists.windows-x86_64.txt +++ b/library/cpp/actors/examples/01_ping_pong/CMakeLists.windows-x86_64.txt @@ -11,11 +11,13 @@ add_executable(example_01_ping_pong) target_link_libraries(example_01_ping_pong PUBLIC contrib-libs-cxxsupp yutil - library-cpp-lfalloc library-cpp-cpuid_check cpp-actors-core ) target_sources(example_01_ping_pong PRIVATE ${CMAKE_SOURCE_DIR}/library/cpp/actors/examples/01_ping_pong/main.cpp ) +target_allocator(example_01_ping_pong + library-cpp-lfalloc +) vcs_info(example_01_ping_pong) diff --git a/library/cpp/actors/examples/02_discovery/CMakeLists.darwin-x86_64.txt b/library/cpp/actors/examples/02_discovery/CMakeLists.darwin-x86_64.txt index 84c1a6dc913..6d3a2ddc542 100644 --- a/library/cpp/actors/examples/02_discovery/CMakeLists.darwin-x86_64.txt +++ b/library/cpp/actors/examples/02_discovery/CMakeLists.darwin-x86_64.txt @@ -23,7 +23,6 @@ add_executable(example_02_discovery) target_link_libraries(example_02_discovery PUBLIC contrib-libs-cxxsupp yutil - library-cpp-lfalloc library-cpp-cpuid_check cpp-actors-core cpp-actors-dnsresolver @@ -48,6 +47,9 @@ target_sources(example_02_discovery PRIVATE ${CMAKE_SOURCE_DIR}/library/cpp/actors/examples/02_discovery/publish.cpp ${CMAKE_SOURCE_DIR}/library/cpp/actors/examples/02_discovery/replica.cpp ) +target_allocator(example_02_discovery + library-cpp-lfalloc +) target_proto_addincls(example_02_discovery ./ ${CMAKE_SOURCE_DIR}/ diff --git a/library/cpp/actors/examples/02_discovery/CMakeLists.linux-aarch64.txt b/library/cpp/actors/examples/02_discovery/CMakeLists.linux-aarch64.txt index 9f53b255761..8bfd3443010 100644 --- a/library/cpp/actors/examples/02_discovery/CMakeLists.linux-aarch64.txt +++ b/library/cpp/actors/examples/02_discovery/CMakeLists.linux-aarch64.txt @@ -24,7 +24,6 @@ target_link_libraries(example_02_discovery PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - library-cpp-lfalloc cpp-actors-core cpp-actors-dnsresolver cpp-actors-interconnect @@ -51,6 +50,9 @@ target_sources(example_02_discovery PRIVATE ${CMAKE_SOURCE_DIR}/library/cpp/actors/examples/02_discovery/publish.cpp ${CMAKE_SOURCE_DIR}/library/cpp/actors/examples/02_discovery/replica.cpp ) +target_allocator(example_02_discovery + library-cpp-lfalloc +) target_proto_addincls(example_02_discovery ./ ${CMAKE_SOURCE_DIR}/ diff --git a/library/cpp/actors/examples/02_discovery/CMakeLists.linux-x86_64.txt b/library/cpp/actors/examples/02_discovery/CMakeLists.linux-x86_64.txt index 934f3d6b086..34d2610a7db 100644 --- a/library/cpp/actors/examples/02_discovery/CMakeLists.linux-x86_64.txt +++ b/library/cpp/actors/examples/02_discovery/CMakeLists.linux-x86_64.txt @@ -24,7 +24,6 @@ target_link_libraries(example_02_discovery PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - library-cpp-lfalloc library-cpp-cpuid_check cpp-actors-core cpp-actors-dnsresolver @@ -52,6 +51,9 @@ target_sources(example_02_discovery PRIVATE ${CMAKE_SOURCE_DIR}/library/cpp/actors/examples/02_discovery/publish.cpp ${CMAKE_SOURCE_DIR}/library/cpp/actors/examples/02_discovery/replica.cpp ) +target_allocator(example_02_discovery + library-cpp-lfalloc +) target_proto_addincls(example_02_discovery ./ ${CMAKE_SOURCE_DIR}/ diff --git a/library/cpp/actors/examples/02_discovery/CMakeLists.windows-x86_64.txt b/library/cpp/actors/examples/02_discovery/CMakeLists.windows-x86_64.txt index 0e4c17401b4..2168520e191 100644 --- a/library/cpp/actors/examples/02_discovery/CMakeLists.windows-x86_64.txt +++ b/library/cpp/actors/examples/02_discovery/CMakeLists.windows-x86_64.txt @@ -23,7 +23,6 @@ add_executable(example_02_discovery) target_link_libraries(example_02_discovery PUBLIC contrib-libs-cxxsupp yutil - library-cpp-lfalloc library-cpp-cpuid_check cpp-actors-core cpp-actors-dnsresolver @@ -41,6 +40,9 @@ target_sources(example_02_discovery PRIVATE ${CMAKE_SOURCE_DIR}/library/cpp/actors/examples/02_discovery/publish.cpp ${CMAKE_SOURCE_DIR}/library/cpp/actors/examples/02_discovery/replica.cpp ) +target_allocator(example_02_discovery + library-cpp-lfalloc +) target_proto_addincls(example_02_discovery ./ ${CMAKE_SOURCE_DIR}/ diff --git a/library/cpp/actors/helpers/ut/CMakeLists.darwin-x86_64.txt b/library/cpp/actors/helpers/ut/CMakeLists.darwin-x86_64.txt index e5e023adf87..126b29e5748 100644 --- a/library/cpp/actors/helpers/ut/CMakeLists.darwin-x86_64.txt +++ b/library/cpp/actors/helpers/ut/CMakeLists.darwin-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(library-cpp-actors-helpers-ut PRIVATE target_link_libraries(library-cpp-actors-helpers-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main cpp-actors-helpers @@ -72,4 +71,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(library-cpp-actors-helpers-ut + system_allocator +) vcs_info(library-cpp-actors-helpers-ut) diff --git a/library/cpp/actors/helpers/ut/CMakeLists.linux-aarch64.txt b/library/cpp/actors/helpers/ut/CMakeLists.linux-aarch64.txt index 7222f8dc5c9..24da0dacd6f 100644 --- a/library/cpp/actors/helpers/ut/CMakeLists.linux-aarch64.txt +++ b/library/cpp/actors/helpers/ut/CMakeLists.linux-aarch64.txt @@ -15,7 +15,6 @@ target_link_libraries(library-cpp-actors-helpers-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main cpp-actors-helpers cpp-actors-interconnect @@ -75,4 +74,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(library-cpp-actors-helpers-ut + cpp-malloc-jemalloc +) vcs_info(library-cpp-actors-helpers-ut) diff --git a/library/cpp/actors/helpers/ut/CMakeLists.linux-x86_64.txt b/library/cpp/actors/helpers/ut/CMakeLists.linux-x86_64.txt index e2894e9b9d1..db118dc91ea 100644 --- a/library/cpp/actors/helpers/ut/CMakeLists.linux-x86_64.txt +++ b/library/cpp/actors/helpers/ut/CMakeLists.linux-x86_64.txt @@ -15,8 +15,6 @@ target_link_libraries(library-cpp-actors-helpers-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main cpp-actors-helpers @@ -77,4 +75,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(library-cpp-actors-helpers-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(library-cpp-actors-helpers-ut) diff --git a/library/cpp/actors/helpers/ut/CMakeLists.windows-x86_64.txt b/library/cpp/actors/helpers/ut/CMakeLists.windows-x86_64.txt index aa3e413f046..7e68870a0ea 100644 --- a/library/cpp/actors/helpers/ut/CMakeLists.windows-x86_64.txt +++ b/library/cpp/actors/helpers/ut/CMakeLists.windows-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(library-cpp-actors-helpers-ut PRIVATE target_link_libraries(library-cpp-actors-helpers-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main cpp-actors-helpers @@ -65,4 +64,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(library-cpp-actors-helpers-ut + system_allocator +) vcs_info(library-cpp-actors-helpers-ut) diff --git a/library/cpp/actors/http/ut/CMakeLists.darwin-x86_64.txt b/library/cpp/actors/http/ut/CMakeLists.darwin-x86_64.txt index f52dc3175d5..99677acae5e 100644 --- a/library/cpp/actors/http/ut/CMakeLists.darwin-x86_64.txt +++ b/library/cpp/actors/http/ut/CMakeLists.darwin-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(library-cpp-actors-http-ut PRIVATE target_link_libraries(library-cpp-actors-http-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main cpp-actors-http @@ -63,4 +62,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(library-cpp-actors-http-ut + system_allocator +) vcs_info(library-cpp-actors-http-ut) diff --git a/library/cpp/actors/http/ut/CMakeLists.linux-aarch64.txt b/library/cpp/actors/http/ut/CMakeLists.linux-aarch64.txt index 15c2e22dc58..8818e4418fe 100644 --- a/library/cpp/actors/http/ut/CMakeLists.linux-aarch64.txt +++ b/library/cpp/actors/http/ut/CMakeLists.linux-aarch64.txt @@ -15,7 +15,6 @@ target_link_libraries(library-cpp-actors-http-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main cpp-actors-http cpp-actors-testlib @@ -66,4 +65,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(library-cpp-actors-http-ut + cpp-malloc-jemalloc +) vcs_info(library-cpp-actors-http-ut) diff --git a/library/cpp/actors/http/ut/CMakeLists.linux-x86_64.txt b/library/cpp/actors/http/ut/CMakeLists.linux-x86_64.txt index 1190cc58f33..620f66ad003 100644 --- a/library/cpp/actors/http/ut/CMakeLists.linux-x86_64.txt +++ b/library/cpp/actors/http/ut/CMakeLists.linux-x86_64.txt @@ -15,8 +15,6 @@ target_link_libraries(library-cpp-actors-http-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main cpp-actors-http @@ -68,4 +66,8 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(library-cpp-actors-http-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(library-cpp-actors-http-ut) diff --git a/library/cpp/actors/http/ut/CMakeLists.windows-x86_64.txt b/library/cpp/actors/http/ut/CMakeLists.windows-x86_64.txt index 80bc753531e..73603d626cd 100644 --- a/library/cpp/actors/http/ut/CMakeLists.windows-x86_64.txt +++ b/library/cpp/actors/http/ut/CMakeLists.windows-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(library-cpp-actors-http-ut PRIVATE target_link_libraries(library-cpp-actors-http-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main cpp-actors-http @@ -53,4 +52,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(library-cpp-actors-http-ut + system_allocator +) vcs_info(library-cpp-actors-http-ut) diff --git a/library/cpp/actors/interconnect/ut/CMakeLists.darwin-x86_64.txt b/library/cpp/actors/interconnect/ut/CMakeLists.darwin-x86_64.txt index 2c1aea6b811..e1e00ed6adc 100644 --- a/library/cpp/actors/interconnect/ut/CMakeLists.darwin-x86_64.txt +++ b/library/cpp/actors/interconnect/ut/CMakeLists.darwin-x86_64.txt @@ -13,7 +13,6 @@ add_executable(library-cpp-actors-interconnect-ut) target_link_libraries(library-cpp-actors-interconnect-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main cpp-actors-core @@ -79,4 +78,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(library-cpp-actors-interconnect-ut + system_allocator +) vcs_info(library-cpp-actors-interconnect-ut) diff --git a/library/cpp/actors/interconnect/ut/CMakeLists.linux-aarch64.txt b/library/cpp/actors/interconnect/ut/CMakeLists.linux-aarch64.txt index 521f2e1eba5..a869318b87e 100644 --- a/library/cpp/actors/interconnect/ut/CMakeLists.linux-aarch64.txt +++ b/library/cpp/actors/interconnect/ut/CMakeLists.linux-aarch64.txt @@ -14,7 +14,6 @@ target_link_libraries(library-cpp-actors-interconnect-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main cpp-actors-core cpp-actors-interconnect @@ -82,4 +81,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(library-cpp-actors-interconnect-ut + cpp-malloc-jemalloc +) vcs_info(library-cpp-actors-interconnect-ut) diff --git a/library/cpp/actors/interconnect/ut/CMakeLists.linux-x86_64.txt b/library/cpp/actors/interconnect/ut/CMakeLists.linux-x86_64.txt index 6456daf5b83..479e70158ad 100644 --- a/library/cpp/actors/interconnect/ut/CMakeLists.linux-x86_64.txt +++ b/library/cpp/actors/interconnect/ut/CMakeLists.linux-x86_64.txt @@ -14,8 +14,6 @@ target_link_libraries(library-cpp-actors-interconnect-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main cpp-actors-core @@ -84,4 +82,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(library-cpp-actors-interconnect-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(library-cpp-actors-interconnect-ut) diff --git a/library/cpp/actors/interconnect/ut/CMakeLists.windows-x86_64.txt b/library/cpp/actors/interconnect/ut/CMakeLists.windows-x86_64.txt index 9abc682685c..61244b1f9da 100644 --- a/library/cpp/actors/interconnect/ut/CMakeLists.windows-x86_64.txt +++ b/library/cpp/actors/interconnect/ut/CMakeLists.windows-x86_64.txt @@ -13,7 +13,6 @@ add_executable(library-cpp-actors-interconnect-ut) target_link_libraries(library-cpp-actors-interconnect-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main cpp-actors-core @@ -72,4 +71,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(library-cpp-actors-interconnect-ut + system_allocator +) vcs_info(library-cpp-actors-interconnect-ut) diff --git a/library/cpp/actors/interconnect/ut_fat/CMakeLists.darwin-x86_64.txt b/library/cpp/actors/interconnect/ut_fat/CMakeLists.darwin-x86_64.txt index b036ca2968d..42855134991 100644 --- a/library/cpp/actors/interconnect/ut_fat/CMakeLists.darwin-x86_64.txt +++ b/library/cpp/actors/interconnect/ut_fat/CMakeLists.darwin-x86_64.txt @@ -11,7 +11,6 @@ add_executable(library-cpp-actors-interconnect-ut_fat) target_link_libraries(library-cpp-actors-interconnect-ut_fat PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main cpp-actors-core @@ -65,4 +64,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(library-cpp-actors-interconnect-ut_fat + system_allocator +) vcs_info(library-cpp-actors-interconnect-ut_fat) diff --git a/library/cpp/actors/interconnect/ut_fat/CMakeLists.linux-aarch64.txt b/library/cpp/actors/interconnect/ut_fat/CMakeLists.linux-aarch64.txt index bff55081e17..5365ba4e247 100644 --- a/library/cpp/actors/interconnect/ut_fat/CMakeLists.linux-aarch64.txt +++ b/library/cpp/actors/interconnect/ut_fat/CMakeLists.linux-aarch64.txt @@ -12,7 +12,6 @@ target_link_libraries(library-cpp-actors-interconnect-ut_fat PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main cpp-actors-core cpp-actors-interconnect @@ -68,4 +67,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(library-cpp-actors-interconnect-ut_fat + cpp-malloc-jemalloc +) vcs_info(library-cpp-actors-interconnect-ut_fat) diff --git a/library/cpp/actors/interconnect/ut_fat/CMakeLists.linux-x86_64.txt b/library/cpp/actors/interconnect/ut_fat/CMakeLists.linux-x86_64.txt index 229645955c6..86ef393babe 100644 --- a/library/cpp/actors/interconnect/ut_fat/CMakeLists.linux-x86_64.txt +++ b/library/cpp/actors/interconnect/ut_fat/CMakeLists.linux-x86_64.txt @@ -12,8 +12,6 @@ target_link_libraries(library-cpp-actors-interconnect-ut_fat PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main cpp-actors-core @@ -70,4 +68,8 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(library-cpp-actors-interconnect-ut_fat + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(library-cpp-actors-interconnect-ut_fat) diff --git a/library/cpp/actors/interconnect/ut_fat/CMakeLists.windows-x86_64.txt b/library/cpp/actors/interconnect/ut_fat/CMakeLists.windows-x86_64.txt index c1c58aa0728..3841949a285 100644 --- a/library/cpp/actors/interconnect/ut_fat/CMakeLists.windows-x86_64.txt +++ b/library/cpp/actors/interconnect/ut_fat/CMakeLists.windows-x86_64.txt @@ -11,7 +11,6 @@ add_executable(library-cpp-actors-interconnect-ut_fat) target_link_libraries(library-cpp-actors-interconnect-ut_fat PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main cpp-actors-core @@ -58,4 +57,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(library-cpp-actors-interconnect-ut_fat + system_allocator +) vcs_info(library-cpp-actors-interconnect-ut_fat) diff --git a/library/cpp/actors/interconnect/ut_huge_cluster/CMakeLists.darwin-x86_64.txt b/library/cpp/actors/interconnect/ut_huge_cluster/CMakeLists.darwin-x86_64.txt index bfce0145c43..45fd7e20603 100644 --- a/library/cpp/actors/interconnect/ut_huge_cluster/CMakeLists.darwin-x86_64.txt +++ b/library/cpp/actors/interconnect/ut_huge_cluster/CMakeLists.darwin-x86_64.txt @@ -11,7 +11,6 @@ add_executable(library-cpp-actors-interconnect-ut_huge_cluster) target_link_libraries(library-cpp-actors-interconnect-ut_huge_cluster PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main cpp-actors-core @@ -71,4 +70,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(library-cpp-actors-interconnect-ut_huge_cluster + system_allocator +) vcs_info(library-cpp-actors-interconnect-ut_huge_cluster) diff --git a/library/cpp/actors/interconnect/ut_huge_cluster/CMakeLists.linux-aarch64.txt b/library/cpp/actors/interconnect/ut_huge_cluster/CMakeLists.linux-aarch64.txt index a7881169fbe..51c8af6a267 100644 --- a/library/cpp/actors/interconnect/ut_huge_cluster/CMakeLists.linux-aarch64.txt +++ b/library/cpp/actors/interconnect/ut_huge_cluster/CMakeLists.linux-aarch64.txt @@ -12,7 +12,6 @@ target_link_libraries(library-cpp-actors-interconnect-ut_huge_cluster PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main cpp-actors-core cpp-actors-interconnect @@ -74,4 +73,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(library-cpp-actors-interconnect-ut_huge_cluster + cpp-malloc-jemalloc +) vcs_info(library-cpp-actors-interconnect-ut_huge_cluster) diff --git a/library/cpp/actors/interconnect/ut_huge_cluster/CMakeLists.linux-x86_64.txt b/library/cpp/actors/interconnect/ut_huge_cluster/CMakeLists.linux-x86_64.txt index 39395876178..97a04cc1022 100644 --- a/library/cpp/actors/interconnect/ut_huge_cluster/CMakeLists.linux-x86_64.txt +++ b/library/cpp/actors/interconnect/ut_huge_cluster/CMakeLists.linux-x86_64.txt @@ -12,8 +12,6 @@ target_link_libraries(library-cpp-actors-interconnect-ut_huge_cluster PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main cpp-actors-core @@ -76,4 +74,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(library-cpp-actors-interconnect-ut_huge_cluster + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(library-cpp-actors-interconnect-ut_huge_cluster) diff --git a/library/cpp/actors/interconnect/ut_huge_cluster/CMakeLists.windows-x86_64.txt b/library/cpp/actors/interconnect/ut_huge_cluster/CMakeLists.windows-x86_64.txt index f758b835ace..7155e17cd54 100644 --- a/library/cpp/actors/interconnect/ut_huge_cluster/CMakeLists.windows-x86_64.txt +++ b/library/cpp/actors/interconnect/ut_huge_cluster/CMakeLists.windows-x86_64.txt @@ -11,7 +11,6 @@ add_executable(library-cpp-actors-interconnect-ut_huge_cluster) target_link_libraries(library-cpp-actors-interconnect-ut_huge_cluster PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main cpp-actors-core @@ -64,4 +63,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(library-cpp-actors-interconnect-ut_huge_cluster + system_allocator +) vcs_info(library-cpp-actors-interconnect-ut_huge_cluster) diff --git a/library/cpp/actors/prof/ut/CMakeLists.darwin-x86_64.txt b/library/cpp/actors/prof/ut/CMakeLists.darwin-x86_64.txt index 8dee6a653a0..0ec56d87626 100644 --- a/library/cpp/actors/prof/ut/CMakeLists.darwin-x86_64.txt +++ b/library/cpp/actors/prof/ut/CMakeLists.darwin-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(library-cpp-actors-prof-ut PRIVATE target_link_libraries(library-cpp-actors-prof-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main cpp-actors-prof @@ -62,4 +61,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(library-cpp-actors-prof-ut + system_allocator +) vcs_info(library-cpp-actors-prof-ut) diff --git a/library/cpp/actors/prof/ut/CMakeLists.linux-aarch64.txt b/library/cpp/actors/prof/ut/CMakeLists.linux-aarch64.txt index fae703068a1..591055b7443 100644 --- a/library/cpp/actors/prof/ut/CMakeLists.linux-aarch64.txt +++ b/library/cpp/actors/prof/ut/CMakeLists.linux-aarch64.txt @@ -15,7 +15,6 @@ target_link_libraries(library-cpp-actors-prof-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main cpp-actors-prof ) @@ -65,4 +64,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(library-cpp-actors-prof-ut + cpp-malloc-jemalloc +) vcs_info(library-cpp-actors-prof-ut) diff --git a/library/cpp/actors/prof/ut/CMakeLists.linux-x86_64.txt b/library/cpp/actors/prof/ut/CMakeLists.linux-x86_64.txt index 707f5473403..7c84eda1b00 100644 --- a/library/cpp/actors/prof/ut/CMakeLists.linux-x86_64.txt +++ b/library/cpp/actors/prof/ut/CMakeLists.linux-x86_64.txt @@ -15,8 +15,6 @@ target_link_libraries(library-cpp-actors-prof-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main cpp-actors-prof @@ -67,4 +65,8 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(library-cpp-actors-prof-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(library-cpp-actors-prof-ut) diff --git a/library/cpp/actors/prof/ut/CMakeLists.windows-x86_64.txt b/library/cpp/actors/prof/ut/CMakeLists.windows-x86_64.txt index 54124f414fb..3165130380b 100644 --- a/library/cpp/actors/prof/ut/CMakeLists.windows-x86_64.txt +++ b/library/cpp/actors/prof/ut/CMakeLists.windows-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(library-cpp-actors-prof-ut PRIVATE target_link_libraries(library-cpp-actors-prof-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main cpp-actors-prof @@ -55,4 +54,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(library-cpp-actors-prof-ut + system_allocator +) vcs_info(library-cpp-actors-prof-ut) diff --git a/library/cpp/actors/testlib/ut/CMakeLists.darwin-x86_64.txt b/library/cpp/actors/testlib/ut/CMakeLists.darwin-x86_64.txt index f19083b8be6..03d106c63f9 100644 --- a/library/cpp/actors/testlib/ut/CMakeLists.darwin-x86_64.txt +++ b/library/cpp/actors/testlib/ut/CMakeLists.darwin-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(library-cpp-actors-testlib-ut PRIVATE target_link_libraries(library-cpp-actors-testlib-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main cpp-actors-testlib @@ -63,4 +62,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(library-cpp-actors-testlib-ut + system_allocator +) vcs_info(library-cpp-actors-testlib-ut) diff --git a/library/cpp/actors/testlib/ut/CMakeLists.linux-aarch64.txt b/library/cpp/actors/testlib/ut/CMakeLists.linux-aarch64.txt index f41e1a37639..598b6e53dea 100644 --- a/library/cpp/actors/testlib/ut/CMakeLists.linux-aarch64.txt +++ b/library/cpp/actors/testlib/ut/CMakeLists.linux-aarch64.txt @@ -15,7 +15,6 @@ target_link_libraries(library-cpp-actors-testlib-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main cpp-actors-testlib cpp-actors-core @@ -66,4 +65,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(library-cpp-actors-testlib-ut + cpp-malloc-jemalloc +) vcs_info(library-cpp-actors-testlib-ut) diff --git a/library/cpp/actors/testlib/ut/CMakeLists.linux-x86_64.txt b/library/cpp/actors/testlib/ut/CMakeLists.linux-x86_64.txt index 83a9b7371f1..42713842dab 100644 --- a/library/cpp/actors/testlib/ut/CMakeLists.linux-x86_64.txt +++ b/library/cpp/actors/testlib/ut/CMakeLists.linux-x86_64.txt @@ -15,8 +15,6 @@ target_link_libraries(library-cpp-actors-testlib-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main cpp-actors-testlib @@ -68,4 +66,8 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(library-cpp-actors-testlib-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(library-cpp-actors-testlib-ut) diff --git a/library/cpp/actors/testlib/ut/CMakeLists.windows-x86_64.txt b/library/cpp/actors/testlib/ut/CMakeLists.windows-x86_64.txt index c04f088b8ac..077ccae7fb6 100644 --- a/library/cpp/actors/testlib/ut/CMakeLists.windows-x86_64.txt +++ b/library/cpp/actors/testlib/ut/CMakeLists.windows-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(library-cpp-actors-testlib-ut PRIVATE target_link_libraries(library-cpp-actors-testlib-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main cpp-actors-testlib @@ -56,4 +55,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(library-cpp-actors-testlib-ut + system_allocator +) vcs_info(library-cpp-actors-testlib-ut) diff --git a/library/cpp/actors/util/ut/CMakeLists.darwin-x86_64.txt b/library/cpp/actors/util/ut/CMakeLists.darwin-x86_64.txt index cd6833fe778..cb32e0652f7 100644 --- a/library/cpp/actors/util/ut/CMakeLists.darwin-x86_64.txt +++ b/library/cpp/actors/util/ut/CMakeLists.darwin-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(library-cpp-actors-util-ut PRIVATE target_link_libraries(library-cpp-actors-util-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main cpp-actors-util @@ -68,4 +67,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(library-cpp-actors-util-ut + system_allocator +) vcs_info(library-cpp-actors-util-ut) diff --git a/library/cpp/actors/util/ut/CMakeLists.linux-aarch64.txt b/library/cpp/actors/util/ut/CMakeLists.linux-aarch64.txt index 095f1c02f44..27ff864fef5 100644 --- a/library/cpp/actors/util/ut/CMakeLists.linux-aarch64.txt +++ b/library/cpp/actors/util/ut/CMakeLists.linux-aarch64.txt @@ -15,7 +15,6 @@ target_link_libraries(library-cpp-actors-util-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main cpp-actors-util ) @@ -73,4 +72,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(library-cpp-actors-util-ut + cpp-malloc-jemalloc +) vcs_info(library-cpp-actors-util-ut) diff --git a/library/cpp/actors/util/ut/CMakeLists.linux-x86_64.txt b/library/cpp/actors/util/ut/CMakeLists.linux-x86_64.txt index 9d526492d88..d1143a475b4 100644 --- a/library/cpp/actors/util/ut/CMakeLists.linux-x86_64.txt +++ b/library/cpp/actors/util/ut/CMakeLists.linux-x86_64.txt @@ -15,8 +15,6 @@ target_link_libraries(library-cpp-actors-util-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main cpp-actors-util @@ -75,4 +73,8 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(library-cpp-actors-util-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(library-cpp-actors-util-ut) diff --git a/library/cpp/actors/util/ut/CMakeLists.windows-x86_64.txt b/library/cpp/actors/util/ut/CMakeLists.windows-x86_64.txt index becfd9853bc..3af5d98ef02 100644 --- a/library/cpp/actors/util/ut/CMakeLists.windows-x86_64.txt +++ b/library/cpp/actors/util/ut/CMakeLists.windows-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(library-cpp-actors-util-ut PRIVATE target_link_libraries(library-cpp-actors-util-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main cpp-actors-util @@ -63,4 +62,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(library-cpp-actors-util-ut + system_allocator +) vcs_info(library-cpp-actors-util-ut) diff --git a/library/cpp/balloc/CMakeLists.windows-x86_64.txt b/library/cpp/balloc/CMakeLists.windows-x86_64.txt index 7a299b9800f..f6b91521b3c 100644 --- a/library/cpp/balloc/CMakeLists.windows-x86_64.txt +++ b/library/cpp/balloc/CMakeLists.windows-x86_64.txt @@ -10,5 +10,7 @@ add_library(library-cpp-balloc INTERFACE) target_link_libraries(library-cpp-balloc INTERFACE contrib-libs-cxxsupp +) +target_allocator(library-cpp-balloc library-cpp-lfalloc ) diff --git a/library/cpp/digest/old_crc/gencrc/CMakeLists.darwin-x86_64.txt b/library/cpp/digest/old_crc/gencrc/CMakeLists.darwin-x86_64.txt index 48e79f950d8..64e8d803e5e 100644 --- a/library/cpp/digest/old_crc/gencrc/CMakeLists.darwin-x86_64.txt +++ b/library/cpp/digest/old_crc/gencrc/CMakeLists.darwin-x86_64.txt @@ -11,7 +11,6 @@ add_executable(gencrc) target_link_libraries(gencrc PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check ) target_link_options(gencrc PRIVATE @@ -22,4 +21,7 @@ target_link_options(gencrc PRIVATE target_sources(gencrc PRIVATE ${CMAKE_SOURCE_DIR}/library/cpp/digest/old_crc/gencrc/main.cpp ) +target_allocator(gencrc + system_allocator +) vcs_info(gencrc) diff --git a/library/cpp/digest/old_crc/gencrc/CMakeLists.linux-aarch64.txt b/library/cpp/digest/old_crc/gencrc/CMakeLists.linux-aarch64.txt index 38e5afdb8ad..f4a3176047e 100644 --- a/library/cpp/digest/old_crc/gencrc/CMakeLists.linux-aarch64.txt +++ b/library/cpp/digest/old_crc/gencrc/CMakeLists.linux-aarch64.txt @@ -12,7 +12,6 @@ target_link_libraries(gencrc PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc ) target_link_options(gencrc PRIVATE -ldl @@ -27,4 +26,7 @@ target_link_options(gencrc PRIVATE target_sources(gencrc PRIVATE ${CMAKE_SOURCE_DIR}/library/cpp/digest/old_crc/gencrc/main.cpp ) +target_allocator(gencrc + cpp-malloc-jemalloc +) vcs_info(gencrc) diff --git a/library/cpp/digest/old_crc/gencrc/CMakeLists.linux-x86_64.txt b/library/cpp/digest/old_crc/gencrc/CMakeLists.linux-x86_64.txt index ed861d121c8..33bcd9c559f 100644 --- a/library/cpp/digest/old_crc/gencrc/CMakeLists.linux-x86_64.txt +++ b/library/cpp/digest/old_crc/gencrc/CMakeLists.linux-x86_64.txt @@ -12,8 +12,6 @@ target_link_libraries(gencrc PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check ) target_link_options(gencrc PRIVATE @@ -29,4 +27,8 @@ target_link_options(gencrc PRIVATE target_sources(gencrc PRIVATE ${CMAKE_SOURCE_DIR}/library/cpp/digest/old_crc/gencrc/main.cpp ) +target_allocator(gencrc + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(gencrc) diff --git a/library/cpp/digest/old_crc/gencrc/CMakeLists.windows-x86_64.txt b/library/cpp/digest/old_crc/gencrc/CMakeLists.windows-x86_64.txt index ca1d923ee24..b2bfec2ccb8 100644 --- a/library/cpp/digest/old_crc/gencrc/CMakeLists.windows-x86_64.txt +++ b/library/cpp/digest/old_crc/gencrc/CMakeLists.windows-x86_64.txt @@ -11,10 +11,12 @@ add_executable(gencrc) target_link_libraries(gencrc PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check ) target_sources(gencrc PRIVATE ${CMAKE_SOURCE_DIR}/library/cpp/digest/old_crc/gencrc/main.cpp ) +target_allocator(gencrc + system_allocator +) vcs_info(gencrc) diff --git a/library/cpp/malloc/system/CMakeLists.darwin-x86_64.txt b/library/cpp/malloc/system/CMakeLists.darwin-x86_64.txt index 72c039454cb..02b71485333 100644 --- a/library/cpp/malloc/system/CMakeLists.darwin-x86_64.txt +++ b/library/cpp/malloc/system/CMakeLists.darwin-x86_64.txt @@ -7,11 +7,11 @@ -add_library(cpp-malloc-system) -target_link_libraries(cpp-malloc-system PUBLIC +add_library(system_allocator) +target_link_libraries(system_allocator PUBLIC contrib-libs-cxxsupp cpp-malloc-api ) -target_sources(cpp-malloc-system PRIVATE +target_sources(system_allocator PRIVATE ${CMAKE_SOURCE_DIR}/library/cpp/malloc/system/malloc-info.cpp ) diff --git a/library/cpp/malloc/system/CMakeLists.windows-x86_64.txt b/library/cpp/malloc/system/CMakeLists.windows-x86_64.txt index 72c039454cb..02b71485333 100644 --- a/library/cpp/malloc/system/CMakeLists.windows-x86_64.txt +++ b/library/cpp/malloc/system/CMakeLists.windows-x86_64.txt @@ -7,11 +7,11 @@ -add_library(cpp-malloc-system) -target_link_libraries(cpp-malloc-system PUBLIC +add_library(system_allocator) +target_link_libraries(system_allocator PUBLIC contrib-libs-cxxsupp cpp-malloc-api ) -target_sources(cpp-malloc-system PRIVATE +target_sources(system_allocator PRIVATE ${CMAKE_SOURCE_DIR}/library/cpp/malloc/system/malloc-info.cpp ) diff --git a/tools/archiver/CMakeLists.darwin-x86_64.txt b/tools/archiver/CMakeLists.darwin-x86_64.txt index 6a56edb8588..1a15b734db7 100644 --- a/tools/archiver/CMakeLists.darwin-x86_64.txt +++ b/tools/archiver/CMakeLists.darwin-x86_64.txt @@ -11,7 +11,6 @@ add_executable(archiver) target_link_libraries(archiver PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check library-cpp-archive cpp-digest-md5 @@ -25,4 +24,7 @@ target_link_options(archiver PRIVATE target_sources(archiver PRIVATE ${CMAKE_SOURCE_DIR}/tools/archiver/main.cpp ) +target_allocator(archiver + system_allocator +) vcs_info(archiver) diff --git a/tools/archiver/CMakeLists.linux-aarch64.txt b/tools/archiver/CMakeLists.linux-aarch64.txt index d2c78773b18..d3947a906d3 100644 --- a/tools/archiver/CMakeLists.linux-aarch64.txt +++ b/tools/archiver/CMakeLists.linux-aarch64.txt @@ -12,7 +12,6 @@ target_link_libraries(archiver PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc library-cpp-archive cpp-digest-md5 cpp-getopt-small @@ -30,4 +29,7 @@ target_link_options(archiver PRIVATE target_sources(archiver PRIVATE ${CMAKE_SOURCE_DIR}/tools/archiver/main.cpp ) +target_allocator(archiver + cpp-malloc-jemalloc +) vcs_info(archiver) diff --git a/tools/archiver/CMakeLists.linux-x86_64.txt b/tools/archiver/CMakeLists.linux-x86_64.txt index 398ec597812..7ae5f5ed7f2 100644 --- a/tools/archiver/CMakeLists.linux-x86_64.txt +++ b/tools/archiver/CMakeLists.linux-x86_64.txt @@ -12,8 +12,6 @@ target_link_libraries(archiver PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check library-cpp-archive cpp-digest-md5 @@ -32,4 +30,8 @@ target_link_options(archiver PRIVATE target_sources(archiver PRIVATE ${CMAKE_SOURCE_DIR}/tools/archiver/main.cpp ) +target_allocator(archiver + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(archiver) diff --git a/tools/archiver/CMakeLists.windows-x86_64.txt b/tools/archiver/CMakeLists.windows-x86_64.txt index 54df43d0a33..8788affad6e 100644 --- a/tools/archiver/CMakeLists.windows-x86_64.txt +++ b/tools/archiver/CMakeLists.windows-x86_64.txt @@ -11,7 +11,6 @@ add_executable(archiver) target_link_libraries(archiver PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check library-cpp-archive cpp-digest-md5 @@ -20,4 +19,7 @@ target_link_libraries(archiver PUBLIC target_sources(archiver PRIVATE ${CMAKE_SOURCE_DIR}/tools/archiver/main.cpp ) +target_allocator(archiver + system_allocator +) vcs_info(archiver) diff --git a/tools/enum_parser/enum_parser/CMakeLists.darwin-x86_64.txt b/tools/enum_parser/enum_parser/CMakeLists.darwin-x86_64.txt index 9b7da6f1740..59d95687ab0 100644 --- a/tools/enum_parser/enum_parser/CMakeLists.darwin-x86_64.txt +++ b/tools/enum_parser/enum_parser/CMakeLists.darwin-x86_64.txt @@ -11,7 +11,6 @@ add_executable(enum_parser) target_link_libraries(enum_parser PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-getopt-small tools-enum_parser-parse_enum @@ -24,4 +23,7 @@ target_link_options(enum_parser PRIVATE target_sources(enum_parser PRIVATE ${CMAKE_SOURCE_DIR}/tools/enum_parser/enum_parser/main.cpp ) +target_allocator(enum_parser + system_allocator +) vcs_info(enum_parser) diff --git a/tools/enum_parser/enum_parser/CMakeLists.linux-aarch64.txt b/tools/enum_parser/enum_parser/CMakeLists.linux-aarch64.txt index 45838aa0f13..04196e5f087 100644 --- a/tools/enum_parser/enum_parser/CMakeLists.linux-aarch64.txt +++ b/tools/enum_parser/enum_parser/CMakeLists.linux-aarch64.txt @@ -12,7 +12,6 @@ target_link_libraries(enum_parser PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-getopt-small tools-enum_parser-parse_enum ) @@ -29,4 +28,7 @@ target_link_options(enum_parser PRIVATE target_sources(enum_parser PRIVATE ${CMAKE_SOURCE_DIR}/tools/enum_parser/enum_parser/main.cpp ) +target_allocator(enum_parser + cpp-malloc-jemalloc +) vcs_info(enum_parser) diff --git a/tools/enum_parser/enum_parser/CMakeLists.linux-x86_64.txt b/tools/enum_parser/enum_parser/CMakeLists.linux-x86_64.txt index 56e5139b675..18ccff5c552 100644 --- a/tools/enum_parser/enum_parser/CMakeLists.linux-x86_64.txt +++ b/tools/enum_parser/enum_parser/CMakeLists.linux-x86_64.txt @@ -12,8 +12,6 @@ target_link_libraries(enum_parser PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-getopt-small tools-enum_parser-parse_enum @@ -31,4 +29,8 @@ target_link_options(enum_parser PRIVATE target_sources(enum_parser PRIVATE ${CMAKE_SOURCE_DIR}/tools/enum_parser/enum_parser/main.cpp ) +target_allocator(enum_parser + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(enum_parser) diff --git a/tools/enum_parser/enum_parser/CMakeLists.windows-x86_64.txt b/tools/enum_parser/enum_parser/CMakeLists.windows-x86_64.txt index 4d598edeb45..2684df8d52c 100644 --- a/tools/enum_parser/enum_parser/CMakeLists.windows-x86_64.txt +++ b/tools/enum_parser/enum_parser/CMakeLists.windows-x86_64.txt @@ -11,7 +11,6 @@ add_executable(enum_parser) target_link_libraries(enum_parser PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-getopt-small tools-enum_parser-parse_enum @@ -19,4 +18,7 @@ target_link_libraries(enum_parser PUBLIC target_sources(enum_parser PRIVATE ${CMAKE_SOURCE_DIR}/tools/enum_parser/enum_parser/main.cpp ) +target_allocator(enum_parser + system_allocator +) vcs_info(enum_parser) diff --git a/tools/rescompiler/bin/CMakeLists.darwin-x86_64.txt b/tools/rescompiler/bin/CMakeLists.darwin-x86_64.txt index 348117b883b..2c212760458 100644 --- a/tools/rescompiler/bin/CMakeLists.darwin-x86_64.txt +++ b/tools/rescompiler/bin/CMakeLists.darwin-x86_64.txt @@ -11,7 +11,6 @@ add_executable(rescompiler) target_link_libraries(rescompiler PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check library-cpp-resource ) @@ -23,4 +22,7 @@ target_link_options(rescompiler PRIVATE target_sources(rescompiler PRIVATE ${CMAKE_SOURCE_DIR}/tools/rescompiler/main.cpp ) +target_allocator(rescompiler + system_allocator +) vcs_info(rescompiler) diff --git a/tools/rescompiler/bin/CMakeLists.linux-aarch64.txt b/tools/rescompiler/bin/CMakeLists.linux-aarch64.txt index bd9f8ffd5c6..149f6f4225b 100644 --- a/tools/rescompiler/bin/CMakeLists.linux-aarch64.txt +++ b/tools/rescompiler/bin/CMakeLists.linux-aarch64.txt @@ -12,7 +12,6 @@ target_link_libraries(rescompiler PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc library-cpp-resource ) target_link_options(rescompiler PRIVATE @@ -28,4 +27,7 @@ target_link_options(rescompiler PRIVATE target_sources(rescompiler PRIVATE ${CMAKE_SOURCE_DIR}/tools/rescompiler/main.cpp ) +target_allocator(rescompiler + cpp-malloc-jemalloc +) vcs_info(rescompiler) diff --git a/tools/rescompiler/bin/CMakeLists.linux-x86_64.txt b/tools/rescompiler/bin/CMakeLists.linux-x86_64.txt index 6fa1888e8f5..dda1f62fe38 100644 --- a/tools/rescompiler/bin/CMakeLists.linux-x86_64.txt +++ b/tools/rescompiler/bin/CMakeLists.linux-x86_64.txt @@ -12,8 +12,6 @@ target_link_libraries(rescompiler PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check library-cpp-resource ) @@ -30,4 +28,8 @@ target_link_options(rescompiler PRIVATE target_sources(rescompiler PRIVATE ${CMAKE_SOURCE_DIR}/tools/rescompiler/main.cpp ) +target_allocator(rescompiler + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(rescompiler) diff --git a/tools/rescompiler/bin/CMakeLists.windows-x86_64.txt b/tools/rescompiler/bin/CMakeLists.windows-x86_64.txt index 1b27d3e7ec5..5b85c1b8072 100644 --- a/tools/rescompiler/bin/CMakeLists.windows-x86_64.txt +++ b/tools/rescompiler/bin/CMakeLists.windows-x86_64.txt @@ -11,11 +11,13 @@ add_executable(rescompiler) target_link_libraries(rescompiler PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check library-cpp-resource ) target_sources(rescompiler PRIVATE ${CMAKE_SOURCE_DIR}/tools/rescompiler/main.cpp ) +target_allocator(rescompiler + system_allocator +) vcs_info(rescompiler) diff --git a/ydb/apps/pgwire/CMakeLists.darwin-x86_64.txt b/ydb/apps/pgwire/CMakeLists.darwin-x86_64.txt index 9460b9535ee..12730d994f7 100644 --- a/ydb/apps/pgwire/CMakeLists.darwin-x86_64.txt +++ b/ydb/apps/pgwire/CMakeLists.darwin-x86_64.txt @@ -11,7 +11,6 @@ add_executable(pgwire) target_link_libraries(pgwire PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check ydb-core-base ydb-core-pgproxy @@ -32,4 +31,7 @@ target_sources(pgwire PRIVATE ${CMAKE_SOURCE_DIR}/ydb/apps/pgwire/pg_ydb_proxy.cpp ${CMAKE_SOURCE_DIR}/ydb/apps/pgwire/pgwire.cpp ) +target_allocator(pgwire + system_allocator +) vcs_info(pgwire) diff --git a/ydb/apps/pgwire/CMakeLists.linux-aarch64.txt b/ydb/apps/pgwire/CMakeLists.linux-aarch64.txt index 92f7ae169c9..a2c40414046 100644 --- a/ydb/apps/pgwire/CMakeLists.linux-aarch64.txt +++ b/ydb/apps/pgwire/CMakeLists.linux-aarch64.txt @@ -12,7 +12,6 @@ target_link_libraries(pgwire PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc ydb-core-base ydb-core-pgproxy api-grpc @@ -35,4 +34,7 @@ target_sources(pgwire PRIVATE ${CMAKE_SOURCE_DIR}/ydb/apps/pgwire/pg_ydb_proxy.cpp ${CMAKE_SOURCE_DIR}/ydb/apps/pgwire/pgwire.cpp ) +target_allocator(pgwire + cpp-malloc-jemalloc +) vcs_info(pgwire) diff --git a/ydb/apps/pgwire/CMakeLists.linux-x86_64.txt b/ydb/apps/pgwire/CMakeLists.linux-x86_64.txt index 774015fe0bf..11122388d80 100644 --- a/ydb/apps/pgwire/CMakeLists.linux-x86_64.txt +++ b/ydb/apps/pgwire/CMakeLists.linux-x86_64.txt @@ -12,8 +12,6 @@ target_link_libraries(pgwire PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check ydb-core-base ydb-core-pgproxy @@ -37,4 +35,8 @@ target_sources(pgwire PRIVATE ${CMAKE_SOURCE_DIR}/ydb/apps/pgwire/pg_ydb_proxy.cpp ${CMAKE_SOURCE_DIR}/ydb/apps/pgwire/pgwire.cpp ) +target_allocator(pgwire + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(pgwire) diff --git a/ydb/apps/pgwire/CMakeLists.windows-x86_64.txt b/ydb/apps/pgwire/CMakeLists.windows-x86_64.txt index cb5f7390619..4dabf363f25 100644 --- a/ydb/apps/pgwire/CMakeLists.windows-x86_64.txt +++ b/ydb/apps/pgwire/CMakeLists.windows-x86_64.txt @@ -11,7 +11,6 @@ add_executable(pgwire) target_link_libraries(pgwire PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check ydb-core-base ydb-core-pgproxy @@ -25,4 +24,7 @@ target_sources(pgwire PRIVATE ${CMAKE_SOURCE_DIR}/ydb/apps/pgwire/pg_ydb_proxy.cpp ${CMAKE_SOURCE_DIR}/ydb/apps/pgwire/pgwire.cpp ) +target_allocator(pgwire + system_allocator +) vcs_info(pgwire) diff --git a/ydb/apps/ydb/CMakeLists.darwin-x86_64.txt b/ydb/apps/ydb/CMakeLists.darwin-x86_64.txt index eb4b5056fab..87e7b9d72a8 100644 --- a/ydb/apps/ydb/CMakeLists.darwin-x86_64.txt +++ b/ydb/apps/ydb/CMakeLists.darwin-x86_64.txt @@ -18,7 +18,6 @@ add_executable(ydb) target_link_libraries(ydb PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check commands library-cpp-resource @@ -41,4 +40,7 @@ resources(ydb KEYS version.txt ) +target_allocator(ydb + system_allocator +) vcs_info(ydb) diff --git a/ydb/apps/ydb/CMakeLists.linux-aarch64.txt b/ydb/apps/ydb/CMakeLists.linux-aarch64.txt index 7ab72f9154f..2ab9df1629e 100644 --- a/ydb/apps/ydb/CMakeLists.linux-aarch64.txt +++ b/ydb/apps/ydb/CMakeLists.linux-aarch64.txt @@ -19,7 +19,6 @@ target_link_libraries(ydb PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc commands library-cpp-resource ) @@ -44,4 +43,7 @@ resources(ydb KEYS version.txt ) +target_allocator(ydb + cpp-malloc-jemalloc +) vcs_info(ydb) diff --git a/ydb/apps/ydb/CMakeLists.linux-x86_64.txt b/ydb/apps/ydb/CMakeLists.linux-x86_64.txt index 39aee1cae74..9721d4dbf44 100644 --- a/ydb/apps/ydb/CMakeLists.linux-x86_64.txt +++ b/ydb/apps/ydb/CMakeLists.linux-x86_64.txt @@ -19,8 +19,6 @@ target_link_libraries(ydb PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check commands library-cpp-resource @@ -46,4 +44,8 @@ resources(ydb KEYS version.txt ) +target_allocator(ydb + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb) diff --git a/ydb/apps/ydb/CMakeLists.windows-x86_64.txt b/ydb/apps/ydb/CMakeLists.windows-x86_64.txt index 2c6cfe12aef..9bba9d0f4b1 100644 --- a/ydb/apps/ydb/CMakeLists.windows-x86_64.txt +++ b/ydb/apps/ydb/CMakeLists.windows-x86_64.txt @@ -18,7 +18,6 @@ add_executable(ydb) target_link_libraries(ydb PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check commands library-cpp-resource @@ -34,4 +33,7 @@ resources(ydb KEYS version.txt ) +target_allocator(ydb + system_allocator +) vcs_info(ydb) diff --git a/ydb/apps/ydbd/CMakeLists.darwin-x86_64.txt b/ydb/apps/ydbd/CMakeLists.darwin-x86_64.txt index c10caf0ef0b..5e8e2d6faeb 100644 --- a/ydb/apps/ydbd/CMakeLists.darwin-x86_64.txt +++ b/ydb/apps/ydbd/CMakeLists.darwin-x86_64.txt @@ -14,7 +14,6 @@ target_compile_options(ydbd PRIVATE target_link_libraries(ydbd PUBLIC contrib-libs-cxxsupp yutil - cpp-lfalloc-yt library-cpp-cpuid_check udfs-common-hyperscan run @@ -61,4 +60,7 @@ target_sources(ydbd PRIVATE ${CMAKE_SOURCE_DIR}/ydb/apps/ydbd/sqs.cpp ${CMAKE_SOURCE_DIR}/ydb/apps/ydbd/main.cpp ) +target_allocator(ydbd + cpp-lfalloc-yt +) vcs_info(ydbd) diff --git a/ydb/apps/ydbd/CMakeLists.linux-aarch64.txt b/ydb/apps/ydbd/CMakeLists.linux-aarch64.txt index 376344c5fc6..a2be8ab2c4b 100644 --- a/ydb/apps/ydbd/CMakeLists.linux-aarch64.txt +++ b/ydb/apps/ydbd/CMakeLists.linux-aarch64.txt @@ -15,8 +15,6 @@ target_link_libraries(ydbd PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - contrib-libs-tcmalloc run ydb-core-protos ydb-core-security @@ -64,4 +62,8 @@ target_sources(ydbd PRIVATE ${CMAKE_SOURCE_DIR}/ydb/apps/ydbd/sqs.cpp ${CMAKE_SOURCE_DIR}/ydb/apps/ydbd/main.cpp ) +target_allocator(ydbd + cpp-malloc-tcmalloc + contrib-libs-tcmalloc +) vcs_info(ydbd) diff --git a/ydb/apps/ydbd/CMakeLists.linux-x86_64.txt b/ydb/apps/ydbd/CMakeLists.linux-x86_64.txt index 9cc70c525ff..556f714f5ad 100644 --- a/ydb/apps/ydbd/CMakeLists.linux-x86_64.txt +++ b/ydb/apps/ydbd/CMakeLists.linux-x86_64.txt @@ -15,8 +15,6 @@ target_link_libraries(ydbd PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - contrib-libs-tcmalloc library-cpp-cpuid_check hyperscan_udf run @@ -66,4 +64,8 @@ target_sources(ydbd PRIVATE ${CMAKE_SOURCE_DIR}/ydb/apps/ydbd/sqs.cpp ${CMAKE_SOURCE_DIR}/ydb/apps/ydbd/main.cpp ) +target_allocator(ydbd + cpp-malloc-tcmalloc + contrib-libs-tcmalloc +) vcs_info(ydbd) diff --git a/ydb/apps/ydbd/CMakeLists.windows-x86_64.txt b/ydb/apps/ydbd/CMakeLists.windows-x86_64.txt index 600ba09067a..85ffb1f6e63 100644 --- a/ydb/apps/ydbd/CMakeLists.windows-x86_64.txt +++ b/ydb/apps/ydbd/CMakeLists.windows-x86_64.txt @@ -15,7 +15,6 @@ target_compile_options(ydbd PRIVATE target_link_libraries(ydbd PUBLIC contrib-libs-cxxsupp yutil - cpp-lfalloc-yt library-cpp-cpuid_check udfs-common-hyperscan run @@ -55,4 +54,7 @@ target_sources(ydbd PRIVATE ${CMAKE_SOURCE_DIR}/ydb/apps/ydbd/sqs.cpp ${CMAKE_SOURCE_DIR}/ydb/apps/ydbd/main.cpp ) +target_allocator(ydbd + cpp-lfalloc-yt +) vcs_info(ydbd) diff --git a/ydb/core/actorlib_impl/ut/CMakeLists.darwin-x86_64.txt b/ydb/core/actorlib_impl/ut/CMakeLists.darwin-x86_64.txt index 3b31d6cd261..7eef6caba05 100644 --- a/ydb/core/actorlib_impl/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/actorlib_impl/ut/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-actorlib_impl-ut PRIVATE target_link_libraries(ydb-core-actorlib_impl-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-actorlib_impl @@ -82,4 +81,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-actorlib_impl-ut + system_allocator +) vcs_info(ydb-core-actorlib_impl-ut) diff --git a/ydb/core/actorlib_impl/ut/CMakeLists.linux-aarch64.txt b/ydb/core/actorlib_impl/ut/CMakeLists.linux-aarch64.txt index 105feb901d4..7a98e179327 100644 --- a/ydb/core/actorlib_impl/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/core/actorlib_impl/ut/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-core-actorlib_impl-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main ydb-core-actorlib_impl cpp-actors-core @@ -85,4 +84,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-actorlib_impl-ut + cpp-malloc-jemalloc +) vcs_info(ydb-core-actorlib_impl-ut) diff --git a/ydb/core/actorlib_impl/ut/CMakeLists.linux-x86_64.txt b/ydb/core/actorlib_impl/ut/CMakeLists.linux-x86_64.txt index 34f85bdba67..f05fb944e55 100644 --- a/ydb/core/actorlib_impl/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/core/actorlib_impl/ut/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-core-actorlib_impl-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-actorlib_impl @@ -87,4 +85,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-actorlib_impl-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-actorlib_impl-ut) diff --git a/ydb/core/actorlib_impl/ut/CMakeLists.windows-x86_64.txt b/ydb/core/actorlib_impl/ut/CMakeLists.windows-x86_64.txt index 84f25ca90af..f21d511f76b 100644 --- a/ydb/core/actorlib_impl/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/core/actorlib_impl/ut/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-actorlib_impl-ut PRIVATE target_link_libraries(ydb-core-actorlib_impl-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-actorlib_impl @@ -75,4 +74,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-actorlib_impl-ut + system_allocator +) vcs_info(ydb-core-actorlib_impl-ut) diff --git a/ydb/core/base/ut/CMakeLists.darwin-x86_64.txt b/ydb/core/base/ut/CMakeLists.darwin-x86_64.txt index d2b3a025b28..3b942310d6f 100644 --- a/ydb/core/base/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/base/ut/CMakeLists.darwin-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-core-base-ut PRIVATE target_link_libraries(ydb-core-base-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-base @@ -76,4 +75,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-base-ut + system_allocator +) vcs_info(ydb-core-base-ut) diff --git a/ydb/core/base/ut/CMakeLists.linux-aarch64.txt b/ydb/core/base/ut/CMakeLists.linux-aarch64.txt index c30d8d6d972..c95512a9d83 100644 --- a/ydb/core/base/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/core/base/ut/CMakeLists.linux-aarch64.txt @@ -15,7 +15,6 @@ target_link_libraries(ydb-core-base-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main ydb-core-base library-cpp-getopt @@ -79,4 +78,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-base-ut + cpp-malloc-jemalloc +) vcs_info(ydb-core-base-ut) diff --git a/ydb/core/base/ut/CMakeLists.linux-x86_64.txt b/ydb/core/base/ut/CMakeLists.linux-x86_64.txt index 6c0b39e4d59..febb0aba96e 100644 --- a/ydb/core/base/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/core/base/ut/CMakeLists.linux-x86_64.txt @@ -15,8 +15,6 @@ target_link_libraries(ydb-core-base-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-base @@ -81,4 +79,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-base-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-base-ut) diff --git a/ydb/core/base/ut/CMakeLists.windows-x86_64.txt b/ydb/core/base/ut/CMakeLists.windows-x86_64.txt index 2aeaf2b807c..4f061c51af0 100644 --- a/ydb/core/base/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/core/base/ut/CMakeLists.windows-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-core-base-ut PRIVATE target_link_libraries(ydb-core-base-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-base @@ -69,4 +68,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-base-ut + system_allocator +) vcs_info(ydb-core-base-ut) diff --git a/ydb/core/blob_depot/ut/CMakeLists.darwin-x86_64.txt b/ydb/core/blob_depot/ut/CMakeLists.darwin-x86_64.txt index 989ef48fcc6..88c56c58f2f 100644 --- a/ydb/core/blob_depot/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/blob_depot/ut/CMakeLists.darwin-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-core-blob_depot-ut PRIVATE target_link_libraries(ydb-core-blob_depot-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-blob_depot @@ -63,4 +62,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-blob_depot-ut + system_allocator +) vcs_info(ydb-core-blob_depot-ut) diff --git a/ydb/core/blob_depot/ut/CMakeLists.linux-aarch64.txt b/ydb/core/blob_depot/ut/CMakeLists.linux-aarch64.txt index 5e1e8c69c28..941634f5f7f 100644 --- a/ydb/core/blob_depot/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/core/blob_depot/ut/CMakeLists.linux-aarch64.txt @@ -15,7 +15,6 @@ target_link_libraries(ydb-core-blob_depot-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main ydb-core-blob_depot ) @@ -66,4 +65,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-blob_depot-ut + cpp-malloc-jemalloc +) vcs_info(ydb-core-blob_depot-ut) diff --git a/ydb/core/blob_depot/ut/CMakeLists.linux-x86_64.txt b/ydb/core/blob_depot/ut/CMakeLists.linux-x86_64.txt index 284e9732b57..dabbcfcf71c 100644 --- a/ydb/core/blob_depot/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/core/blob_depot/ut/CMakeLists.linux-x86_64.txt @@ -15,8 +15,6 @@ target_link_libraries(ydb-core-blob_depot-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-blob_depot @@ -68,4 +66,8 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-blob_depot-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-blob_depot-ut) diff --git a/ydb/core/blob_depot/ut/CMakeLists.windows-x86_64.txt b/ydb/core/blob_depot/ut/CMakeLists.windows-x86_64.txt index ae757feef54..12c675dd52d 100644 --- a/ydb/core/blob_depot/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/core/blob_depot/ut/CMakeLists.windows-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-core-blob_depot-ut PRIVATE target_link_libraries(ydb-core-blob_depot-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-blob_depot @@ -56,4 +55,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-blob_depot-ut + system_allocator +) vcs_info(ydb-core-blob_depot-ut) diff --git a/ydb/core/blobstorage/backpressure/ut/CMakeLists.darwin-x86_64.txt b/ydb/core/blobstorage/backpressure/ut/CMakeLists.darwin-x86_64.txt index 112bfd29d19..92ecd9ad5e5 100644 --- a/ydb/core/blobstorage/backpressure/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/blobstorage/backpressure/ut/CMakeLists.darwin-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-core-blobstorage-backpressure-ut PRIVATE target_link_libraries(ydb-core-blobstorage-backpressure-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-blobstorage-backpressure @@ -74,4 +73,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-blobstorage-backpressure-ut + system_allocator +) vcs_info(ydb-core-blobstorage-backpressure-ut) diff --git a/ydb/core/blobstorage/backpressure/ut/CMakeLists.linux-aarch64.txt b/ydb/core/blobstorage/backpressure/ut/CMakeLists.linux-aarch64.txt index efa13975ff2..f75e12197e1 100644 --- a/ydb/core/blobstorage/backpressure/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/core/blobstorage/backpressure/ut/CMakeLists.linux-aarch64.txt @@ -15,7 +15,6 @@ target_link_libraries(ydb-core-blobstorage-backpressure-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main core-blobstorage-backpressure library-cpp-getopt @@ -77,4 +76,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-blobstorage-backpressure-ut + cpp-malloc-jemalloc +) vcs_info(ydb-core-blobstorage-backpressure-ut) diff --git a/ydb/core/blobstorage/backpressure/ut/CMakeLists.linux-x86_64.txt b/ydb/core/blobstorage/backpressure/ut/CMakeLists.linux-x86_64.txt index 01bbd84e654..b03121d6cfa 100644 --- a/ydb/core/blobstorage/backpressure/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/core/blobstorage/backpressure/ut/CMakeLists.linux-x86_64.txt @@ -15,8 +15,6 @@ target_link_libraries(ydb-core-blobstorage-backpressure-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main core-blobstorage-backpressure @@ -79,4 +77,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-blobstorage-backpressure-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-blobstorage-backpressure-ut) diff --git a/ydb/core/blobstorage/backpressure/ut/CMakeLists.windows-x86_64.txt b/ydb/core/blobstorage/backpressure/ut/CMakeLists.windows-x86_64.txt index c79cd57286b..a1c24d85862 100644 --- a/ydb/core/blobstorage/backpressure/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/core/blobstorage/backpressure/ut/CMakeLists.windows-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-core-blobstorage-backpressure-ut PRIVATE target_link_libraries(ydb-core-blobstorage-backpressure-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-blobstorage-backpressure @@ -67,4 +66,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-blobstorage-backpressure-ut + system_allocator +) vcs_info(ydb-core-blobstorage-backpressure-ut) diff --git a/ydb/core/blobstorage/backpressure/ut_client/CMakeLists.darwin-x86_64.txt b/ydb/core/blobstorage/backpressure/ut_client/CMakeLists.darwin-x86_64.txt index e165fc68f7f..11ec47d4904 100644 --- a/ydb/core/blobstorage/backpressure/ut_client/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/blobstorage/backpressure/ut_client/CMakeLists.darwin-x86_64.txt @@ -14,7 +14,6 @@ target_compile_options(ydb-core-blobstorage-backpressure-ut_client PRIVATE target_link_libraries(ydb-core-blobstorage-backpressure-ut_client PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main actors-interconnect-mock @@ -68,4 +67,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-blobstorage-backpressure-ut_client + system_allocator +) vcs_info(ydb-core-blobstorage-backpressure-ut_client) diff --git a/ydb/core/blobstorage/backpressure/ut_client/CMakeLists.linux-aarch64.txt b/ydb/core/blobstorage/backpressure/ut_client/CMakeLists.linux-aarch64.txt index f34f6e2de7a..ca1852fce5f 100644 --- a/ydb/core/blobstorage/backpressure/ut_client/CMakeLists.linux-aarch64.txt +++ b/ydb/core/blobstorage/backpressure/ut_client/CMakeLists.linux-aarch64.txt @@ -15,7 +15,6 @@ target_link_libraries(ydb-core-blobstorage-backpressure-ut_client PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main actors-interconnect-mock core-blobstorage-backpressure @@ -71,4 +70,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-blobstorage-backpressure-ut_client + cpp-malloc-jemalloc +) vcs_info(ydb-core-blobstorage-backpressure-ut_client) diff --git a/ydb/core/blobstorage/backpressure/ut_client/CMakeLists.linux-x86_64.txt b/ydb/core/blobstorage/backpressure/ut_client/CMakeLists.linux-x86_64.txt index c6798be4dd4..b3845044aa3 100644 --- a/ydb/core/blobstorage/backpressure/ut_client/CMakeLists.linux-x86_64.txt +++ b/ydb/core/blobstorage/backpressure/ut_client/CMakeLists.linux-x86_64.txt @@ -15,8 +15,6 @@ target_link_libraries(ydb-core-blobstorage-backpressure-ut_client PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main actors-interconnect-mock @@ -73,4 +71,8 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-blobstorage-backpressure-ut_client + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-blobstorage-backpressure-ut_client) diff --git a/ydb/core/blobstorage/backpressure/ut_client/CMakeLists.windows-x86_64.txt b/ydb/core/blobstorage/backpressure/ut_client/CMakeLists.windows-x86_64.txt index c04457fac75..882f909a769 100644 --- a/ydb/core/blobstorage/backpressure/ut_client/CMakeLists.windows-x86_64.txt +++ b/ydb/core/blobstorage/backpressure/ut_client/CMakeLists.windows-x86_64.txt @@ -14,7 +14,6 @@ target_compile_options(ydb-core-blobstorage-backpressure-ut_client PRIVATE target_link_libraries(ydb-core-blobstorage-backpressure-ut_client PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main actors-interconnect-mock @@ -61,4 +60,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-blobstorage-backpressure-ut_client + system_allocator +) vcs_info(ydb-core-blobstorage-backpressure-ut_client) diff --git a/ydb/core/blobstorage/base/ut/CMakeLists.darwin-x86_64.txt b/ydb/core/blobstorage/base/ut/CMakeLists.darwin-x86_64.txt index 448b3b9fa6c..27587b97f51 100644 --- a/ydb/core/blobstorage/base/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/blobstorage/base/ut/CMakeLists.darwin-x86_64.txt @@ -11,7 +11,6 @@ add_executable(ydb-core-blobstorage-base-ut) target_link_libraries(ydb-core-blobstorage-base-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-gtest cpp-testing-gtest_main @@ -53,4 +52,7 @@ set_property( PROCESSORS 1 ) +target_allocator(ydb-core-blobstorage-base-ut + system_allocator +) vcs_info(ydb-core-blobstorage-base-ut) diff --git a/ydb/core/blobstorage/base/ut/CMakeLists.linux-aarch64.txt b/ydb/core/blobstorage/base/ut/CMakeLists.linux-aarch64.txt index b9728b4e891..f93bc0867b2 100644 --- a/ydb/core/blobstorage/base/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/core/blobstorage/base/ut/CMakeLists.linux-aarch64.txt @@ -12,7 +12,6 @@ target_link_libraries(ydb-core-blobstorage-base-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-gtest cpp-testing-gtest_main core-blobstorage-base @@ -56,4 +55,7 @@ set_property( PROCESSORS 1 ) +target_allocator(ydb-core-blobstorage-base-ut + cpp-malloc-jemalloc +) vcs_info(ydb-core-blobstorage-base-ut) diff --git a/ydb/core/blobstorage/base/ut/CMakeLists.linux-x86_64.txt b/ydb/core/blobstorage/base/ut/CMakeLists.linux-x86_64.txt index 1a65d6d8ac4..8eb4be35d7f 100644 --- a/ydb/core/blobstorage/base/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/core/blobstorage/base/ut/CMakeLists.linux-x86_64.txt @@ -12,8 +12,6 @@ target_link_libraries(ydb-core-blobstorage-base-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-gtest cpp-testing-gtest_main @@ -58,4 +56,8 @@ set_property( PROCESSORS 1 ) +target_allocator(ydb-core-blobstorage-base-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-blobstorage-base-ut) diff --git a/ydb/core/blobstorage/base/ut/CMakeLists.windows-x86_64.txt b/ydb/core/blobstorage/base/ut/CMakeLists.windows-x86_64.txt index b615a1c8f73..7faedc25739 100644 --- a/ydb/core/blobstorage/base/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/core/blobstorage/base/ut/CMakeLists.windows-x86_64.txt @@ -11,7 +11,6 @@ add_executable(ydb-core-blobstorage-base-ut) target_link_libraries(ydb-core-blobstorage-base-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-gtest cpp-testing-gtest_main @@ -46,4 +45,7 @@ set_property( PROCESSORS 1 ) +target_allocator(ydb-core-blobstorage-base-ut + system_allocator +) vcs_info(ydb-core-blobstorage-base-ut) diff --git a/ydb/core/blobstorage/crypto/ut/CMakeLists.darwin-x86_64.txt b/ydb/core/blobstorage/crypto/ut/CMakeLists.darwin-x86_64.txt index 997840defab..26ad3f0a64f 100644 --- a/ydb/core/blobstorage/crypto/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/blobstorage/crypto/ut/CMakeLists.darwin-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-core-blobstorage-crypto-ut PRIVATE target_link_libraries(ydb-core-blobstorage-crypto-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-blobstorage-crypto @@ -65,4 +64,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-blobstorage-crypto-ut + system_allocator +) vcs_info(ydb-core-blobstorage-crypto-ut) diff --git a/ydb/core/blobstorage/crypto/ut/CMakeLists.linux-aarch64.txt b/ydb/core/blobstorage/crypto/ut/CMakeLists.linux-aarch64.txt index 9dabee9666b..e43314a95b9 100644 --- a/ydb/core/blobstorage/crypto/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/core/blobstorage/crypto/ut/CMakeLists.linux-aarch64.txt @@ -15,7 +15,6 @@ target_link_libraries(ydb-core-blobstorage-crypto-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main core-blobstorage-crypto ) @@ -67,4 +66,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-blobstorage-crypto-ut + cpp-malloc-jemalloc +) vcs_info(ydb-core-blobstorage-crypto-ut) diff --git a/ydb/core/blobstorage/crypto/ut/CMakeLists.linux-x86_64.txt b/ydb/core/blobstorage/crypto/ut/CMakeLists.linux-x86_64.txt index 0e6f16e183f..7e415919090 100644 --- a/ydb/core/blobstorage/crypto/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/core/blobstorage/crypto/ut/CMakeLists.linux-x86_64.txt @@ -15,8 +15,6 @@ target_link_libraries(ydb-core-blobstorage-crypto-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main core-blobstorage-crypto @@ -72,4 +70,8 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-blobstorage-crypto-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-blobstorage-crypto-ut) diff --git a/ydb/core/blobstorage/crypto/ut/CMakeLists.windows-x86_64.txt b/ydb/core/blobstorage/crypto/ut/CMakeLists.windows-x86_64.txt index 087636f13a8..5fbf413500a 100644 --- a/ydb/core/blobstorage/crypto/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/core/blobstorage/crypto/ut/CMakeLists.windows-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-core-blobstorage-crypto-ut PRIVATE target_link_libraries(ydb-core-blobstorage-crypto-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-blobstorage-crypto @@ -57,4 +56,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-blobstorage-crypto-ut + system_allocator +) vcs_info(ydb-core-blobstorage-crypto-ut) diff --git a/ydb/core/blobstorage/dsproxy/ut/CMakeLists.darwin-x86_64.txt b/ydb/core/blobstorage/dsproxy/ut/CMakeLists.darwin-x86_64.txt index cafb3d5b9cd..7d721c2f177 100644 --- a/ydb/core/blobstorage/dsproxy/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/blobstorage/dsproxy/ut/CMakeLists.darwin-x86_64.txt @@ -14,7 +14,6 @@ target_compile_options(ydb-core-blobstorage-dsproxy-ut PRIVATE target_link_libraries(ydb-core-blobstorage-dsproxy-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main cpp-actors-core @@ -87,4 +86,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-blobstorage-dsproxy-ut + system_allocator +) vcs_info(ydb-core-blobstorage-dsproxy-ut) diff --git a/ydb/core/blobstorage/dsproxy/ut/CMakeLists.linux-aarch64.txt b/ydb/core/blobstorage/dsproxy/ut/CMakeLists.linux-aarch64.txt index 5185b49c379..ff69577d727 100644 --- a/ydb/core/blobstorage/dsproxy/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/core/blobstorage/dsproxy/ut/CMakeLists.linux-aarch64.txt @@ -15,7 +15,6 @@ target_link_libraries(ydb-core-blobstorage-dsproxy-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main cpp-actors-core library-cpp-getopt @@ -90,4 +89,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-blobstorage-dsproxy-ut + cpp-malloc-jemalloc +) vcs_info(ydb-core-blobstorage-dsproxy-ut) diff --git a/ydb/core/blobstorage/dsproxy/ut/CMakeLists.linux-x86_64.txt b/ydb/core/blobstorage/dsproxy/ut/CMakeLists.linux-x86_64.txt index bcdc889119d..6e67ed75973 100644 --- a/ydb/core/blobstorage/dsproxy/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/core/blobstorage/dsproxy/ut/CMakeLists.linux-x86_64.txt @@ -15,8 +15,6 @@ target_link_libraries(ydb-core-blobstorage-dsproxy-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main cpp-actors-core @@ -92,4 +90,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-blobstorage-dsproxy-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-blobstorage-dsproxy-ut) diff --git a/ydb/core/blobstorage/dsproxy/ut/CMakeLists.windows-x86_64.txt b/ydb/core/blobstorage/dsproxy/ut/CMakeLists.windows-x86_64.txt index 04186cb1339..10b6c65e44a 100644 --- a/ydb/core/blobstorage/dsproxy/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/core/blobstorage/dsproxy/ut/CMakeLists.windows-x86_64.txt @@ -14,7 +14,6 @@ target_compile_options(ydb-core-blobstorage-dsproxy-ut PRIVATE target_link_libraries(ydb-core-blobstorage-dsproxy-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main cpp-actors-core @@ -80,4 +79,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-blobstorage-dsproxy-ut + system_allocator +) vcs_info(ydb-core-blobstorage-dsproxy-ut) diff --git a/ydb/core/blobstorage/dsproxy/ut_fat/CMakeLists.darwin-x86_64.txt b/ydb/core/blobstorage/dsproxy/ut_fat/CMakeLists.darwin-x86_64.txt index 647318b272c..7cdb4112406 100644 --- a/ydb/core/blobstorage/dsproxy/ut_fat/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/blobstorage/dsproxy/ut_fat/CMakeLists.darwin-x86_64.txt @@ -11,7 +11,6 @@ add_executable(ydb-core-blobstorage-dsproxy-ut_fat) target_link_libraries(ydb-core-blobstorage-dsproxy-ut_fat PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main cpp-actors-protos @@ -77,4 +76,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-blobstorage-dsproxy-ut_fat + system_allocator +) vcs_info(ydb-core-blobstorage-dsproxy-ut_fat) diff --git a/ydb/core/blobstorage/dsproxy/ut_fat/CMakeLists.linux-aarch64.txt b/ydb/core/blobstorage/dsproxy/ut_fat/CMakeLists.linux-aarch64.txt index c602e97cc5c..91714662c6a 100644 --- a/ydb/core/blobstorage/dsproxy/ut_fat/CMakeLists.linux-aarch64.txt +++ b/ydb/core/blobstorage/dsproxy/ut_fat/CMakeLists.linux-aarch64.txt @@ -12,7 +12,6 @@ target_link_libraries(ydb-core-blobstorage-dsproxy-ut_fat PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main cpp-actors-protos cpp-actors-util @@ -80,4 +79,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-blobstorage-dsproxy-ut_fat + cpp-malloc-jemalloc +) vcs_info(ydb-core-blobstorage-dsproxy-ut_fat) diff --git a/ydb/core/blobstorage/dsproxy/ut_fat/CMakeLists.linux-x86_64.txt b/ydb/core/blobstorage/dsproxy/ut_fat/CMakeLists.linux-x86_64.txt index 50053ec49e6..3328648191e 100644 --- a/ydb/core/blobstorage/dsproxy/ut_fat/CMakeLists.linux-x86_64.txt +++ b/ydb/core/blobstorage/dsproxy/ut_fat/CMakeLists.linux-x86_64.txt @@ -12,8 +12,6 @@ target_link_libraries(ydb-core-blobstorage-dsproxy-ut_fat PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main cpp-actors-protos @@ -82,4 +80,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-blobstorage-dsproxy-ut_fat + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-blobstorage-dsproxy-ut_fat) diff --git a/ydb/core/blobstorage/dsproxy/ut_fat/CMakeLists.windows-x86_64.txt b/ydb/core/blobstorage/dsproxy/ut_fat/CMakeLists.windows-x86_64.txt index 26233eba4aa..e27ab17e27f 100644 --- a/ydb/core/blobstorage/dsproxy/ut_fat/CMakeLists.windows-x86_64.txt +++ b/ydb/core/blobstorage/dsproxy/ut_fat/CMakeLists.windows-x86_64.txt @@ -11,7 +11,6 @@ add_executable(ydb-core-blobstorage-dsproxy-ut_fat) target_link_libraries(ydb-core-blobstorage-dsproxy-ut_fat PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main cpp-actors-protos @@ -70,4 +69,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-blobstorage-dsproxy-ut_fat + system_allocator +) vcs_info(ydb-core-blobstorage-dsproxy-ut_fat) diff --git a/ydb/core/blobstorage/groupinfo/ut/CMakeLists.darwin-x86_64.txt b/ydb/core/blobstorage/groupinfo/ut/CMakeLists.darwin-x86_64.txt index 7054a1e9bd3..b9a8c76ed68 100644 --- a/ydb/core/blobstorage/groupinfo/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/blobstorage/groupinfo/ut/CMakeLists.darwin-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-core-blobstorage-groupinfo-ut PRIVATE target_link_libraries(ydb-core-blobstorage-groupinfo-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-blobstorage-groupinfo @@ -77,4 +76,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-blobstorage-groupinfo-ut + system_allocator +) vcs_info(ydb-core-blobstorage-groupinfo-ut) diff --git a/ydb/core/blobstorage/groupinfo/ut/CMakeLists.linux-aarch64.txt b/ydb/core/blobstorage/groupinfo/ut/CMakeLists.linux-aarch64.txt index 667452fbb95..a3976a5db30 100644 --- a/ydb/core/blobstorage/groupinfo/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/core/blobstorage/groupinfo/ut/CMakeLists.linux-aarch64.txt @@ -15,7 +15,6 @@ target_link_libraries(ydb-core-blobstorage-groupinfo-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main core-blobstorage-groupinfo library-cpp-getopt @@ -80,4 +79,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-blobstorage-groupinfo-ut + cpp-malloc-jemalloc +) vcs_info(ydb-core-blobstorage-groupinfo-ut) diff --git a/ydb/core/blobstorage/groupinfo/ut/CMakeLists.linux-x86_64.txt b/ydb/core/blobstorage/groupinfo/ut/CMakeLists.linux-x86_64.txt index 4646f3e58d5..7fd129a0399 100644 --- a/ydb/core/blobstorage/groupinfo/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/core/blobstorage/groupinfo/ut/CMakeLists.linux-x86_64.txt @@ -15,8 +15,6 @@ target_link_libraries(ydb-core-blobstorage-groupinfo-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main core-blobstorage-groupinfo @@ -82,4 +80,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-blobstorage-groupinfo-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-blobstorage-groupinfo-ut) diff --git a/ydb/core/blobstorage/groupinfo/ut/CMakeLists.windows-x86_64.txt b/ydb/core/blobstorage/groupinfo/ut/CMakeLists.windows-x86_64.txt index 43d778f56db..7c6fa0404d9 100644 --- a/ydb/core/blobstorage/groupinfo/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/core/blobstorage/groupinfo/ut/CMakeLists.windows-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-core-blobstorage-groupinfo-ut PRIVATE target_link_libraries(ydb-core-blobstorage-groupinfo-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-blobstorage-groupinfo @@ -70,4 +69,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-blobstorage-groupinfo-ut + system_allocator +) vcs_info(ydb-core-blobstorage-groupinfo-ut) diff --git a/ydb/core/blobstorage/incrhuge/ut/CMakeLists.darwin-x86_64.txt b/ydb/core/blobstorage/incrhuge/ut/CMakeLists.darwin-x86_64.txt index 9105dafc5f9..b6f0e991f4a 100644 --- a/ydb/core/blobstorage/incrhuge/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/blobstorage/incrhuge/ut/CMakeLists.darwin-x86_64.txt @@ -11,7 +11,6 @@ add_executable(ydb-core-blobstorage-incrhuge-ut) target_link_libraries(ydb-core-blobstorage-incrhuge-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main cpp-actors-protos @@ -71,4 +70,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-blobstorage-incrhuge-ut + system_allocator +) vcs_info(ydb-core-blobstorage-incrhuge-ut) diff --git a/ydb/core/blobstorage/incrhuge/ut/CMakeLists.linux-aarch64.txt b/ydb/core/blobstorage/incrhuge/ut/CMakeLists.linux-aarch64.txt index 9b2014380dc..b27a517f11f 100644 --- a/ydb/core/blobstorage/incrhuge/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/core/blobstorage/incrhuge/ut/CMakeLists.linux-aarch64.txt @@ -12,7 +12,6 @@ target_link_libraries(ydb-core-blobstorage-incrhuge-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main cpp-actors-protos ydb-core-blobstorage @@ -74,4 +73,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-blobstorage-incrhuge-ut + cpp-malloc-jemalloc +) vcs_info(ydb-core-blobstorage-incrhuge-ut) diff --git a/ydb/core/blobstorage/incrhuge/ut/CMakeLists.linux-x86_64.txt b/ydb/core/blobstorage/incrhuge/ut/CMakeLists.linux-x86_64.txt index ed9bf6e4401..1160a73192b 100644 --- a/ydb/core/blobstorage/incrhuge/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/core/blobstorage/incrhuge/ut/CMakeLists.linux-x86_64.txt @@ -12,8 +12,6 @@ target_link_libraries(ydb-core-blobstorage-incrhuge-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main cpp-actors-protos @@ -76,4 +74,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-blobstorage-incrhuge-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-blobstorage-incrhuge-ut) diff --git a/ydb/core/blobstorage/incrhuge/ut/CMakeLists.windows-x86_64.txt b/ydb/core/blobstorage/incrhuge/ut/CMakeLists.windows-x86_64.txt index d6af6c19bfa..91434f9477a 100644 --- a/ydb/core/blobstorage/incrhuge/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/core/blobstorage/incrhuge/ut/CMakeLists.windows-x86_64.txt @@ -11,7 +11,6 @@ add_executable(ydb-core-blobstorage-incrhuge-ut) target_link_libraries(ydb-core-blobstorage-incrhuge-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main cpp-actors-protos @@ -64,4 +63,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-blobstorage-incrhuge-ut + system_allocator +) vcs_info(ydb-core-blobstorage-incrhuge-ut) diff --git a/ydb/core/blobstorage/nodewarden/ut/CMakeLists.darwin-x86_64.txt b/ydb/core/blobstorage/nodewarden/ut/CMakeLists.darwin-x86_64.txt index 103806208bd..b766faec3d6 100644 --- a/ydb/core/blobstorage/nodewarden/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/blobstorage/nodewarden/ut/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-blobstorage-nodewarden-ut PRIVATE target_link_libraries(ydb-core-blobstorage-nodewarden-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-blobstorage-nodewarden @@ -73,4 +72,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-blobstorage-nodewarden-ut + system_allocator +) vcs_info(ydb-core-blobstorage-nodewarden-ut) diff --git a/ydb/core/blobstorage/nodewarden/ut/CMakeLists.linux-aarch64.txt b/ydb/core/blobstorage/nodewarden/ut/CMakeLists.linux-aarch64.txt index 69305dffc12..1362542be61 100644 --- a/ydb/core/blobstorage/nodewarden/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/core/blobstorage/nodewarden/ut/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-core-blobstorage-nodewarden-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main core-blobstorage-nodewarden core-testlib-default @@ -76,4 +75,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-blobstorage-nodewarden-ut + cpp-malloc-jemalloc +) vcs_info(ydb-core-blobstorage-nodewarden-ut) diff --git a/ydb/core/blobstorage/nodewarden/ut/CMakeLists.linux-x86_64.txt b/ydb/core/blobstorage/nodewarden/ut/CMakeLists.linux-x86_64.txt index 07c2d8aaf41..d42972949cd 100644 --- a/ydb/core/blobstorage/nodewarden/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/core/blobstorage/nodewarden/ut/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-core-blobstorage-nodewarden-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main core-blobstorage-nodewarden @@ -78,4 +76,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-blobstorage-nodewarden-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-blobstorage-nodewarden-ut) diff --git a/ydb/core/blobstorage/nodewarden/ut/CMakeLists.windows-x86_64.txt b/ydb/core/blobstorage/nodewarden/ut/CMakeLists.windows-x86_64.txt index e01e965184e..3e3c0f3c0da 100644 --- a/ydb/core/blobstorage/nodewarden/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/core/blobstorage/nodewarden/ut/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-blobstorage-nodewarden-ut PRIVATE target_link_libraries(ydb-core-blobstorage-nodewarden-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-blobstorage-nodewarden @@ -66,4 +65,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-blobstorage-nodewarden-ut + system_allocator +) vcs_info(ydb-core-blobstorage-nodewarden-ut) diff --git a/ydb/core/blobstorage/nodewarden/ut_sequence/CMakeLists.darwin-x86_64.txt b/ydb/core/blobstorage/nodewarden/ut_sequence/CMakeLists.darwin-x86_64.txt index a9299973088..d28c194572c 100644 --- a/ydb/core/blobstorage/nodewarden/ut_sequence/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/blobstorage/nodewarden/ut_sequence/CMakeLists.darwin-x86_64.txt @@ -14,7 +14,6 @@ target_compile_options(ydb-core-blobstorage-nodewarden-ut_sequence PRIVATE target_link_libraries(ydb-core-blobstorage-nodewarden-ut_sequence PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-blobstorage-base @@ -73,4 +72,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-blobstorage-nodewarden-ut_sequence + system_allocator +) vcs_info(ydb-core-blobstorage-nodewarden-ut_sequence) diff --git a/ydb/core/blobstorage/nodewarden/ut_sequence/CMakeLists.linux-aarch64.txt b/ydb/core/blobstorage/nodewarden/ut_sequence/CMakeLists.linux-aarch64.txt index c0fc1064496..0e8834eb5bb 100644 --- a/ydb/core/blobstorage/nodewarden/ut_sequence/CMakeLists.linux-aarch64.txt +++ b/ydb/core/blobstorage/nodewarden/ut_sequence/CMakeLists.linux-aarch64.txt @@ -15,7 +15,6 @@ target_link_libraries(ydb-core-blobstorage-nodewarden-ut_sequence PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main core-blobstorage-base core-blobstorage-crypto @@ -76,4 +75,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-blobstorage-nodewarden-ut_sequence + cpp-malloc-jemalloc +) vcs_info(ydb-core-blobstorage-nodewarden-ut_sequence) diff --git a/ydb/core/blobstorage/nodewarden/ut_sequence/CMakeLists.linux-x86_64.txt b/ydb/core/blobstorage/nodewarden/ut_sequence/CMakeLists.linux-x86_64.txt index 784e5d05c40..0b2b3e673f0 100644 --- a/ydb/core/blobstorage/nodewarden/ut_sequence/CMakeLists.linux-x86_64.txt +++ b/ydb/core/blobstorage/nodewarden/ut_sequence/CMakeLists.linux-x86_64.txt @@ -15,8 +15,6 @@ target_link_libraries(ydb-core-blobstorage-nodewarden-ut_sequence PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main core-blobstorage-base @@ -78,4 +76,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-blobstorage-nodewarden-ut_sequence + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-blobstorage-nodewarden-ut_sequence) diff --git a/ydb/core/blobstorage/nodewarden/ut_sequence/CMakeLists.windows-x86_64.txt b/ydb/core/blobstorage/nodewarden/ut_sequence/CMakeLists.windows-x86_64.txt index 0af289faa28..955c0388ed4 100644 --- a/ydb/core/blobstorage/nodewarden/ut_sequence/CMakeLists.windows-x86_64.txt +++ b/ydb/core/blobstorage/nodewarden/ut_sequence/CMakeLists.windows-x86_64.txt @@ -14,7 +14,6 @@ target_compile_options(ydb-core-blobstorage-nodewarden-ut_sequence PRIVATE target_link_libraries(ydb-core-blobstorage-nodewarden-ut_sequence PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-blobstorage-base @@ -66,4 +65,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-blobstorage-nodewarden-ut_sequence + system_allocator +) vcs_info(ydb-core-blobstorage-nodewarden-ut_sequence) diff --git a/ydb/core/blobstorage/pdisk/ut/CMakeLists.darwin-x86_64.txt b/ydb/core/blobstorage/pdisk/ut/CMakeLists.darwin-x86_64.txt index 7d8900d312e..5472736fd16 100644 --- a/ydb/core/blobstorage/pdisk/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/blobstorage/pdisk/ut/CMakeLists.darwin-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-core-blobstorage-pdisk-ut PRIVATE target_link_libraries(ydb-core-blobstorage-pdisk-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-blobstorage-pdisk @@ -85,4 +84,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-blobstorage-pdisk-ut + system_allocator +) vcs_info(ydb-core-blobstorage-pdisk-ut) diff --git a/ydb/core/blobstorage/pdisk/ut/CMakeLists.linux-aarch64.txt b/ydb/core/blobstorage/pdisk/ut/CMakeLists.linux-aarch64.txt index e443ccba173..eb05ab2715d 100644 --- a/ydb/core/blobstorage/pdisk/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/core/blobstorage/pdisk/ut/CMakeLists.linux-aarch64.txt @@ -15,7 +15,6 @@ target_link_libraries(ydb-core-blobstorage-pdisk-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main core-blobstorage-pdisk library-cpp-getopt @@ -88,4 +87,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-blobstorage-pdisk-ut + cpp-malloc-jemalloc +) vcs_info(ydb-core-blobstorage-pdisk-ut) diff --git a/ydb/core/blobstorage/pdisk/ut/CMakeLists.linux-x86_64.txt b/ydb/core/blobstorage/pdisk/ut/CMakeLists.linux-x86_64.txt index b9757c9cadf..8ad3a8a33fb 100644 --- a/ydb/core/blobstorage/pdisk/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/core/blobstorage/pdisk/ut/CMakeLists.linux-x86_64.txt @@ -15,8 +15,6 @@ target_link_libraries(ydb-core-blobstorage-pdisk-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main core-blobstorage-pdisk @@ -90,4 +88,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-blobstorage-pdisk-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-blobstorage-pdisk-ut) diff --git a/ydb/core/blobstorage/pdisk/ut/CMakeLists.windows-x86_64.txt b/ydb/core/blobstorage/pdisk/ut/CMakeLists.windows-x86_64.txt index 586acaeb549..83968ce047d 100644 --- a/ydb/core/blobstorage/pdisk/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/core/blobstorage/pdisk/ut/CMakeLists.windows-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-core-blobstorage-pdisk-ut PRIVATE target_link_libraries(ydb-core-blobstorage-pdisk-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-blobstorage-pdisk @@ -78,4 +77,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-blobstorage-pdisk-ut + system_allocator +) vcs_info(ydb-core-blobstorage-pdisk-ut) diff --git a/ydb/core/blobstorage/storagepoolmon/ut/CMakeLists.darwin-x86_64.txt b/ydb/core/blobstorage/storagepoolmon/ut/CMakeLists.darwin-x86_64.txt index 012ba257f59..5c007a5507f 100644 --- a/ydb/core/blobstorage/storagepoolmon/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/blobstorage/storagepoolmon/ut/CMakeLists.darwin-x86_64.txt @@ -11,7 +11,6 @@ add_executable(ydb-core-blobstorage-storagepoolmon-ut) target_link_libraries(ydb-core-blobstorage-storagepoolmon-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main library-cpp-getopt @@ -71,4 +70,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-blobstorage-storagepoolmon-ut + system_allocator +) vcs_info(ydb-core-blobstorage-storagepoolmon-ut) diff --git a/ydb/core/blobstorage/storagepoolmon/ut/CMakeLists.linux-aarch64.txt b/ydb/core/blobstorage/storagepoolmon/ut/CMakeLists.linux-aarch64.txt index 8df925077a5..f44ef37435f 100644 --- a/ydb/core/blobstorage/storagepoolmon/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/core/blobstorage/storagepoolmon/ut/CMakeLists.linux-aarch64.txt @@ -12,7 +12,6 @@ target_link_libraries(ydb-core-blobstorage-storagepoolmon-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main library-cpp-getopt library-cpp-svnversion @@ -74,4 +73,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-blobstorage-storagepoolmon-ut + cpp-malloc-jemalloc +) vcs_info(ydb-core-blobstorage-storagepoolmon-ut) diff --git a/ydb/core/blobstorage/storagepoolmon/ut/CMakeLists.linux-x86_64.txt b/ydb/core/blobstorage/storagepoolmon/ut/CMakeLists.linux-x86_64.txt index d34fc4953d3..6b624e17873 100644 --- a/ydb/core/blobstorage/storagepoolmon/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/core/blobstorage/storagepoolmon/ut/CMakeLists.linux-x86_64.txt @@ -12,8 +12,6 @@ target_link_libraries(ydb-core-blobstorage-storagepoolmon-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main library-cpp-getopt @@ -76,4 +74,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-blobstorage-storagepoolmon-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-blobstorage-storagepoolmon-ut) diff --git a/ydb/core/blobstorage/storagepoolmon/ut/CMakeLists.windows-x86_64.txt b/ydb/core/blobstorage/storagepoolmon/ut/CMakeLists.windows-x86_64.txt index 8273d7f577b..ab57ae25dd3 100644 --- a/ydb/core/blobstorage/storagepoolmon/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/core/blobstorage/storagepoolmon/ut/CMakeLists.windows-x86_64.txt @@ -11,7 +11,6 @@ add_executable(ydb-core-blobstorage-storagepoolmon-ut) target_link_libraries(ydb-core-blobstorage-storagepoolmon-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main library-cpp-getopt @@ -64,4 +63,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-blobstorage-storagepoolmon-ut + system_allocator +) vcs_info(ydb-core-blobstorage-storagepoolmon-ut) diff --git a/ydb/core/blobstorage/ut_blobstorage/CMakeLists.darwin-x86_64.txt b/ydb/core/blobstorage/ut_blobstorage/CMakeLists.darwin-x86_64.txt index f24b76ca84f..43993f8cb39 100644 --- a/ydb/core/blobstorage/ut_blobstorage/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/blobstorage/ut_blobstorage/CMakeLists.darwin-x86_64.txt @@ -19,7 +19,6 @@ add_executable(ydb-core-blobstorage-ut_blobstorage) target_link_libraries(ydb-core-blobstorage-ut_blobstorage PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-base @@ -98,4 +97,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-blobstorage-ut_blobstorage + system_allocator +) vcs_info(ydb-core-blobstorage-ut_blobstorage) diff --git a/ydb/core/blobstorage/ut_blobstorage/CMakeLists.linux-aarch64.txt b/ydb/core/blobstorage/ut_blobstorage/CMakeLists.linux-aarch64.txt index eceb406cda1..5200aef4680 100644 --- a/ydb/core/blobstorage/ut_blobstorage/CMakeLists.linux-aarch64.txt +++ b/ydb/core/blobstorage/ut_blobstorage/CMakeLists.linux-aarch64.txt @@ -20,7 +20,6 @@ target_link_libraries(ydb-core-blobstorage-ut_blobstorage PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main ydb-core-base core-blobstorage-dsproxy @@ -101,4 +100,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-blobstorage-ut_blobstorage + cpp-malloc-jemalloc +) vcs_info(ydb-core-blobstorage-ut_blobstorage) diff --git a/ydb/core/blobstorage/ut_blobstorage/CMakeLists.linux-x86_64.txt b/ydb/core/blobstorage/ut_blobstorage/CMakeLists.linux-x86_64.txt index 96fec7bf6ae..21b6d84bf1f 100644 --- a/ydb/core/blobstorage/ut_blobstorage/CMakeLists.linux-x86_64.txt +++ b/ydb/core/blobstorage/ut_blobstorage/CMakeLists.linux-x86_64.txt @@ -20,8 +20,6 @@ target_link_libraries(ydb-core-blobstorage-ut_blobstorage PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-base @@ -103,4 +101,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-blobstorage-ut_blobstorage + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-blobstorage-ut_blobstorage) diff --git a/ydb/core/blobstorage/ut_blobstorage/CMakeLists.windows-x86_64.txt b/ydb/core/blobstorage/ut_blobstorage/CMakeLists.windows-x86_64.txt index 950d4ff07cd..d066670a377 100644 --- a/ydb/core/blobstorage/ut_blobstorage/CMakeLists.windows-x86_64.txt +++ b/ydb/core/blobstorage/ut_blobstorage/CMakeLists.windows-x86_64.txt @@ -19,7 +19,6 @@ add_executable(ydb-core-blobstorage-ut_blobstorage) target_link_libraries(ydb-core-blobstorage-ut_blobstorage PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-base @@ -91,4 +90,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-blobstorage-ut_blobstorage + system_allocator +) vcs_info(ydb-core-blobstorage-ut_blobstorage) diff --git a/ydb/core/blobstorage/ut_blobstorage/ut_blob_depot/CMakeLists.darwin-x86_64.txt b/ydb/core/blobstorage/ut_blobstorage/ut_blob_depot/CMakeLists.darwin-x86_64.txt index 41655214c31..c5983e76e01 100644 --- a/ydb/core/blobstorage/ut_blobstorage/ut_blob_depot/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/blobstorage/ut_blobstorage/ut_blob_depot/CMakeLists.darwin-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-core-blobstorage-ut_blobstorage-ut_blob_depot PRI target_link_libraries(ydb-core-blobstorage-ut_blobstorage-ut_blob_depot PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main blobstorage-ut_blobstorage-lib @@ -64,4 +63,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-blobstorage-ut_blobstorage-ut_blob_depot + system_allocator +) vcs_info(ydb-core-blobstorage-ut_blobstorage-ut_blob_depot) diff --git a/ydb/core/blobstorage/ut_blobstorage/ut_blob_depot/CMakeLists.linux-aarch64.txt b/ydb/core/blobstorage/ut_blobstorage/ut_blob_depot/CMakeLists.linux-aarch64.txt index 66ddf8c06d2..a37e1d7dccc 100644 --- a/ydb/core/blobstorage/ut_blobstorage/ut_blob_depot/CMakeLists.linux-aarch64.txt +++ b/ydb/core/blobstorage/ut_blobstorage/ut_blob_depot/CMakeLists.linux-aarch64.txt @@ -15,7 +15,6 @@ target_link_libraries(ydb-core-blobstorage-ut_blobstorage-ut_blob_depot PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main blobstorage-ut_blobstorage-lib ) @@ -67,4 +66,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-blobstorage-ut_blobstorage-ut_blob_depot + cpp-malloc-jemalloc +) vcs_info(ydb-core-blobstorage-ut_blobstorage-ut_blob_depot) diff --git a/ydb/core/blobstorage/ut_blobstorage/ut_blob_depot/CMakeLists.linux-x86_64.txt b/ydb/core/blobstorage/ut_blobstorage/ut_blob_depot/CMakeLists.linux-x86_64.txt index 513fdcb22a4..fcf9cb636a2 100644 --- a/ydb/core/blobstorage/ut_blobstorage/ut_blob_depot/CMakeLists.linux-x86_64.txt +++ b/ydb/core/blobstorage/ut_blobstorage/ut_blob_depot/CMakeLists.linux-x86_64.txt @@ -15,8 +15,6 @@ target_link_libraries(ydb-core-blobstorage-ut_blobstorage-ut_blob_depot PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main blobstorage-ut_blobstorage-lib @@ -69,4 +67,8 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-blobstorage-ut_blobstorage-ut_blob_depot + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-blobstorage-ut_blobstorage-ut_blob_depot) diff --git a/ydb/core/blobstorage/ut_blobstorage/ut_blob_depot/CMakeLists.windows-x86_64.txt b/ydb/core/blobstorage/ut_blobstorage/ut_blob_depot/CMakeLists.windows-x86_64.txt index 7aa9b405467..5bef89226db 100644 --- a/ydb/core/blobstorage/ut_blobstorage/ut_blob_depot/CMakeLists.windows-x86_64.txt +++ b/ydb/core/blobstorage/ut_blobstorage/ut_blob_depot/CMakeLists.windows-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-core-blobstorage-ut_blobstorage-ut_blob_depot PRI target_link_libraries(ydb-core-blobstorage-ut_blobstorage-ut_blob_depot PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main blobstorage-ut_blobstorage-lib @@ -57,4 +56,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-blobstorage-ut_blobstorage-ut_blob_depot + system_allocator +) vcs_info(ydb-core-blobstorage-ut_blobstorage-ut_blob_depot) diff --git a/ydb/core/blobstorage/ut_blobstorage/ut_blob_depot_fat/CMakeLists.darwin-x86_64.txt b/ydb/core/blobstorage/ut_blobstorage/ut_blob_depot_fat/CMakeLists.darwin-x86_64.txt index c5dd79d82a7..af6ef29380d 100644 --- a/ydb/core/blobstorage/ut_blobstorage/ut_blob_depot_fat/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/blobstorage/ut_blobstorage/ut_blob_depot_fat/CMakeLists.darwin-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(blobstorage-ut_blobstorage-ut_blob_depot_fat PRIVATE target_link_libraries(blobstorage-ut_blobstorage-ut_blob_depot_fat PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main blobstorage-ut_blobstorage-lib @@ -71,4 +70,7 @@ set_yunittest_property( TIMEOUT 3600 ) +target_allocator(blobstorage-ut_blobstorage-ut_blob_depot_fat + system_allocator +) vcs_info(blobstorage-ut_blobstorage-ut_blob_depot_fat) diff --git a/ydb/core/blobstorage/ut_blobstorage/ut_blob_depot_fat/CMakeLists.linux-aarch64.txt b/ydb/core/blobstorage/ut_blobstorage/ut_blob_depot_fat/CMakeLists.linux-aarch64.txt index 509fc5404c4..13abf54784c 100644 --- a/ydb/core/blobstorage/ut_blobstorage/ut_blob_depot_fat/CMakeLists.linux-aarch64.txt +++ b/ydb/core/blobstorage/ut_blobstorage/ut_blob_depot_fat/CMakeLists.linux-aarch64.txt @@ -15,7 +15,6 @@ target_link_libraries(blobstorage-ut_blobstorage-ut_blob_depot_fat PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main blobstorage-ut_blobstorage-lib ) @@ -74,4 +73,7 @@ set_yunittest_property( TIMEOUT 3600 ) +target_allocator(blobstorage-ut_blobstorage-ut_blob_depot_fat + cpp-malloc-jemalloc +) vcs_info(blobstorage-ut_blobstorage-ut_blob_depot_fat) diff --git a/ydb/core/blobstorage/ut_blobstorage/ut_blob_depot_fat/CMakeLists.linux-x86_64.txt b/ydb/core/blobstorage/ut_blobstorage/ut_blob_depot_fat/CMakeLists.linux-x86_64.txt index 31981ce6357..9e37b9151e2 100644 --- a/ydb/core/blobstorage/ut_blobstorage/ut_blob_depot_fat/CMakeLists.linux-x86_64.txt +++ b/ydb/core/blobstorage/ut_blobstorage/ut_blob_depot_fat/CMakeLists.linux-x86_64.txt @@ -15,8 +15,6 @@ target_link_libraries(blobstorage-ut_blobstorage-ut_blob_depot_fat PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main blobstorage-ut_blobstorage-lib @@ -76,4 +74,8 @@ set_yunittest_property( TIMEOUT 3600 ) +target_allocator(blobstorage-ut_blobstorage-ut_blob_depot_fat + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(blobstorage-ut_blobstorage-ut_blob_depot_fat) diff --git a/ydb/core/blobstorage/ut_blobstorage/ut_blob_depot_fat/CMakeLists.windows-x86_64.txt b/ydb/core/blobstorage/ut_blobstorage/ut_blob_depot_fat/CMakeLists.windows-x86_64.txt index 66798a08ef9..0c0fbb91a35 100644 --- a/ydb/core/blobstorage/ut_blobstorage/ut_blob_depot_fat/CMakeLists.windows-x86_64.txt +++ b/ydb/core/blobstorage/ut_blobstorage/ut_blob_depot_fat/CMakeLists.windows-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(blobstorage-ut_blobstorage-ut_blob_depot_fat PRIVATE target_link_libraries(blobstorage-ut_blobstorage-ut_blob_depot_fat PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main blobstorage-ut_blobstorage-lib @@ -64,4 +63,7 @@ set_yunittest_property( TIMEOUT 3600 ) +target_allocator(blobstorage-ut_blobstorage-ut_blob_depot_fat + system_allocator +) vcs_info(blobstorage-ut_blobstorage-ut_blob_depot_fat) diff --git a/ydb/core/blobstorage/ut_blobstorage/ut_donor/CMakeLists.darwin-x86_64.txt b/ydb/core/blobstorage/ut_blobstorage/ut_donor/CMakeLists.darwin-x86_64.txt index abedbea06e0..1aeb0e9ad18 100644 --- a/ydb/core/blobstorage/ut_blobstorage/ut_donor/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/blobstorage/ut_blobstorage/ut_donor/CMakeLists.darwin-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-core-blobstorage-ut_blobstorage-ut_donor PRIVATE target_link_libraries(ydb-core-blobstorage-ut_blobstorage-ut_donor PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main blobstorage-ut_blobstorage-lib @@ -69,4 +68,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-blobstorage-ut_blobstorage-ut_donor + system_allocator +) vcs_info(ydb-core-blobstorage-ut_blobstorage-ut_donor) diff --git a/ydb/core/blobstorage/ut_blobstorage/ut_donor/CMakeLists.linux-aarch64.txt b/ydb/core/blobstorage/ut_blobstorage/ut_donor/CMakeLists.linux-aarch64.txt index 8016b38a266..37630a5c953 100644 --- a/ydb/core/blobstorage/ut_blobstorage/ut_donor/CMakeLists.linux-aarch64.txt +++ b/ydb/core/blobstorage/ut_blobstorage/ut_donor/CMakeLists.linux-aarch64.txt @@ -15,7 +15,6 @@ target_link_libraries(ydb-core-blobstorage-ut_blobstorage-ut_donor PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main blobstorage-ut_blobstorage-lib ) @@ -72,4 +71,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-blobstorage-ut_blobstorage-ut_donor + cpp-malloc-jemalloc +) vcs_info(ydb-core-blobstorage-ut_blobstorage-ut_donor) diff --git a/ydb/core/blobstorage/ut_blobstorage/ut_donor/CMakeLists.linux-x86_64.txt b/ydb/core/blobstorage/ut_blobstorage/ut_donor/CMakeLists.linux-x86_64.txt index 30dbc50e569..e9d5423fc2c 100644 --- a/ydb/core/blobstorage/ut_blobstorage/ut_donor/CMakeLists.linux-x86_64.txt +++ b/ydb/core/blobstorage/ut_blobstorage/ut_donor/CMakeLists.linux-x86_64.txt @@ -15,8 +15,6 @@ target_link_libraries(ydb-core-blobstorage-ut_blobstorage-ut_donor PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main blobstorage-ut_blobstorage-lib @@ -74,4 +72,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-blobstorage-ut_blobstorage-ut_donor + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-blobstorage-ut_blobstorage-ut_donor) diff --git a/ydb/core/blobstorage/ut_blobstorage/ut_donor/CMakeLists.windows-x86_64.txt b/ydb/core/blobstorage/ut_blobstorage/ut_donor/CMakeLists.windows-x86_64.txt index ac707869156..b1536564b09 100644 --- a/ydb/core/blobstorage/ut_blobstorage/ut_donor/CMakeLists.windows-x86_64.txt +++ b/ydb/core/blobstorage/ut_blobstorage/ut_donor/CMakeLists.windows-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-core-blobstorage-ut_blobstorage-ut_donor PRIVATE target_link_libraries(ydb-core-blobstorage-ut_blobstorage-ut_donor PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main blobstorage-ut_blobstorage-lib @@ -62,4 +61,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-blobstorage-ut_blobstorage-ut_donor + system_allocator +) vcs_info(ydb-core-blobstorage-ut_blobstorage-ut_donor) diff --git a/ydb/core/blobstorage/ut_blobstorage/ut_group_reconfiguration/CMakeLists.darwin-x86_64.txt b/ydb/core/blobstorage/ut_blobstorage/ut_group_reconfiguration/CMakeLists.darwin-x86_64.txt index d95bccc02ff..57e1fd62661 100644 --- a/ydb/core/blobstorage/ut_blobstorage/ut_group_reconfiguration/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/blobstorage/ut_blobstorage/ut_group_reconfiguration/CMakeLists.darwin-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ut_group_reconfiguration PRIVATE target_link_libraries(ut_group_reconfiguration PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main blobstorage-ut_blobstorage-lib @@ -69,4 +68,7 @@ set_yunittest_property( TIMEOUT 3600 ) +target_allocator(ut_group_reconfiguration + system_allocator +) vcs_info(ut_group_reconfiguration) diff --git a/ydb/core/blobstorage/ut_blobstorage/ut_group_reconfiguration/CMakeLists.linux-aarch64.txt b/ydb/core/blobstorage/ut_blobstorage/ut_group_reconfiguration/CMakeLists.linux-aarch64.txt index 4635fc1a519..c839fe10550 100644 --- a/ydb/core/blobstorage/ut_blobstorage/ut_group_reconfiguration/CMakeLists.linux-aarch64.txt +++ b/ydb/core/blobstorage/ut_blobstorage/ut_group_reconfiguration/CMakeLists.linux-aarch64.txt @@ -15,7 +15,6 @@ target_link_libraries(ut_group_reconfiguration PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main blobstorage-ut_blobstorage-lib ) @@ -72,4 +71,7 @@ set_yunittest_property( TIMEOUT 3600 ) +target_allocator(ut_group_reconfiguration + cpp-malloc-jemalloc +) vcs_info(ut_group_reconfiguration) diff --git a/ydb/core/blobstorage/ut_blobstorage/ut_group_reconfiguration/CMakeLists.linux-x86_64.txt b/ydb/core/blobstorage/ut_blobstorage/ut_group_reconfiguration/CMakeLists.linux-x86_64.txt index 84fcb84dc48..86c5607b924 100644 --- a/ydb/core/blobstorage/ut_blobstorage/ut_group_reconfiguration/CMakeLists.linux-x86_64.txt +++ b/ydb/core/blobstorage/ut_blobstorage/ut_group_reconfiguration/CMakeLists.linux-x86_64.txt @@ -15,8 +15,6 @@ target_link_libraries(ut_group_reconfiguration PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main blobstorage-ut_blobstorage-lib @@ -74,4 +72,8 @@ set_yunittest_property( TIMEOUT 3600 ) +target_allocator(ut_group_reconfiguration + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ut_group_reconfiguration) diff --git a/ydb/core/blobstorage/ut_blobstorage/ut_group_reconfiguration/CMakeLists.windows-x86_64.txt b/ydb/core/blobstorage/ut_blobstorage/ut_group_reconfiguration/CMakeLists.windows-x86_64.txt index 39fbdf5a5d7..a7d9fd10889 100644 --- a/ydb/core/blobstorage/ut_blobstorage/ut_group_reconfiguration/CMakeLists.windows-x86_64.txt +++ b/ydb/core/blobstorage/ut_blobstorage/ut_group_reconfiguration/CMakeLists.windows-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ut_group_reconfiguration PRIVATE target_link_libraries(ut_group_reconfiguration PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main blobstorage-ut_blobstorage-lib @@ -62,4 +61,7 @@ set_yunittest_property( TIMEOUT 3600 ) +target_allocator(ut_group_reconfiguration + system_allocator +) vcs_info(ut_group_reconfiguration) diff --git a/ydb/core/blobstorage/ut_blobstorage/ut_osiris/CMakeLists.darwin-x86_64.txt b/ydb/core/blobstorage/ut_blobstorage/ut_osiris/CMakeLists.darwin-x86_64.txt index c9d33580de4..2b1ddf17679 100644 --- a/ydb/core/blobstorage/ut_blobstorage/ut_osiris/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/blobstorage/ut_blobstorage/ut_osiris/CMakeLists.darwin-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-core-blobstorage-ut_blobstorage-ut_osiris PRIVATE target_link_libraries(ydb-core-blobstorage-ut_blobstorage-ut_osiris PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main blobstorage-ut_blobstorage-lib @@ -69,4 +68,7 @@ set_yunittest_property( TIMEOUT 3600 ) +target_allocator(ydb-core-blobstorage-ut_blobstorage-ut_osiris + system_allocator +) vcs_info(ydb-core-blobstorage-ut_blobstorage-ut_osiris) diff --git a/ydb/core/blobstorage/ut_blobstorage/ut_osiris/CMakeLists.linux-aarch64.txt b/ydb/core/blobstorage/ut_blobstorage/ut_osiris/CMakeLists.linux-aarch64.txt index b02e274ad6a..aaf59a02476 100644 --- a/ydb/core/blobstorage/ut_blobstorage/ut_osiris/CMakeLists.linux-aarch64.txt +++ b/ydb/core/blobstorage/ut_blobstorage/ut_osiris/CMakeLists.linux-aarch64.txt @@ -15,7 +15,6 @@ target_link_libraries(ydb-core-blobstorage-ut_blobstorage-ut_osiris PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main blobstorage-ut_blobstorage-lib ) @@ -72,4 +71,7 @@ set_yunittest_property( TIMEOUT 3600 ) +target_allocator(ydb-core-blobstorage-ut_blobstorage-ut_osiris + cpp-malloc-jemalloc +) vcs_info(ydb-core-blobstorage-ut_blobstorage-ut_osiris) diff --git a/ydb/core/blobstorage/ut_blobstorage/ut_osiris/CMakeLists.linux-x86_64.txt b/ydb/core/blobstorage/ut_blobstorage/ut_osiris/CMakeLists.linux-x86_64.txt index 78f1bc525d8..1ea280b1805 100644 --- a/ydb/core/blobstorage/ut_blobstorage/ut_osiris/CMakeLists.linux-x86_64.txt +++ b/ydb/core/blobstorage/ut_blobstorage/ut_osiris/CMakeLists.linux-x86_64.txt @@ -15,8 +15,6 @@ target_link_libraries(ydb-core-blobstorage-ut_blobstorage-ut_osiris PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main blobstorage-ut_blobstorage-lib @@ -74,4 +72,8 @@ set_yunittest_property( TIMEOUT 3600 ) +target_allocator(ydb-core-blobstorage-ut_blobstorage-ut_osiris + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-blobstorage-ut_blobstorage-ut_osiris) diff --git a/ydb/core/blobstorage/ut_blobstorage/ut_osiris/CMakeLists.windows-x86_64.txt b/ydb/core/blobstorage/ut_blobstorage/ut_osiris/CMakeLists.windows-x86_64.txt index 0e29ef59ec8..86f90085f3c 100644 --- a/ydb/core/blobstorage/ut_blobstorage/ut_osiris/CMakeLists.windows-x86_64.txt +++ b/ydb/core/blobstorage/ut_blobstorage/ut_osiris/CMakeLists.windows-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-core-blobstorage-ut_blobstorage-ut_osiris PRIVATE target_link_libraries(ydb-core-blobstorage-ut_blobstorage-ut_osiris PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main blobstorage-ut_blobstorage-lib @@ -62,4 +61,7 @@ set_yunittest_property( TIMEOUT 3600 ) +target_allocator(ydb-core-blobstorage-ut_blobstorage-ut_osiris + system_allocator +) vcs_info(ydb-core-blobstorage-ut_blobstorage-ut_osiris) diff --git a/ydb/core/blobstorage/ut_blobstorage/ut_replication/CMakeLists.darwin-x86_64.txt b/ydb/core/blobstorage/ut_blobstorage/ut_replication/CMakeLists.darwin-x86_64.txt index aeb0103d832..4ac02bb6830 100644 --- a/ydb/core/blobstorage/ut_blobstorage/ut_replication/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/blobstorage/ut_blobstorage/ut_replication/CMakeLists.darwin-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(core-blobstorage-ut_blobstorage-ut_replication PRIVAT target_link_libraries(core-blobstorage-ut_blobstorage-ut_replication PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main blobstorage-ut_blobstorage-lib @@ -69,4 +68,7 @@ set_yunittest_property( TIMEOUT 3600 ) +target_allocator(core-blobstorage-ut_blobstorage-ut_replication + system_allocator +) vcs_info(core-blobstorage-ut_blobstorage-ut_replication) diff --git a/ydb/core/blobstorage/ut_blobstorage/ut_replication/CMakeLists.linux-aarch64.txt b/ydb/core/blobstorage/ut_blobstorage/ut_replication/CMakeLists.linux-aarch64.txt index ce8069759e3..88c3d2dbe0a 100644 --- a/ydb/core/blobstorage/ut_blobstorage/ut_replication/CMakeLists.linux-aarch64.txt +++ b/ydb/core/blobstorage/ut_blobstorage/ut_replication/CMakeLists.linux-aarch64.txt @@ -15,7 +15,6 @@ target_link_libraries(core-blobstorage-ut_blobstorage-ut_replication PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main blobstorage-ut_blobstorage-lib ) @@ -72,4 +71,7 @@ set_yunittest_property( TIMEOUT 3600 ) +target_allocator(core-blobstorage-ut_blobstorage-ut_replication + cpp-malloc-jemalloc +) vcs_info(core-blobstorage-ut_blobstorage-ut_replication) diff --git a/ydb/core/blobstorage/ut_blobstorage/ut_replication/CMakeLists.linux-x86_64.txt b/ydb/core/blobstorage/ut_blobstorage/ut_replication/CMakeLists.linux-x86_64.txt index 14132a6af21..bff6c1407f9 100644 --- a/ydb/core/blobstorage/ut_blobstorage/ut_replication/CMakeLists.linux-x86_64.txt +++ b/ydb/core/blobstorage/ut_blobstorage/ut_replication/CMakeLists.linux-x86_64.txt @@ -15,8 +15,6 @@ target_link_libraries(core-blobstorage-ut_blobstorage-ut_replication PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main blobstorage-ut_blobstorage-lib @@ -74,4 +72,8 @@ set_yunittest_property( TIMEOUT 3600 ) +target_allocator(core-blobstorage-ut_blobstorage-ut_replication + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(core-blobstorage-ut_blobstorage-ut_replication) diff --git a/ydb/core/blobstorage/ut_blobstorage/ut_replication/CMakeLists.windows-x86_64.txt b/ydb/core/blobstorage/ut_blobstorage/ut_replication/CMakeLists.windows-x86_64.txt index 8488b63f91f..60ff0fa24d4 100644 --- a/ydb/core/blobstorage/ut_blobstorage/ut_replication/CMakeLists.windows-x86_64.txt +++ b/ydb/core/blobstorage/ut_blobstorage/ut_replication/CMakeLists.windows-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(core-blobstorage-ut_blobstorage-ut_replication PRIVAT target_link_libraries(core-blobstorage-ut_blobstorage-ut_replication PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main blobstorage-ut_blobstorage-lib @@ -62,4 +61,7 @@ set_yunittest_property( TIMEOUT 3600 ) +target_allocator(core-blobstorage-ut_blobstorage-ut_replication + system_allocator +) vcs_info(core-blobstorage-ut_blobstorage-ut_replication) diff --git a/ydb/core/blobstorage/ut_blobstorage/ut_scrub/CMakeLists.darwin-x86_64.txt b/ydb/core/blobstorage/ut_blobstorage/ut_scrub/CMakeLists.darwin-x86_64.txt index 5a2f4fe4466..275607dedad 100644 --- a/ydb/core/blobstorage/ut_blobstorage/ut_scrub/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/blobstorage/ut_blobstorage/ut_scrub/CMakeLists.darwin-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-core-blobstorage-ut_blobstorage-ut_scrub PRIVATE target_link_libraries(ydb-core-blobstorage-ut_blobstorage-ut_scrub PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main blobstorage-ut_blobstorage-lib @@ -69,4 +68,7 @@ set_yunittest_property( TIMEOUT 3600 ) +target_allocator(ydb-core-blobstorage-ut_blobstorage-ut_scrub + system_allocator +) vcs_info(ydb-core-blobstorage-ut_blobstorage-ut_scrub) diff --git a/ydb/core/blobstorage/ut_blobstorage/ut_scrub/CMakeLists.linux-aarch64.txt b/ydb/core/blobstorage/ut_blobstorage/ut_scrub/CMakeLists.linux-aarch64.txt index 9b6dc73cbd4..07dac5c320f 100644 --- a/ydb/core/blobstorage/ut_blobstorage/ut_scrub/CMakeLists.linux-aarch64.txt +++ b/ydb/core/blobstorage/ut_blobstorage/ut_scrub/CMakeLists.linux-aarch64.txt @@ -15,7 +15,6 @@ target_link_libraries(ydb-core-blobstorage-ut_blobstorage-ut_scrub PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main blobstorage-ut_blobstorage-lib ) @@ -72,4 +71,7 @@ set_yunittest_property( TIMEOUT 3600 ) +target_allocator(ydb-core-blobstorage-ut_blobstorage-ut_scrub + cpp-malloc-jemalloc +) vcs_info(ydb-core-blobstorage-ut_blobstorage-ut_scrub) diff --git a/ydb/core/blobstorage/ut_blobstorage/ut_scrub/CMakeLists.linux-x86_64.txt b/ydb/core/blobstorage/ut_blobstorage/ut_scrub/CMakeLists.linux-x86_64.txt index fcab171034c..07f21ccbde3 100644 --- a/ydb/core/blobstorage/ut_blobstorage/ut_scrub/CMakeLists.linux-x86_64.txt +++ b/ydb/core/blobstorage/ut_blobstorage/ut_scrub/CMakeLists.linux-x86_64.txt @@ -15,8 +15,6 @@ target_link_libraries(ydb-core-blobstorage-ut_blobstorage-ut_scrub PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main blobstorage-ut_blobstorage-lib @@ -74,4 +72,8 @@ set_yunittest_property( TIMEOUT 3600 ) +target_allocator(ydb-core-blobstorage-ut_blobstorage-ut_scrub + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-blobstorage-ut_blobstorage-ut_scrub) diff --git a/ydb/core/blobstorage/ut_blobstorage/ut_scrub/CMakeLists.windows-x86_64.txt b/ydb/core/blobstorage/ut_blobstorage/ut_scrub/CMakeLists.windows-x86_64.txt index c869d83fa45..0bb270a82d6 100644 --- a/ydb/core/blobstorage/ut_blobstorage/ut_scrub/CMakeLists.windows-x86_64.txt +++ b/ydb/core/blobstorage/ut_blobstorage/ut_scrub/CMakeLists.windows-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-core-blobstorage-ut_blobstorage-ut_scrub PRIVATE target_link_libraries(ydb-core-blobstorage-ut_blobstorage-ut_scrub PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main blobstorage-ut_blobstorage-lib @@ -62,4 +61,7 @@ set_yunittest_property( TIMEOUT 3600 ) +target_allocator(ydb-core-blobstorage-ut_blobstorage-ut_scrub + system_allocator +) vcs_info(ydb-core-blobstorage-ut_blobstorage-ut_scrub) diff --git a/ydb/core/blobstorage/ut_group/CMakeLists.darwin-x86_64.txt b/ydb/core/blobstorage/ut_group/CMakeLists.darwin-x86_64.txt index d82668c6331..08d864c7dd2 100644 --- a/ydb/core/blobstorage/ut_group/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/blobstorage/ut_group/CMakeLists.darwin-x86_64.txt @@ -11,7 +11,6 @@ add_executable(ydb-core-blobstorage-ut_group) target_link_libraries(ydb-core-blobstorage-ut_group PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main actors-interconnect-mock @@ -75,4 +74,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-blobstorage-ut_group + system_allocator +) vcs_info(ydb-core-blobstorage-ut_group) diff --git a/ydb/core/blobstorage/ut_group/CMakeLists.linux-aarch64.txt b/ydb/core/blobstorage/ut_group/CMakeLists.linux-aarch64.txt index a4cca3621d8..37f052af920 100644 --- a/ydb/core/blobstorage/ut_group/CMakeLists.linux-aarch64.txt +++ b/ydb/core/blobstorage/ut_group/CMakeLists.linux-aarch64.txt @@ -12,7 +12,6 @@ target_link_libraries(ydb-core-blobstorage-ut_group PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main actors-interconnect-mock cpp-testing-unittest @@ -78,4 +77,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-blobstorage-ut_group + cpp-malloc-jemalloc +) vcs_info(ydb-core-blobstorage-ut_group) diff --git a/ydb/core/blobstorage/ut_group/CMakeLists.linux-x86_64.txt b/ydb/core/blobstorage/ut_group/CMakeLists.linux-x86_64.txt index 61ef2c450d1..d73cc840a2e 100644 --- a/ydb/core/blobstorage/ut_group/CMakeLists.linux-x86_64.txt +++ b/ydb/core/blobstorage/ut_group/CMakeLists.linux-x86_64.txt @@ -12,8 +12,6 @@ target_link_libraries(ydb-core-blobstorage-ut_group PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main actors-interconnect-mock @@ -80,4 +78,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-blobstorage-ut_group + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-blobstorage-ut_group) diff --git a/ydb/core/blobstorage/ut_group/CMakeLists.windows-x86_64.txt b/ydb/core/blobstorage/ut_group/CMakeLists.windows-x86_64.txt index e8989cdfadd..61c4d57b0ba 100644 --- a/ydb/core/blobstorage/ut_group/CMakeLists.windows-x86_64.txt +++ b/ydb/core/blobstorage/ut_group/CMakeLists.windows-x86_64.txt @@ -11,7 +11,6 @@ add_executable(ydb-core-blobstorage-ut_group) target_link_libraries(ydb-core-blobstorage-ut_group PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main actors-interconnect-mock @@ -68,4 +67,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-blobstorage-ut_group + system_allocator +) vcs_info(ydb-core-blobstorage-ut_group) diff --git a/ydb/core/blobstorage/ut_mirror3of4/CMakeLists.darwin-x86_64.txt b/ydb/core/blobstorage/ut_mirror3of4/CMakeLists.darwin-x86_64.txt index d3a5395df1e..3318697df85 100644 --- a/ydb/core/blobstorage/ut_mirror3of4/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/blobstorage/ut_mirror3of4/CMakeLists.darwin-x86_64.txt @@ -11,7 +11,6 @@ add_executable(ydb-core-blobstorage-ut_mirror3of4) target_link_libraries(ydb-core-blobstorage-ut_mirror3of4 PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main actors-interconnect-mock @@ -77,4 +76,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-blobstorage-ut_mirror3of4 + system_allocator +) vcs_info(ydb-core-blobstorage-ut_mirror3of4) diff --git a/ydb/core/blobstorage/ut_mirror3of4/CMakeLists.linux-aarch64.txt b/ydb/core/blobstorage/ut_mirror3of4/CMakeLists.linux-aarch64.txt index aa00af3972a..5f05c475eed 100644 --- a/ydb/core/blobstorage/ut_mirror3of4/CMakeLists.linux-aarch64.txt +++ b/ydb/core/blobstorage/ut_mirror3of4/CMakeLists.linux-aarch64.txt @@ -12,7 +12,6 @@ target_link_libraries(ydb-core-blobstorage-ut_mirror3of4 PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main actors-interconnect-mock cpp-testing-unittest @@ -80,4 +79,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-blobstorage-ut_mirror3of4 + cpp-malloc-jemalloc +) vcs_info(ydb-core-blobstorage-ut_mirror3of4) diff --git a/ydb/core/blobstorage/ut_mirror3of4/CMakeLists.linux-x86_64.txt b/ydb/core/blobstorage/ut_mirror3of4/CMakeLists.linux-x86_64.txt index bd5bbe20d58..c741d4810c9 100644 --- a/ydb/core/blobstorage/ut_mirror3of4/CMakeLists.linux-x86_64.txt +++ b/ydb/core/blobstorage/ut_mirror3of4/CMakeLists.linux-x86_64.txt @@ -12,8 +12,6 @@ target_link_libraries(ydb-core-blobstorage-ut_mirror3of4 PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main actors-interconnect-mock @@ -82,4 +80,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-blobstorage-ut_mirror3of4 + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-blobstorage-ut_mirror3of4) diff --git a/ydb/core/blobstorage/ut_mirror3of4/CMakeLists.windows-x86_64.txt b/ydb/core/blobstorage/ut_mirror3of4/CMakeLists.windows-x86_64.txt index c6a5c534708..01ab56d5efd 100644 --- a/ydb/core/blobstorage/ut_mirror3of4/CMakeLists.windows-x86_64.txt +++ b/ydb/core/blobstorage/ut_mirror3of4/CMakeLists.windows-x86_64.txt @@ -11,7 +11,6 @@ add_executable(ydb-core-blobstorage-ut_mirror3of4) target_link_libraries(ydb-core-blobstorage-ut_mirror3of4 PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main actors-interconnect-mock @@ -70,4 +69,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-blobstorage-ut_mirror3of4 + system_allocator +) vcs_info(ydb-core-blobstorage-ut_mirror3of4) diff --git a/ydb/core/blobstorage/ut_pdiskfit/pdiskfit/CMakeLists.linux-aarch64.txt b/ydb/core/blobstorage/ut_pdiskfit/pdiskfit/CMakeLists.linux-aarch64.txt index 5dd1248e1ce..eed53b79d90 100644 --- a/ydb/core/blobstorage/ut_pdiskfit/pdiskfit/CMakeLists.linux-aarch64.txt +++ b/ydb/core/blobstorage/ut_pdiskfit/pdiskfit/CMakeLists.linux-aarch64.txt @@ -12,7 +12,6 @@ target_link_libraries(pdiskfit PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc library-cpp-getopt cpp-string_utils-parse_size ydb-core-blobstorage @@ -32,4 +31,7 @@ target_link_options(pdiskfit PRIVATE target_sources(pdiskfit PRIVATE ${CMAKE_SOURCE_DIR}/ydb/core/blobstorage/ut_pdiskfit/pdiskfit/pdiskfit.cpp ) +target_allocator(pdiskfit + cpp-malloc-jemalloc +) vcs_info(pdiskfit) diff --git a/ydb/core/blobstorage/ut_pdiskfit/pdiskfit/CMakeLists.linux-x86_64.txt b/ydb/core/blobstorage/ut_pdiskfit/pdiskfit/CMakeLists.linux-x86_64.txt index deba76a9c32..1f4e24ee467 100644 --- a/ydb/core/blobstorage/ut_pdiskfit/pdiskfit/CMakeLists.linux-x86_64.txt +++ b/ydb/core/blobstorage/ut_pdiskfit/pdiskfit/CMakeLists.linux-x86_64.txt @@ -12,8 +12,6 @@ target_link_libraries(pdiskfit PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check library-cpp-getopt cpp-string_utils-parse_size @@ -34,4 +32,8 @@ target_link_options(pdiskfit PRIVATE target_sources(pdiskfit PRIVATE ${CMAKE_SOURCE_DIR}/ydb/core/blobstorage/ut_pdiskfit/pdiskfit/pdiskfit.cpp ) +target_allocator(pdiskfit + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(pdiskfit) diff --git a/ydb/core/blobstorage/ut_pdiskfit/ut/CMakeLists.linux-aarch64.txt b/ydb/core/blobstorage/ut_pdiskfit/ut/CMakeLists.linux-aarch64.txt index 13530189506..a07a565bbb1 100644 --- a/ydb/core/blobstorage/ut_pdiskfit/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/core/blobstorage/ut_pdiskfit/ut/CMakeLists.linux-aarch64.txt @@ -12,7 +12,6 @@ target_link_libraries(ydb-core-blobstorage-ut_pdiskfit-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main ydb-core-blobstorage blobstorage-ut_pdiskfit-lib @@ -70,4 +69,7 @@ set_yunittest_property( TIMEOUT 1200 ) +target_allocator(ydb-core-blobstorage-ut_pdiskfit-ut + cpp-malloc-jemalloc +) vcs_info(ydb-core-blobstorage-ut_pdiskfit-ut) diff --git a/ydb/core/blobstorage/ut_pdiskfit/ut/CMakeLists.linux-x86_64.txt b/ydb/core/blobstorage/ut_pdiskfit/ut/CMakeLists.linux-x86_64.txt index 4c94c1dbbb5..6ca5988b753 100644 --- a/ydb/core/blobstorage/ut_pdiskfit/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/core/blobstorage/ut_pdiskfit/ut/CMakeLists.linux-x86_64.txt @@ -12,8 +12,6 @@ target_link_libraries(ydb-core-blobstorage-ut_pdiskfit-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-blobstorage @@ -72,4 +70,8 @@ set_yunittest_property( TIMEOUT 1200 ) +target_allocator(ydb-core-blobstorage-ut_pdiskfit-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-blobstorage-ut_pdiskfit-ut) diff --git a/ydb/core/blobstorage/ut_testshard/CMakeLists.darwin-x86_64.txt b/ydb/core/blobstorage/ut_testshard/CMakeLists.darwin-x86_64.txt index 865daca4ac8..f47f514347e 100644 --- a/ydb/core/blobstorage/ut_testshard/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/blobstorage/ut_testshard/CMakeLists.darwin-x86_64.txt @@ -11,7 +11,6 @@ add_executable(ydb-core-blobstorage-ut_testshard) target_link_libraries(ydb-core-blobstorage-ut_testshard PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-base @@ -86,4 +85,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-blobstorage-ut_testshard + system_allocator +) vcs_info(ydb-core-blobstorage-ut_testshard) diff --git a/ydb/core/blobstorage/ut_testshard/CMakeLists.linux-aarch64.txt b/ydb/core/blobstorage/ut_testshard/CMakeLists.linux-aarch64.txt index 1d691736daf..40b4796e9b3 100644 --- a/ydb/core/blobstorage/ut_testshard/CMakeLists.linux-aarch64.txt +++ b/ydb/core/blobstorage/ut_testshard/CMakeLists.linux-aarch64.txt @@ -12,7 +12,6 @@ target_link_libraries(ydb-core-blobstorage-ut_testshard PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main ydb-core-base ydb-core-blob_depot @@ -89,4 +88,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-blobstorage-ut_testshard + cpp-malloc-jemalloc +) vcs_info(ydb-core-blobstorage-ut_testshard) diff --git a/ydb/core/blobstorage/ut_testshard/CMakeLists.linux-x86_64.txt b/ydb/core/blobstorage/ut_testshard/CMakeLists.linux-x86_64.txt index 1d0fcaec386..bd5bce128ab 100644 --- a/ydb/core/blobstorage/ut_testshard/CMakeLists.linux-x86_64.txt +++ b/ydb/core/blobstorage/ut_testshard/CMakeLists.linux-x86_64.txt @@ -12,8 +12,6 @@ target_link_libraries(ydb-core-blobstorage-ut_testshard PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-base @@ -91,4 +89,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-blobstorage-ut_testshard + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-blobstorage-ut_testshard) diff --git a/ydb/core/blobstorage/ut_testshard/CMakeLists.windows-x86_64.txt b/ydb/core/blobstorage/ut_testshard/CMakeLists.windows-x86_64.txt index d1c9ae88365..d3f264e8d3c 100644 --- a/ydb/core/blobstorage/ut_testshard/CMakeLists.windows-x86_64.txt +++ b/ydb/core/blobstorage/ut_testshard/CMakeLists.windows-x86_64.txt @@ -11,7 +11,6 @@ add_executable(ydb-core-blobstorage-ut_testshard) target_link_libraries(ydb-core-blobstorage-ut_testshard PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-base @@ -79,4 +78,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-blobstorage-ut_testshard + system_allocator +) vcs_info(ydb-core-blobstorage-ut_testshard) diff --git a/ydb/core/blobstorage/ut_vdisk/CMakeLists.darwin-x86_64.txt b/ydb/core/blobstorage/ut_vdisk/CMakeLists.darwin-x86_64.txt index 4c3e12a1f1c..631453b19f4 100644 --- a/ydb/core/blobstorage/ut_vdisk/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/blobstorage/ut_vdisk/CMakeLists.darwin-x86_64.txt @@ -18,7 +18,6 @@ target_include_directories(ydb-core-blobstorage-ut_vdisk PRIVATE target_link_libraries(ydb-core-blobstorage-ut_vdisk PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-blobstorage @@ -85,4 +84,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-blobstorage-ut_vdisk + system_allocator +) vcs_info(ydb-core-blobstorage-ut_vdisk) diff --git a/ydb/core/blobstorage/ut_vdisk/CMakeLists.linux-aarch64.txt b/ydb/core/blobstorage/ut_vdisk/CMakeLists.linux-aarch64.txt index c4f675816d8..6b6b8928272 100644 --- a/ydb/core/blobstorage/ut_vdisk/CMakeLists.linux-aarch64.txt +++ b/ydb/core/blobstorage/ut_vdisk/CMakeLists.linux-aarch64.txt @@ -19,7 +19,6 @@ target_link_libraries(ydb-core-blobstorage-ut_vdisk PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main ydb-core-blobstorage cpp-actors-protos @@ -88,4 +87,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-blobstorage-ut_vdisk + cpp-malloc-jemalloc +) vcs_info(ydb-core-blobstorage-ut_vdisk) diff --git a/ydb/core/blobstorage/ut_vdisk/CMakeLists.linux-x86_64.txt b/ydb/core/blobstorage/ut_vdisk/CMakeLists.linux-x86_64.txt index e8efc076e35..c74c0914320 100644 --- a/ydb/core/blobstorage/ut_vdisk/CMakeLists.linux-x86_64.txt +++ b/ydb/core/blobstorage/ut_vdisk/CMakeLists.linux-x86_64.txt @@ -19,8 +19,6 @@ target_link_libraries(ydb-core-blobstorage-ut_vdisk PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-blobstorage @@ -90,4 +88,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-blobstorage-ut_vdisk + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-blobstorage-ut_vdisk) diff --git a/ydb/core/blobstorage/ut_vdisk/CMakeLists.windows-x86_64.txt b/ydb/core/blobstorage/ut_vdisk/CMakeLists.windows-x86_64.txt index 1168b27cbf4..2928ec81c35 100644 --- a/ydb/core/blobstorage/ut_vdisk/CMakeLists.windows-x86_64.txt +++ b/ydb/core/blobstorage/ut_vdisk/CMakeLists.windows-x86_64.txt @@ -18,7 +18,6 @@ target_include_directories(ydb-core-blobstorage-ut_vdisk PRIVATE target_link_libraries(ydb-core-blobstorage-ut_vdisk PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-blobstorage @@ -78,4 +77,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-blobstorage-ut_vdisk + system_allocator +) vcs_info(ydb-core-blobstorage-ut_vdisk) diff --git a/ydb/core/blobstorage/ut_vdisk2/CMakeLists.darwin-x86_64.txt b/ydb/core/blobstorage/ut_vdisk2/CMakeLists.darwin-x86_64.txt index 052e65b854c..c9c05420058 100644 --- a/ydb/core/blobstorage/ut_vdisk2/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/blobstorage/ut_vdisk2/CMakeLists.darwin-x86_64.txt @@ -11,7 +11,6 @@ add_executable(ydb-core-blobstorage-ut_vdisk2) target_link_libraries(ydb-core-blobstorage-ut_vdisk2 PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main cpp-testing-unittest @@ -73,4 +72,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-blobstorage-ut_vdisk2 + system_allocator +) vcs_info(ydb-core-blobstorage-ut_vdisk2) diff --git a/ydb/core/blobstorage/ut_vdisk2/CMakeLists.linux-aarch64.txt b/ydb/core/blobstorage/ut_vdisk2/CMakeLists.linux-aarch64.txt index 38c74e07837..210d080cf96 100644 --- a/ydb/core/blobstorage/ut_vdisk2/CMakeLists.linux-aarch64.txt +++ b/ydb/core/blobstorage/ut_vdisk2/CMakeLists.linux-aarch64.txt @@ -12,7 +12,6 @@ target_link_libraries(ydb-core-blobstorage-ut_vdisk2 PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main cpp-testing-unittest core-blobstorage-backpressure @@ -76,4 +75,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-blobstorage-ut_vdisk2 + cpp-malloc-jemalloc +) vcs_info(ydb-core-blobstorage-ut_vdisk2) diff --git a/ydb/core/blobstorage/ut_vdisk2/CMakeLists.linux-x86_64.txt b/ydb/core/blobstorage/ut_vdisk2/CMakeLists.linux-x86_64.txt index f927e067ce4..2fbd10f34ad 100644 --- a/ydb/core/blobstorage/ut_vdisk2/CMakeLists.linux-x86_64.txt +++ b/ydb/core/blobstorage/ut_vdisk2/CMakeLists.linux-x86_64.txt @@ -12,8 +12,6 @@ target_link_libraries(ydb-core-blobstorage-ut_vdisk2 PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main cpp-testing-unittest @@ -78,4 +76,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-blobstorage-ut_vdisk2 + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-blobstorage-ut_vdisk2) diff --git a/ydb/core/blobstorage/ut_vdisk2/CMakeLists.windows-x86_64.txt b/ydb/core/blobstorage/ut_vdisk2/CMakeLists.windows-x86_64.txt index 33264ad3f07..9f290235a73 100644 --- a/ydb/core/blobstorage/ut_vdisk2/CMakeLists.windows-x86_64.txt +++ b/ydb/core/blobstorage/ut_vdisk2/CMakeLists.windows-x86_64.txt @@ -11,7 +11,6 @@ add_executable(ydb-core-blobstorage-ut_vdisk2) target_link_libraries(ydb-core-blobstorage-ut_vdisk2 PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main cpp-testing-unittest @@ -66,4 +65,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-blobstorage-ut_vdisk2 + system_allocator +) vcs_info(ydb-core-blobstorage-ut_vdisk2) diff --git a/ydb/core/blobstorage/vdisk/anubis_osiris/ut/CMakeLists.darwin-x86_64.txt b/ydb/core/blobstorage/vdisk/anubis_osiris/ut/CMakeLists.darwin-x86_64.txt index daf93dfa2e2..18783cd684a 100644 --- a/ydb/core/blobstorage/vdisk/anubis_osiris/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/blobstorage/vdisk/anubis_osiris/ut/CMakeLists.darwin-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-core-blobstorage-vdisk-anubis_osiris-ut PRIVATE target_link_libraries(ydb-core-blobstorage-vdisk-anubis_osiris-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main blobstorage-vdisk-anubis_osiris @@ -72,4 +71,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-blobstorage-vdisk-anubis_osiris-ut + system_allocator +) vcs_info(ydb-core-blobstorage-vdisk-anubis_osiris-ut) diff --git a/ydb/core/blobstorage/vdisk/anubis_osiris/ut/CMakeLists.linux-aarch64.txt b/ydb/core/blobstorage/vdisk/anubis_osiris/ut/CMakeLists.linux-aarch64.txt index 862b31f29a1..dbf401412f8 100644 --- a/ydb/core/blobstorage/vdisk/anubis_osiris/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/core/blobstorage/vdisk/anubis_osiris/ut/CMakeLists.linux-aarch64.txt @@ -15,7 +15,6 @@ target_link_libraries(ydb-core-blobstorage-vdisk-anubis_osiris-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main blobstorage-vdisk-anubis_osiris library-cpp-getopt @@ -75,4 +74,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-blobstorage-vdisk-anubis_osiris-ut + cpp-malloc-jemalloc +) vcs_info(ydb-core-blobstorage-vdisk-anubis_osiris-ut) diff --git a/ydb/core/blobstorage/vdisk/anubis_osiris/ut/CMakeLists.linux-x86_64.txt b/ydb/core/blobstorage/vdisk/anubis_osiris/ut/CMakeLists.linux-x86_64.txt index c453a1edb1e..b23696e6741 100644 --- a/ydb/core/blobstorage/vdisk/anubis_osiris/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/core/blobstorage/vdisk/anubis_osiris/ut/CMakeLists.linux-x86_64.txt @@ -15,8 +15,6 @@ target_link_libraries(ydb-core-blobstorage-vdisk-anubis_osiris-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main blobstorage-vdisk-anubis_osiris @@ -77,4 +75,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-blobstorage-vdisk-anubis_osiris-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-blobstorage-vdisk-anubis_osiris-ut) diff --git a/ydb/core/blobstorage/vdisk/anubis_osiris/ut/CMakeLists.windows-x86_64.txt b/ydb/core/blobstorage/vdisk/anubis_osiris/ut/CMakeLists.windows-x86_64.txt index 19af00e48ef..d9a75e33490 100644 --- a/ydb/core/blobstorage/vdisk/anubis_osiris/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/core/blobstorage/vdisk/anubis_osiris/ut/CMakeLists.windows-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-core-blobstorage-vdisk-anubis_osiris-ut PRIVATE target_link_libraries(ydb-core-blobstorage-vdisk-anubis_osiris-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main blobstorage-vdisk-anubis_osiris @@ -65,4 +64,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-blobstorage-vdisk-anubis_osiris-ut + system_allocator +) vcs_info(ydb-core-blobstorage-vdisk-anubis_osiris-ut) diff --git a/ydb/core/blobstorage/vdisk/common/ut/CMakeLists.darwin-x86_64.txt b/ydb/core/blobstorage/vdisk/common/ut/CMakeLists.darwin-x86_64.txt index 6234f2374d9..4db5b1a24d5 100644 --- a/ydb/core/blobstorage/vdisk/common/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/blobstorage/vdisk/common/ut/CMakeLists.darwin-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-core-blobstorage-vdisk-common-ut PRIVATE target_link_libraries(ydb-core-blobstorage-vdisk-common-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main blobstorage-vdisk-common @@ -82,4 +81,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-blobstorage-vdisk-common-ut + system_allocator +) vcs_info(ydb-core-blobstorage-vdisk-common-ut) diff --git a/ydb/core/blobstorage/vdisk/common/ut/CMakeLists.linux-aarch64.txt b/ydb/core/blobstorage/vdisk/common/ut/CMakeLists.linux-aarch64.txt index c9bfc9fc225..854e38b0dec 100644 --- a/ydb/core/blobstorage/vdisk/common/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/core/blobstorage/vdisk/common/ut/CMakeLists.linux-aarch64.txt @@ -15,7 +15,6 @@ target_link_libraries(ydb-core-blobstorage-vdisk-common-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main blobstorage-vdisk-common library-cpp-getopt @@ -85,4 +84,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-blobstorage-vdisk-common-ut + cpp-malloc-jemalloc +) vcs_info(ydb-core-blobstorage-vdisk-common-ut) diff --git a/ydb/core/blobstorage/vdisk/common/ut/CMakeLists.linux-x86_64.txt b/ydb/core/blobstorage/vdisk/common/ut/CMakeLists.linux-x86_64.txt index 49306bc945a..cae0ebc50fb 100644 --- a/ydb/core/blobstorage/vdisk/common/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/core/blobstorage/vdisk/common/ut/CMakeLists.linux-x86_64.txt @@ -15,8 +15,6 @@ target_link_libraries(ydb-core-blobstorage-vdisk-common-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main blobstorage-vdisk-common @@ -87,4 +85,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-blobstorage-vdisk-common-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-blobstorage-vdisk-common-ut) diff --git a/ydb/core/blobstorage/vdisk/common/ut/CMakeLists.windows-x86_64.txt b/ydb/core/blobstorage/vdisk/common/ut/CMakeLists.windows-x86_64.txt index b5d5924fcdc..13f43bbab63 100644 --- a/ydb/core/blobstorage/vdisk/common/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/core/blobstorage/vdisk/common/ut/CMakeLists.windows-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-core-blobstorage-vdisk-common-ut PRIVATE target_link_libraries(ydb-core-blobstorage-vdisk-common-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main blobstorage-vdisk-common @@ -75,4 +74,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-blobstorage-vdisk-common-ut + system_allocator +) vcs_info(ydb-core-blobstorage-vdisk-common-ut) diff --git a/ydb/core/blobstorage/vdisk/defrag/ut/CMakeLists.darwin-x86_64.txt b/ydb/core/blobstorage/vdisk/defrag/ut/CMakeLists.darwin-x86_64.txt index b1be201e22a..a81810a624c 100644 --- a/ydb/core/blobstorage/vdisk/defrag/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/blobstorage/vdisk/defrag/ut/CMakeLists.darwin-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-core-blobstorage-vdisk-defrag-ut PRIVATE target_link_libraries(ydb-core-blobstorage-vdisk-defrag-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main blobstorage-vdisk-defrag @@ -65,4 +64,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-blobstorage-vdisk-defrag-ut + system_allocator +) vcs_info(ydb-core-blobstorage-vdisk-defrag-ut) diff --git a/ydb/core/blobstorage/vdisk/defrag/ut/CMakeLists.linux-aarch64.txt b/ydb/core/blobstorage/vdisk/defrag/ut/CMakeLists.linux-aarch64.txt index 55b22033bf0..24e3bb98e69 100644 --- a/ydb/core/blobstorage/vdisk/defrag/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/core/blobstorage/vdisk/defrag/ut/CMakeLists.linux-aarch64.txt @@ -15,7 +15,6 @@ target_link_libraries(ydb-core-blobstorage-vdisk-defrag-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main blobstorage-vdisk-defrag library-cpp-getopt @@ -68,4 +67,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-blobstorage-vdisk-defrag-ut + cpp-malloc-jemalloc +) vcs_info(ydb-core-blobstorage-vdisk-defrag-ut) diff --git a/ydb/core/blobstorage/vdisk/defrag/ut/CMakeLists.linux-x86_64.txt b/ydb/core/blobstorage/vdisk/defrag/ut/CMakeLists.linux-x86_64.txt index cc1dd88a82c..065b8481b8b 100644 --- a/ydb/core/blobstorage/vdisk/defrag/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/core/blobstorage/vdisk/defrag/ut/CMakeLists.linux-x86_64.txt @@ -15,8 +15,6 @@ target_link_libraries(ydb-core-blobstorage-vdisk-defrag-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main blobstorage-vdisk-defrag @@ -70,4 +68,8 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-blobstorage-vdisk-defrag-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-blobstorage-vdisk-defrag-ut) diff --git a/ydb/core/blobstorage/vdisk/defrag/ut/CMakeLists.windows-x86_64.txt b/ydb/core/blobstorage/vdisk/defrag/ut/CMakeLists.windows-x86_64.txt index affaf0c28a7..16ab544bef6 100644 --- a/ydb/core/blobstorage/vdisk/defrag/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/core/blobstorage/vdisk/defrag/ut/CMakeLists.windows-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-core-blobstorage-vdisk-defrag-ut PRIVATE target_link_libraries(ydb-core-blobstorage-vdisk-defrag-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main blobstorage-vdisk-defrag @@ -58,4 +57,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-blobstorage-vdisk-defrag-ut + system_allocator +) vcs_info(ydb-core-blobstorage-vdisk-defrag-ut) diff --git a/ydb/core/blobstorage/vdisk/huge/ut/CMakeLists.darwin-x86_64.txt b/ydb/core/blobstorage/vdisk/huge/ut/CMakeLists.darwin-x86_64.txt index 3a11563b406..1618be180a0 100644 --- a/ydb/core/blobstorage/vdisk/huge/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/blobstorage/vdisk/huge/ut/CMakeLists.darwin-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-core-blobstorage-vdisk-huge-ut PRIVATE target_link_libraries(ydb-core-blobstorage-vdisk-huge-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main blobstorage-vdisk-huge @@ -80,4 +79,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-blobstorage-vdisk-huge-ut + system_allocator +) vcs_info(ydb-core-blobstorage-vdisk-huge-ut) diff --git a/ydb/core/blobstorage/vdisk/huge/ut/CMakeLists.linux-aarch64.txt b/ydb/core/blobstorage/vdisk/huge/ut/CMakeLists.linux-aarch64.txt index 79d1c1c18f0..aae60309152 100644 --- a/ydb/core/blobstorage/vdisk/huge/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/core/blobstorage/vdisk/huge/ut/CMakeLists.linux-aarch64.txt @@ -15,7 +15,6 @@ target_link_libraries(ydb-core-blobstorage-vdisk-huge-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main blobstorage-vdisk-huge library-cpp-getopt @@ -83,4 +82,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-blobstorage-vdisk-huge-ut + cpp-malloc-jemalloc +) vcs_info(ydb-core-blobstorage-vdisk-huge-ut) diff --git a/ydb/core/blobstorage/vdisk/huge/ut/CMakeLists.linux-x86_64.txt b/ydb/core/blobstorage/vdisk/huge/ut/CMakeLists.linux-x86_64.txt index f97f0d1fbd0..82d176152e9 100644 --- a/ydb/core/blobstorage/vdisk/huge/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/core/blobstorage/vdisk/huge/ut/CMakeLists.linux-x86_64.txt @@ -15,8 +15,6 @@ target_link_libraries(ydb-core-blobstorage-vdisk-huge-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main blobstorage-vdisk-huge @@ -85,4 +83,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-blobstorage-vdisk-huge-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-blobstorage-vdisk-huge-ut) diff --git a/ydb/core/blobstorage/vdisk/huge/ut/CMakeLists.windows-x86_64.txt b/ydb/core/blobstorage/vdisk/huge/ut/CMakeLists.windows-x86_64.txt index 0c91298081f..0d45fed9825 100644 --- a/ydb/core/blobstorage/vdisk/huge/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/core/blobstorage/vdisk/huge/ut/CMakeLists.windows-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-core-blobstorage-vdisk-huge-ut PRIVATE target_link_libraries(ydb-core-blobstorage-vdisk-huge-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main blobstorage-vdisk-huge @@ -73,4 +72,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-blobstorage-vdisk-huge-ut + system_allocator +) vcs_info(ydb-core-blobstorage-vdisk-huge-ut) diff --git a/ydb/core/blobstorage/vdisk/hulldb/barriers/ut/CMakeLists.darwin-x86_64.txt b/ydb/core/blobstorage/vdisk/hulldb/barriers/ut/CMakeLists.darwin-x86_64.txt index abe911dd4d1..b6c054d5bc6 100644 --- a/ydb/core/blobstorage/vdisk/hulldb/barriers/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/blobstorage/vdisk/hulldb/barriers/ut/CMakeLists.darwin-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-core-blobstorage-vdisk-hulldb-barriers-ut PRIVATE target_link_libraries(ydb-core-blobstorage-vdisk-hulldb-barriers-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main vdisk-hulldb-barriers @@ -73,4 +72,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-blobstorage-vdisk-hulldb-barriers-ut + system_allocator +) vcs_info(ydb-core-blobstorage-vdisk-hulldb-barriers-ut) diff --git a/ydb/core/blobstorage/vdisk/hulldb/barriers/ut/CMakeLists.linux-aarch64.txt b/ydb/core/blobstorage/vdisk/hulldb/barriers/ut/CMakeLists.linux-aarch64.txt index 01ae0e0dc80..2bb83912d89 100644 --- a/ydb/core/blobstorage/vdisk/hulldb/barriers/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/core/blobstorage/vdisk/hulldb/barriers/ut/CMakeLists.linux-aarch64.txt @@ -15,7 +15,6 @@ target_link_libraries(ydb-core-blobstorage-vdisk-hulldb-barriers-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main vdisk-hulldb-barriers library-cpp-getopt @@ -76,4 +75,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-blobstorage-vdisk-hulldb-barriers-ut + cpp-malloc-jemalloc +) vcs_info(ydb-core-blobstorage-vdisk-hulldb-barriers-ut) diff --git a/ydb/core/blobstorage/vdisk/hulldb/barriers/ut/CMakeLists.linux-x86_64.txt b/ydb/core/blobstorage/vdisk/hulldb/barriers/ut/CMakeLists.linux-x86_64.txt index e41509a78f4..e0ad742c38f 100644 --- a/ydb/core/blobstorage/vdisk/hulldb/barriers/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/core/blobstorage/vdisk/hulldb/barriers/ut/CMakeLists.linux-x86_64.txt @@ -15,8 +15,6 @@ target_link_libraries(ydb-core-blobstorage-vdisk-hulldb-barriers-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main vdisk-hulldb-barriers @@ -78,4 +76,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-blobstorage-vdisk-hulldb-barriers-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-blobstorage-vdisk-hulldb-barriers-ut) diff --git a/ydb/core/blobstorage/vdisk/hulldb/barriers/ut/CMakeLists.windows-x86_64.txt b/ydb/core/blobstorage/vdisk/hulldb/barriers/ut/CMakeLists.windows-x86_64.txt index 9ca3831cdd1..327e8f1673d 100644 --- a/ydb/core/blobstorage/vdisk/hulldb/barriers/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/core/blobstorage/vdisk/hulldb/barriers/ut/CMakeLists.windows-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-core-blobstorage-vdisk-hulldb-barriers-ut PRIVATE target_link_libraries(ydb-core-blobstorage-vdisk-hulldb-barriers-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main vdisk-hulldb-barriers @@ -66,4 +65,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-blobstorage-vdisk-hulldb-barriers-ut + system_allocator +) vcs_info(ydb-core-blobstorage-vdisk-hulldb-barriers-ut) diff --git a/ydb/core/blobstorage/vdisk/hulldb/base/ut/CMakeLists.darwin-x86_64.txt b/ydb/core/blobstorage/vdisk/hulldb/base/ut/CMakeLists.darwin-x86_64.txt index d08b8525c4a..6fab6f90753 100644 --- a/ydb/core/blobstorage/vdisk/hulldb/base/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/blobstorage/vdisk/hulldb/base/ut/CMakeLists.darwin-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-core-blobstorage-vdisk-hulldb-base-ut PRIVATE target_link_libraries(ydb-core-blobstorage-vdisk-hulldb-base-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main vdisk-hulldb-base @@ -78,4 +77,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-blobstorage-vdisk-hulldb-base-ut + system_allocator +) vcs_info(ydb-core-blobstorage-vdisk-hulldb-base-ut) diff --git a/ydb/core/blobstorage/vdisk/hulldb/base/ut/CMakeLists.linux-aarch64.txt b/ydb/core/blobstorage/vdisk/hulldb/base/ut/CMakeLists.linux-aarch64.txt index c0756cf2918..07bdc935fd6 100644 --- a/ydb/core/blobstorage/vdisk/hulldb/base/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/core/blobstorage/vdisk/hulldb/base/ut/CMakeLists.linux-aarch64.txt @@ -15,7 +15,6 @@ target_link_libraries(ydb-core-blobstorage-vdisk-hulldb-base-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main vdisk-hulldb-base library-cpp-getopt @@ -81,4 +80,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-blobstorage-vdisk-hulldb-base-ut + cpp-malloc-jemalloc +) vcs_info(ydb-core-blobstorage-vdisk-hulldb-base-ut) diff --git a/ydb/core/blobstorage/vdisk/hulldb/base/ut/CMakeLists.linux-x86_64.txt b/ydb/core/blobstorage/vdisk/hulldb/base/ut/CMakeLists.linux-x86_64.txt index ec3cfb7afcd..a71b32991af 100644 --- a/ydb/core/blobstorage/vdisk/hulldb/base/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/core/blobstorage/vdisk/hulldb/base/ut/CMakeLists.linux-x86_64.txt @@ -15,8 +15,6 @@ target_link_libraries(ydb-core-blobstorage-vdisk-hulldb-base-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main vdisk-hulldb-base @@ -83,4 +81,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-blobstorage-vdisk-hulldb-base-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-blobstorage-vdisk-hulldb-base-ut) diff --git a/ydb/core/blobstorage/vdisk/hulldb/base/ut/CMakeLists.windows-x86_64.txt b/ydb/core/blobstorage/vdisk/hulldb/base/ut/CMakeLists.windows-x86_64.txt index a05770bb03c..9257f2e0b72 100644 --- a/ydb/core/blobstorage/vdisk/hulldb/base/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/core/blobstorage/vdisk/hulldb/base/ut/CMakeLists.windows-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-core-blobstorage-vdisk-hulldb-base-ut PRIVATE target_link_libraries(ydb-core-blobstorage-vdisk-hulldb-base-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main vdisk-hulldb-base @@ -71,4 +70,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-blobstorage-vdisk-hulldb-base-ut + system_allocator +) vcs_info(ydb-core-blobstorage-vdisk-hulldb-base-ut) diff --git a/ydb/core/blobstorage/vdisk/hulldb/cache_block/ut/CMakeLists.darwin-x86_64.txt b/ydb/core/blobstorage/vdisk/hulldb/cache_block/ut/CMakeLists.darwin-x86_64.txt index d7aea4dfd51..8a08a1b8d26 100644 --- a/ydb/core/blobstorage/vdisk/hulldb/cache_block/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/blobstorage/vdisk/hulldb/cache_block/ut/CMakeLists.darwin-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-core-blobstorage-vdisk-hulldb-cache_block-ut PRIV target_link_libraries(ydb-core-blobstorage-vdisk-hulldb-cache_block-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main vdisk-hulldb-cache_block @@ -74,4 +73,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-blobstorage-vdisk-hulldb-cache_block-ut + system_allocator +) vcs_info(ydb-core-blobstorage-vdisk-hulldb-cache_block-ut) diff --git a/ydb/core/blobstorage/vdisk/hulldb/cache_block/ut/CMakeLists.linux-aarch64.txt b/ydb/core/blobstorage/vdisk/hulldb/cache_block/ut/CMakeLists.linux-aarch64.txt index f19e896b19f..ecd42d5893f 100644 --- a/ydb/core/blobstorage/vdisk/hulldb/cache_block/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/core/blobstorage/vdisk/hulldb/cache_block/ut/CMakeLists.linux-aarch64.txt @@ -15,7 +15,6 @@ target_link_libraries(ydb-core-blobstorage-vdisk-hulldb-cache_block-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main vdisk-hulldb-cache_block library-cpp-getopt @@ -77,4 +76,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-blobstorage-vdisk-hulldb-cache_block-ut + cpp-malloc-jemalloc +) vcs_info(ydb-core-blobstorage-vdisk-hulldb-cache_block-ut) diff --git a/ydb/core/blobstorage/vdisk/hulldb/cache_block/ut/CMakeLists.linux-x86_64.txt b/ydb/core/blobstorage/vdisk/hulldb/cache_block/ut/CMakeLists.linux-x86_64.txt index db0d7f99c96..90e503919f1 100644 --- a/ydb/core/blobstorage/vdisk/hulldb/cache_block/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/core/blobstorage/vdisk/hulldb/cache_block/ut/CMakeLists.linux-x86_64.txt @@ -15,8 +15,6 @@ target_link_libraries(ydb-core-blobstorage-vdisk-hulldb-cache_block-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main vdisk-hulldb-cache_block @@ -79,4 +77,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-blobstorage-vdisk-hulldb-cache_block-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-blobstorage-vdisk-hulldb-cache_block-ut) diff --git a/ydb/core/blobstorage/vdisk/hulldb/cache_block/ut/CMakeLists.windows-x86_64.txt b/ydb/core/blobstorage/vdisk/hulldb/cache_block/ut/CMakeLists.windows-x86_64.txt index e3a2e0eb696..b2d993e4b77 100644 --- a/ydb/core/blobstorage/vdisk/hulldb/cache_block/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/core/blobstorage/vdisk/hulldb/cache_block/ut/CMakeLists.windows-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-core-blobstorage-vdisk-hulldb-cache_block-ut PRIV target_link_libraries(ydb-core-blobstorage-vdisk-hulldb-cache_block-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main vdisk-hulldb-cache_block @@ -67,4 +66,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-blobstorage-vdisk-hulldb-cache_block-ut + system_allocator +) vcs_info(ydb-core-blobstorage-vdisk-hulldb-cache_block-ut) diff --git a/ydb/core/blobstorage/vdisk/hulldb/compstrat/ut/CMakeLists.darwin-x86_64.txt b/ydb/core/blobstorage/vdisk/hulldb/compstrat/ut/CMakeLists.darwin-x86_64.txt index 159a8c04f6a..eb2ac2468fc 100644 --- a/ydb/core/blobstorage/vdisk/hulldb/compstrat/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/blobstorage/vdisk/hulldb/compstrat/ut/CMakeLists.darwin-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-core-blobstorage-vdisk-hulldb-compstrat-ut PRIVAT target_link_libraries(ydb-core-blobstorage-vdisk-hulldb-compstrat-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main vdisk-hulldb-compstrat @@ -73,4 +72,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-blobstorage-vdisk-hulldb-compstrat-ut + system_allocator +) vcs_info(ydb-core-blobstorage-vdisk-hulldb-compstrat-ut) diff --git a/ydb/core/blobstorage/vdisk/hulldb/compstrat/ut/CMakeLists.linux-aarch64.txt b/ydb/core/blobstorage/vdisk/hulldb/compstrat/ut/CMakeLists.linux-aarch64.txt index c16eb8e6552..36eda4424dd 100644 --- a/ydb/core/blobstorage/vdisk/hulldb/compstrat/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/core/blobstorage/vdisk/hulldb/compstrat/ut/CMakeLists.linux-aarch64.txt @@ -15,7 +15,6 @@ target_link_libraries(ydb-core-blobstorage-vdisk-hulldb-compstrat-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main vdisk-hulldb-compstrat ydb-core-base @@ -76,4 +75,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-blobstorage-vdisk-hulldb-compstrat-ut + cpp-malloc-jemalloc +) vcs_info(ydb-core-blobstorage-vdisk-hulldb-compstrat-ut) diff --git a/ydb/core/blobstorage/vdisk/hulldb/compstrat/ut/CMakeLists.linux-x86_64.txt b/ydb/core/blobstorage/vdisk/hulldb/compstrat/ut/CMakeLists.linux-x86_64.txt index ef4dc6b054c..7119d16d965 100644 --- a/ydb/core/blobstorage/vdisk/hulldb/compstrat/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/core/blobstorage/vdisk/hulldb/compstrat/ut/CMakeLists.linux-x86_64.txt @@ -15,8 +15,6 @@ target_link_libraries(ydb-core-blobstorage-vdisk-hulldb-compstrat-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main vdisk-hulldb-compstrat @@ -78,4 +76,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-blobstorage-vdisk-hulldb-compstrat-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-blobstorage-vdisk-hulldb-compstrat-ut) diff --git a/ydb/core/blobstorage/vdisk/hulldb/compstrat/ut/CMakeLists.windows-x86_64.txt b/ydb/core/blobstorage/vdisk/hulldb/compstrat/ut/CMakeLists.windows-x86_64.txt index 9e493535da5..be411b678eb 100644 --- a/ydb/core/blobstorage/vdisk/hulldb/compstrat/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/core/blobstorage/vdisk/hulldb/compstrat/ut/CMakeLists.windows-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-core-blobstorage-vdisk-hulldb-compstrat-ut PRIVAT target_link_libraries(ydb-core-blobstorage-vdisk-hulldb-compstrat-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main vdisk-hulldb-compstrat @@ -66,4 +65,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-blobstorage-vdisk-hulldb-compstrat-ut + system_allocator +) vcs_info(ydb-core-blobstorage-vdisk-hulldb-compstrat-ut) diff --git a/ydb/core/blobstorage/vdisk/hulldb/fresh/ut/CMakeLists.darwin-x86_64.txt b/ydb/core/blobstorage/vdisk/hulldb/fresh/ut/CMakeLists.darwin-x86_64.txt index 30479bc09a5..59a813f7d8c 100644 --- a/ydb/core/blobstorage/vdisk/hulldb/fresh/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/blobstorage/vdisk/hulldb/fresh/ut/CMakeLists.darwin-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-core-blobstorage-vdisk-hulldb-fresh-ut PRIVATE target_link_libraries(ydb-core-blobstorage-vdisk-hulldb-fresh-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main vdisk-hulldb-fresh @@ -77,4 +76,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-blobstorage-vdisk-hulldb-fresh-ut + system_allocator +) vcs_info(ydb-core-blobstorage-vdisk-hulldb-fresh-ut) diff --git a/ydb/core/blobstorage/vdisk/hulldb/fresh/ut/CMakeLists.linux-aarch64.txt b/ydb/core/blobstorage/vdisk/hulldb/fresh/ut/CMakeLists.linux-aarch64.txt index c8e4e886f4d..5e242c602e4 100644 --- a/ydb/core/blobstorage/vdisk/hulldb/fresh/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/core/blobstorage/vdisk/hulldb/fresh/ut/CMakeLists.linux-aarch64.txt @@ -15,7 +15,6 @@ target_link_libraries(ydb-core-blobstorage-vdisk-hulldb-fresh-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main vdisk-hulldb-fresh library-cpp-getopt @@ -80,4 +79,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-blobstorage-vdisk-hulldb-fresh-ut + cpp-malloc-jemalloc +) vcs_info(ydb-core-blobstorage-vdisk-hulldb-fresh-ut) diff --git a/ydb/core/blobstorage/vdisk/hulldb/fresh/ut/CMakeLists.linux-x86_64.txt b/ydb/core/blobstorage/vdisk/hulldb/fresh/ut/CMakeLists.linux-x86_64.txt index 982d9742b2b..d41b6f2895f 100644 --- a/ydb/core/blobstorage/vdisk/hulldb/fresh/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/core/blobstorage/vdisk/hulldb/fresh/ut/CMakeLists.linux-x86_64.txt @@ -15,8 +15,6 @@ target_link_libraries(ydb-core-blobstorage-vdisk-hulldb-fresh-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main vdisk-hulldb-fresh @@ -82,4 +80,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-blobstorage-vdisk-hulldb-fresh-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-blobstorage-vdisk-hulldb-fresh-ut) diff --git a/ydb/core/blobstorage/vdisk/hulldb/fresh/ut/CMakeLists.windows-x86_64.txt b/ydb/core/blobstorage/vdisk/hulldb/fresh/ut/CMakeLists.windows-x86_64.txt index 7b68875c500..0e79645ecdd 100644 --- a/ydb/core/blobstorage/vdisk/hulldb/fresh/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/core/blobstorage/vdisk/hulldb/fresh/ut/CMakeLists.windows-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-core-blobstorage-vdisk-hulldb-fresh-ut PRIVATE target_link_libraries(ydb-core-blobstorage-vdisk-hulldb-fresh-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main vdisk-hulldb-fresh @@ -70,4 +69,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-blobstorage-vdisk-hulldb-fresh-ut + system_allocator +) vcs_info(ydb-core-blobstorage-vdisk-hulldb-fresh-ut) diff --git a/ydb/core/blobstorage/vdisk/hulldb/generic/ut/CMakeLists.darwin-x86_64.txt b/ydb/core/blobstorage/vdisk/hulldb/generic/ut/CMakeLists.darwin-x86_64.txt index 301f5551487..24be005d68a 100644 --- a/ydb/core/blobstorage/vdisk/hulldb/generic/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/blobstorage/vdisk/hulldb/generic/ut/CMakeLists.darwin-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-core-blobstorage-vdisk-hulldb-generic-ut PRIVATE target_link_libraries(ydb-core-blobstorage-vdisk-hulldb-generic-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main vdisk-hulldb-generic @@ -75,4 +74,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-blobstorage-vdisk-hulldb-generic-ut + system_allocator +) vcs_info(ydb-core-blobstorage-vdisk-hulldb-generic-ut) diff --git a/ydb/core/blobstorage/vdisk/hulldb/generic/ut/CMakeLists.linux-aarch64.txt b/ydb/core/blobstorage/vdisk/hulldb/generic/ut/CMakeLists.linux-aarch64.txt index 1a38b383083..011355907fe 100644 --- a/ydb/core/blobstorage/vdisk/hulldb/generic/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/core/blobstorage/vdisk/hulldb/generic/ut/CMakeLists.linux-aarch64.txt @@ -15,7 +15,6 @@ target_link_libraries(ydb-core-blobstorage-vdisk-hulldb-generic-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main vdisk-hulldb-generic library-cpp-getopt @@ -78,4 +77,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-blobstorage-vdisk-hulldb-generic-ut + cpp-malloc-jemalloc +) vcs_info(ydb-core-blobstorage-vdisk-hulldb-generic-ut) diff --git a/ydb/core/blobstorage/vdisk/hulldb/generic/ut/CMakeLists.linux-x86_64.txt b/ydb/core/blobstorage/vdisk/hulldb/generic/ut/CMakeLists.linux-x86_64.txt index 84177df9876..a7b32bc5af7 100644 --- a/ydb/core/blobstorage/vdisk/hulldb/generic/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/core/blobstorage/vdisk/hulldb/generic/ut/CMakeLists.linux-x86_64.txt @@ -15,8 +15,6 @@ target_link_libraries(ydb-core-blobstorage-vdisk-hulldb-generic-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main vdisk-hulldb-generic @@ -80,4 +78,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-blobstorage-vdisk-hulldb-generic-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-blobstorage-vdisk-hulldb-generic-ut) diff --git a/ydb/core/blobstorage/vdisk/hulldb/generic/ut/CMakeLists.windows-x86_64.txt b/ydb/core/blobstorage/vdisk/hulldb/generic/ut/CMakeLists.windows-x86_64.txt index eb2d440eee1..08f67bab0c1 100644 --- a/ydb/core/blobstorage/vdisk/hulldb/generic/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/core/blobstorage/vdisk/hulldb/generic/ut/CMakeLists.windows-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-core-blobstorage-vdisk-hulldb-generic-ut PRIVATE target_link_libraries(ydb-core-blobstorage-vdisk-hulldb-generic-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main vdisk-hulldb-generic @@ -68,4 +67,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-blobstorage-vdisk-hulldb-generic-ut + system_allocator +) vcs_info(ydb-core-blobstorage-vdisk-hulldb-generic-ut) diff --git a/ydb/core/blobstorage/vdisk/hullop/ut/CMakeLists.darwin-x86_64.txt b/ydb/core/blobstorage/vdisk/hullop/ut/CMakeLists.darwin-x86_64.txt index 209f330664b..a26709914db 100644 --- a/ydb/core/blobstorage/vdisk/hullop/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/blobstorage/vdisk/hullop/ut/CMakeLists.darwin-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-core-blobstorage-vdisk-hullop-ut PRIVATE target_link_libraries(ydb-core-blobstorage-vdisk-hullop-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main blobstorage-vdisk-hullop @@ -74,4 +73,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-blobstorage-vdisk-hullop-ut + system_allocator +) vcs_info(ydb-core-blobstorage-vdisk-hullop-ut) diff --git a/ydb/core/blobstorage/vdisk/hullop/ut/CMakeLists.linux-aarch64.txt b/ydb/core/blobstorage/vdisk/hullop/ut/CMakeLists.linux-aarch64.txt index c2e368e7fe5..b4c2d5d343a 100644 --- a/ydb/core/blobstorage/vdisk/hullop/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/core/blobstorage/vdisk/hullop/ut/CMakeLists.linux-aarch64.txt @@ -15,7 +15,6 @@ target_link_libraries(ydb-core-blobstorage-vdisk-hullop-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main blobstorage-vdisk-hullop library-cpp-getopt @@ -77,4 +76,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-blobstorage-vdisk-hullop-ut + cpp-malloc-jemalloc +) vcs_info(ydb-core-blobstorage-vdisk-hullop-ut) diff --git a/ydb/core/blobstorage/vdisk/hullop/ut/CMakeLists.linux-x86_64.txt b/ydb/core/blobstorage/vdisk/hullop/ut/CMakeLists.linux-x86_64.txt index 249171c2b96..f00eba32fb3 100644 --- a/ydb/core/blobstorage/vdisk/hullop/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/core/blobstorage/vdisk/hullop/ut/CMakeLists.linux-x86_64.txt @@ -15,8 +15,6 @@ target_link_libraries(ydb-core-blobstorage-vdisk-hullop-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main blobstorage-vdisk-hullop @@ -79,4 +77,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-blobstorage-vdisk-hullop-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-blobstorage-vdisk-hullop-ut) diff --git a/ydb/core/blobstorage/vdisk/hullop/ut/CMakeLists.windows-x86_64.txt b/ydb/core/blobstorage/vdisk/hullop/ut/CMakeLists.windows-x86_64.txt index 204ec0ad6da..da2ca867337 100644 --- a/ydb/core/blobstorage/vdisk/hullop/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/core/blobstorage/vdisk/hullop/ut/CMakeLists.windows-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-core-blobstorage-vdisk-hullop-ut PRIVATE target_link_libraries(ydb-core-blobstorage-vdisk-hullop-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main blobstorage-vdisk-hullop @@ -67,4 +66,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-blobstorage-vdisk-hullop-ut + system_allocator +) vcs_info(ydb-core-blobstorage-vdisk-hullop-ut) diff --git a/ydb/core/blobstorage/vdisk/ingress/ut/CMakeLists.darwin-x86_64.txt b/ydb/core/blobstorage/vdisk/ingress/ut/CMakeLists.darwin-x86_64.txt index 47b915bdb16..88d30cdd302 100644 --- a/ydb/core/blobstorage/vdisk/ingress/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/blobstorage/vdisk/ingress/ut/CMakeLists.darwin-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-core-blobstorage-vdisk-ingress-ut PRIVATE target_link_libraries(ydb-core-blobstorage-vdisk-ingress-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main blobstorage-vdisk-ingress @@ -76,4 +75,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-blobstorage-vdisk-ingress-ut + system_allocator +) vcs_info(ydb-core-blobstorage-vdisk-ingress-ut) diff --git a/ydb/core/blobstorage/vdisk/ingress/ut/CMakeLists.linux-aarch64.txt b/ydb/core/blobstorage/vdisk/ingress/ut/CMakeLists.linux-aarch64.txt index 0e8b39d966b..5babbbdc7ff 100644 --- a/ydb/core/blobstorage/vdisk/ingress/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/core/blobstorage/vdisk/ingress/ut/CMakeLists.linux-aarch64.txt @@ -15,7 +15,6 @@ target_link_libraries(ydb-core-blobstorage-vdisk-ingress-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main blobstorage-vdisk-ingress library-cpp-getopt @@ -79,4 +78,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-blobstorage-vdisk-ingress-ut + cpp-malloc-jemalloc +) vcs_info(ydb-core-blobstorage-vdisk-ingress-ut) diff --git a/ydb/core/blobstorage/vdisk/ingress/ut/CMakeLists.linux-x86_64.txt b/ydb/core/blobstorage/vdisk/ingress/ut/CMakeLists.linux-x86_64.txt index 8a0af179fcf..14e5d5bc0b4 100644 --- a/ydb/core/blobstorage/vdisk/ingress/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/core/blobstorage/vdisk/ingress/ut/CMakeLists.linux-x86_64.txt @@ -15,8 +15,6 @@ target_link_libraries(ydb-core-blobstorage-vdisk-ingress-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main blobstorage-vdisk-ingress @@ -81,4 +79,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-blobstorage-vdisk-ingress-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-blobstorage-vdisk-ingress-ut) diff --git a/ydb/core/blobstorage/vdisk/ingress/ut/CMakeLists.windows-x86_64.txt b/ydb/core/blobstorage/vdisk/ingress/ut/CMakeLists.windows-x86_64.txt index b0b486ba425..5b43ec10ab8 100644 --- a/ydb/core/blobstorage/vdisk/ingress/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/core/blobstorage/vdisk/ingress/ut/CMakeLists.windows-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-core-blobstorage-vdisk-ingress-ut PRIVATE target_link_libraries(ydb-core-blobstorage-vdisk-ingress-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main blobstorage-vdisk-ingress @@ -69,4 +68,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-blobstorage-vdisk-ingress-ut + system_allocator +) vcs_info(ydb-core-blobstorage-vdisk-ingress-ut) diff --git a/ydb/core/blobstorage/vdisk/query/ut/CMakeLists.darwin-x86_64.txt b/ydb/core/blobstorage/vdisk/query/ut/CMakeLists.darwin-x86_64.txt index 8d0df6c8485..83f4895d610 100644 --- a/ydb/core/blobstorage/vdisk/query/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/blobstorage/vdisk/query/ut/CMakeLists.darwin-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-core-blobstorage-vdisk-query-ut PRIVATE target_link_libraries(ydb-core-blobstorage-vdisk-query-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main blobstorage-vdisk-query @@ -71,4 +70,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-blobstorage-vdisk-query-ut + system_allocator +) vcs_info(ydb-core-blobstorage-vdisk-query-ut) diff --git a/ydb/core/blobstorage/vdisk/query/ut/CMakeLists.linux-aarch64.txt b/ydb/core/blobstorage/vdisk/query/ut/CMakeLists.linux-aarch64.txt index 1793bd0e422..1244deca81a 100644 --- a/ydb/core/blobstorage/vdisk/query/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/core/blobstorage/vdisk/query/ut/CMakeLists.linux-aarch64.txt @@ -15,7 +15,6 @@ target_link_libraries(ydb-core-blobstorage-vdisk-query-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main blobstorage-vdisk-query blobstorage-vdisk-huge @@ -74,4 +73,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-blobstorage-vdisk-query-ut + cpp-malloc-jemalloc +) vcs_info(ydb-core-blobstorage-vdisk-query-ut) diff --git a/ydb/core/blobstorage/vdisk/query/ut/CMakeLists.linux-x86_64.txt b/ydb/core/blobstorage/vdisk/query/ut/CMakeLists.linux-x86_64.txt index 07368b8b1fa..ebfc18f10ea 100644 --- a/ydb/core/blobstorage/vdisk/query/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/core/blobstorage/vdisk/query/ut/CMakeLists.linux-x86_64.txt @@ -15,8 +15,6 @@ target_link_libraries(ydb-core-blobstorage-vdisk-query-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main blobstorage-vdisk-query @@ -76,4 +74,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-blobstorage-vdisk-query-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-blobstorage-vdisk-query-ut) diff --git a/ydb/core/blobstorage/vdisk/query/ut/CMakeLists.windows-x86_64.txt b/ydb/core/blobstorage/vdisk/query/ut/CMakeLists.windows-x86_64.txt index 217ed6ee9f0..8b57c4d6019 100644 --- a/ydb/core/blobstorage/vdisk/query/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/core/blobstorage/vdisk/query/ut/CMakeLists.windows-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-core-blobstorage-vdisk-query-ut PRIVATE target_link_libraries(ydb-core-blobstorage-vdisk-query-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main blobstorage-vdisk-query @@ -64,4 +63,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-blobstorage-vdisk-query-ut + system_allocator +) vcs_info(ydb-core-blobstorage-vdisk-query-ut) diff --git a/ydb/core/blobstorage/vdisk/repl/ut/CMakeLists.darwin-x86_64.txt b/ydb/core/blobstorage/vdisk/repl/ut/CMakeLists.darwin-x86_64.txt index 4aa77c4f3d2..cd42f2129eb 100644 --- a/ydb/core/blobstorage/vdisk/repl/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/blobstorage/vdisk/repl/ut/CMakeLists.darwin-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-core-blobstorage-vdisk-repl-ut PRIVATE target_link_libraries(ydb-core-blobstorage-vdisk-repl-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main blobstorage-vdisk-repl @@ -75,4 +74,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-blobstorage-vdisk-repl-ut + system_allocator +) vcs_info(ydb-core-blobstorage-vdisk-repl-ut) diff --git a/ydb/core/blobstorage/vdisk/repl/ut/CMakeLists.linux-aarch64.txt b/ydb/core/blobstorage/vdisk/repl/ut/CMakeLists.linux-aarch64.txt index f97684488a0..530395ef98d 100644 --- a/ydb/core/blobstorage/vdisk/repl/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/core/blobstorage/vdisk/repl/ut/CMakeLists.linux-aarch64.txt @@ -15,7 +15,6 @@ target_link_libraries(ydb-core-blobstorage-vdisk-repl-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main blobstorage-vdisk-repl library-cpp-getopt @@ -78,4 +77,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-blobstorage-vdisk-repl-ut + cpp-malloc-jemalloc +) vcs_info(ydb-core-blobstorage-vdisk-repl-ut) diff --git a/ydb/core/blobstorage/vdisk/repl/ut/CMakeLists.linux-x86_64.txt b/ydb/core/blobstorage/vdisk/repl/ut/CMakeLists.linux-x86_64.txt index 72f5a51e211..fd4c6c13e39 100644 --- a/ydb/core/blobstorage/vdisk/repl/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/core/blobstorage/vdisk/repl/ut/CMakeLists.linux-x86_64.txt @@ -15,8 +15,6 @@ target_link_libraries(ydb-core-blobstorage-vdisk-repl-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main blobstorage-vdisk-repl @@ -80,4 +78,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-blobstorage-vdisk-repl-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-blobstorage-vdisk-repl-ut) diff --git a/ydb/core/blobstorage/vdisk/repl/ut/CMakeLists.windows-x86_64.txt b/ydb/core/blobstorage/vdisk/repl/ut/CMakeLists.windows-x86_64.txt index 512bbb06e0f..83564a2c8fb 100644 --- a/ydb/core/blobstorage/vdisk/repl/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/core/blobstorage/vdisk/repl/ut/CMakeLists.windows-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-core-blobstorage-vdisk-repl-ut PRIVATE target_link_libraries(ydb-core-blobstorage-vdisk-repl-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main blobstorage-vdisk-repl @@ -68,4 +67,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-blobstorage-vdisk-repl-ut + system_allocator +) vcs_info(ydb-core-blobstorage-vdisk-repl-ut) diff --git a/ydb/core/blobstorage/vdisk/skeleton/ut/CMakeLists.darwin-x86_64.txt b/ydb/core/blobstorage/vdisk/skeleton/ut/CMakeLists.darwin-x86_64.txt index ba7edc75177..819db2d04ef 100644 --- a/ydb/core/blobstorage/vdisk/skeleton/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/blobstorage/vdisk/skeleton/ut/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-blobstorage-vdisk-skeleton-ut PRIVATE target_link_libraries(ydb-core-blobstorage-vdisk-skeleton-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main blobstorage-vdisk-skeleton @@ -79,4 +78,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-blobstorage-vdisk-skeleton-ut + system_allocator +) vcs_info(ydb-core-blobstorage-vdisk-skeleton-ut) diff --git a/ydb/core/blobstorage/vdisk/skeleton/ut/CMakeLists.linux-aarch64.txt b/ydb/core/blobstorage/vdisk/skeleton/ut/CMakeLists.linux-aarch64.txt index b8d003ef2c1..e79e549815c 100644 --- a/ydb/core/blobstorage/vdisk/skeleton/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/core/blobstorage/vdisk/skeleton/ut/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-core-blobstorage-vdisk-skeleton-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main blobstorage-vdisk-skeleton library-cpp-getopt @@ -82,4 +81,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-blobstorage-vdisk-skeleton-ut + cpp-malloc-jemalloc +) vcs_info(ydb-core-blobstorage-vdisk-skeleton-ut) diff --git a/ydb/core/blobstorage/vdisk/skeleton/ut/CMakeLists.linux-x86_64.txt b/ydb/core/blobstorage/vdisk/skeleton/ut/CMakeLists.linux-x86_64.txt index 757c153aa14..764a1a2346e 100644 --- a/ydb/core/blobstorage/vdisk/skeleton/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/core/blobstorage/vdisk/skeleton/ut/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-core-blobstorage-vdisk-skeleton-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main blobstorage-vdisk-skeleton @@ -84,4 +82,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-blobstorage-vdisk-skeleton-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-blobstorage-vdisk-skeleton-ut) diff --git a/ydb/core/blobstorage/vdisk/skeleton/ut/CMakeLists.windows-x86_64.txt b/ydb/core/blobstorage/vdisk/skeleton/ut/CMakeLists.windows-x86_64.txt index 23e48513d88..404e8ceac67 100644 --- a/ydb/core/blobstorage/vdisk/skeleton/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/core/blobstorage/vdisk/skeleton/ut/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-blobstorage-vdisk-skeleton-ut PRIVATE target_link_libraries(ydb-core-blobstorage-vdisk-skeleton-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main blobstorage-vdisk-skeleton @@ -72,4 +71,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-blobstorage-vdisk-skeleton-ut + system_allocator +) vcs_info(ydb-core-blobstorage-vdisk-skeleton-ut) diff --git a/ydb/core/blobstorage/vdisk/syncer/ut/CMakeLists.darwin-x86_64.txt b/ydb/core/blobstorage/vdisk/syncer/ut/CMakeLists.darwin-x86_64.txt index 1ddf4789fc0..47e586bf746 100644 --- a/ydb/core/blobstorage/vdisk/syncer/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/blobstorage/vdisk/syncer/ut/CMakeLists.darwin-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-core-blobstorage-vdisk-syncer-ut PRIVATE target_link_libraries(ydb-core-blobstorage-vdisk-syncer-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main blobstorage-vdisk-syncer @@ -75,4 +74,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-blobstorage-vdisk-syncer-ut + system_allocator +) vcs_info(ydb-core-blobstorage-vdisk-syncer-ut) diff --git a/ydb/core/blobstorage/vdisk/syncer/ut/CMakeLists.linux-aarch64.txt b/ydb/core/blobstorage/vdisk/syncer/ut/CMakeLists.linux-aarch64.txt index 130cb5b49ba..b6de287e21f 100644 --- a/ydb/core/blobstorage/vdisk/syncer/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/core/blobstorage/vdisk/syncer/ut/CMakeLists.linux-aarch64.txt @@ -15,7 +15,6 @@ target_link_libraries(ydb-core-blobstorage-vdisk-syncer-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main blobstorage-vdisk-syncer library-cpp-getopt @@ -78,4 +77,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-blobstorage-vdisk-syncer-ut + cpp-malloc-jemalloc +) vcs_info(ydb-core-blobstorage-vdisk-syncer-ut) diff --git a/ydb/core/blobstorage/vdisk/syncer/ut/CMakeLists.linux-x86_64.txt b/ydb/core/blobstorage/vdisk/syncer/ut/CMakeLists.linux-x86_64.txt index fca392964d3..15bf4f809a7 100644 --- a/ydb/core/blobstorage/vdisk/syncer/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/core/blobstorage/vdisk/syncer/ut/CMakeLists.linux-x86_64.txt @@ -15,8 +15,6 @@ target_link_libraries(ydb-core-blobstorage-vdisk-syncer-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main blobstorage-vdisk-syncer @@ -80,4 +78,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-blobstorage-vdisk-syncer-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-blobstorage-vdisk-syncer-ut) diff --git a/ydb/core/blobstorage/vdisk/syncer/ut/CMakeLists.windows-x86_64.txt b/ydb/core/blobstorage/vdisk/syncer/ut/CMakeLists.windows-x86_64.txt index eb25bdae445..24fa651f953 100644 --- a/ydb/core/blobstorage/vdisk/syncer/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/core/blobstorage/vdisk/syncer/ut/CMakeLists.windows-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-core-blobstorage-vdisk-syncer-ut PRIVATE target_link_libraries(ydb-core-blobstorage-vdisk-syncer-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main blobstorage-vdisk-syncer @@ -68,4 +67,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-blobstorage-vdisk-syncer-ut + system_allocator +) vcs_info(ydb-core-blobstorage-vdisk-syncer-ut) diff --git a/ydb/core/blobstorage/vdisk/synclog/ut/CMakeLists.darwin-x86_64.txt b/ydb/core/blobstorage/vdisk/synclog/ut/CMakeLists.darwin-x86_64.txt index 19c5121bfbc..0608ca46b5a 100644 --- a/ydb/core/blobstorage/vdisk/synclog/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/blobstorage/vdisk/synclog/ut/CMakeLists.darwin-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-core-blobstorage-vdisk-synclog-ut PRIVATE target_link_libraries(ydb-core-blobstorage-vdisk-synclog-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main blobstorage-vdisk-synclog @@ -80,4 +79,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-blobstorage-vdisk-synclog-ut + system_allocator +) vcs_info(ydb-core-blobstorage-vdisk-synclog-ut) diff --git a/ydb/core/blobstorage/vdisk/synclog/ut/CMakeLists.linux-aarch64.txt b/ydb/core/blobstorage/vdisk/synclog/ut/CMakeLists.linux-aarch64.txt index e5434af4c92..b388342bad5 100644 --- a/ydb/core/blobstorage/vdisk/synclog/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/core/blobstorage/vdisk/synclog/ut/CMakeLists.linux-aarch64.txt @@ -15,7 +15,6 @@ target_link_libraries(ydb-core-blobstorage-vdisk-synclog-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main blobstorage-vdisk-synclog library-cpp-getopt @@ -83,4 +82,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-blobstorage-vdisk-synclog-ut + cpp-malloc-jemalloc +) vcs_info(ydb-core-blobstorage-vdisk-synclog-ut) diff --git a/ydb/core/blobstorage/vdisk/synclog/ut/CMakeLists.linux-x86_64.txt b/ydb/core/blobstorage/vdisk/synclog/ut/CMakeLists.linux-x86_64.txt index e2ed75d6d84..33d9f1e445f 100644 --- a/ydb/core/blobstorage/vdisk/synclog/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/core/blobstorage/vdisk/synclog/ut/CMakeLists.linux-x86_64.txt @@ -15,8 +15,6 @@ target_link_libraries(ydb-core-blobstorage-vdisk-synclog-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main blobstorage-vdisk-synclog @@ -85,4 +83,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-blobstorage-vdisk-synclog-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-blobstorage-vdisk-synclog-ut) diff --git a/ydb/core/blobstorage/vdisk/synclog/ut/CMakeLists.windows-x86_64.txt b/ydb/core/blobstorage/vdisk/synclog/ut/CMakeLists.windows-x86_64.txt index 113ed466ffb..b65db6b2924 100644 --- a/ydb/core/blobstorage/vdisk/synclog/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/core/blobstorage/vdisk/synclog/ut/CMakeLists.windows-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-core-blobstorage-vdisk-synclog-ut PRIVATE target_link_libraries(ydb-core-blobstorage-vdisk-synclog-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main blobstorage-vdisk-synclog @@ -73,4 +72,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-blobstorage-vdisk-synclog-ut + system_allocator +) vcs_info(ydb-core-blobstorage-vdisk-synclog-ut) diff --git a/ydb/core/client/metadata/ut/CMakeLists.darwin-x86_64.txt b/ydb/core/client/metadata/ut/CMakeLists.darwin-x86_64.txt index b75b4e780ca..711d57cbeac 100644 --- a/ydb/core/client/metadata/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/client/metadata/ut/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-client-metadata-ut PRIVATE target_link_libraries(ydb-core-client-metadata-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-client-metadata @@ -67,4 +66,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-client-metadata-ut + system_allocator +) vcs_info(ydb-core-client-metadata-ut) diff --git a/ydb/core/client/metadata/ut/CMakeLists.linux-aarch64.txt b/ydb/core/client/metadata/ut/CMakeLists.linux-aarch64.txt index a184008924b..4f26a42ee3f 100644 --- a/ydb/core/client/metadata/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/core/client/metadata/ut/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-core-client-metadata-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main core-client-metadata udf-service-stub @@ -70,4 +69,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-client-metadata-ut + cpp-malloc-jemalloc +) vcs_info(ydb-core-client-metadata-ut) diff --git a/ydb/core/client/metadata/ut/CMakeLists.linux-x86_64.txt b/ydb/core/client/metadata/ut/CMakeLists.linux-x86_64.txt index 68fdf96dcec..8d96ad30261 100644 --- a/ydb/core/client/metadata/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/core/client/metadata/ut/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-core-client-metadata-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main core-client-metadata @@ -72,4 +70,8 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-client-metadata-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-client-metadata-ut) diff --git a/ydb/core/client/metadata/ut/CMakeLists.windows-x86_64.txt b/ydb/core/client/metadata/ut/CMakeLists.windows-x86_64.txt index 03239ce9130..c57de3851fa 100644 --- a/ydb/core/client/metadata/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/core/client/metadata/ut/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-client-metadata-ut PRIVATE target_link_libraries(ydb-core-client-metadata-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-client-metadata @@ -60,4 +59,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-client-metadata-ut + system_allocator +) vcs_info(ydb-core-client-metadata-ut) diff --git a/ydb/core/client/minikql_compile/ut/CMakeLists.darwin-x86_64.txt b/ydb/core/client/minikql_compile/ut/CMakeLists.darwin-x86_64.txt index e8c9bae791b..a0c0fda0136 100644 --- a/ydb/core/client/minikql_compile/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/client/minikql_compile/ut/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-client-minikql_compile-ut PRIVATE target_link_libraries(ydb-core-client-minikql_compile-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc library-cpp-cpuid_check cpp-testing-unittest_main core-client-minikql_compile @@ -73,4 +72,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-client-minikql_compile-ut + cpp-malloc-jemalloc +) vcs_info(ydb-core-client-minikql_compile-ut) diff --git a/ydb/core/client/minikql_compile/ut/CMakeLists.linux-aarch64.txt b/ydb/core/client/minikql_compile/ut/CMakeLists.linux-aarch64.txt index f6a0f9a061a..4e1f9ed7474 100644 --- a/ydb/core/client/minikql_compile/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/core/client/minikql_compile/ut/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-core-client-minikql_compile-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main core-client-minikql_compile cpp-testing-unittest @@ -76,4 +75,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-client-minikql_compile-ut + cpp-malloc-jemalloc +) vcs_info(ydb-core-client-minikql_compile-ut) diff --git a/ydb/core/client/minikql_compile/ut/CMakeLists.linux-x86_64.txt b/ydb/core/client/minikql_compile/ut/CMakeLists.linux-x86_64.txt index 44089a341f7..a138e888ea0 100644 --- a/ydb/core/client/minikql_compile/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/core/client/minikql_compile/ut/CMakeLists.linux-x86_64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-core-client-minikql_compile-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc library-cpp-cpuid_check cpp-testing-unittest_main core-client-minikql_compile @@ -77,4 +76,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-client-minikql_compile-ut + cpp-malloc-jemalloc +) vcs_info(ydb-core-client-minikql_compile-ut) diff --git a/ydb/core/client/minikql_compile/ut/CMakeLists.windows-x86_64.txt b/ydb/core/client/minikql_compile/ut/CMakeLists.windows-x86_64.txt index 9b329efebb5..f910632f5ce 100644 --- a/ydb/core/client/minikql_compile/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/core/client/minikql_compile/ut/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-client-minikql_compile-ut PRIVATE target_link_libraries(ydb-core-client-minikql_compile-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-client-minikql_compile @@ -66,4 +65,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-client-minikql_compile-ut + system_allocator +) vcs_info(ydb-core-client-minikql_compile-ut) diff --git a/ydb/core/client/minikql_result_lib/ut/CMakeLists.darwin-x86_64.txt b/ydb/core/client/minikql_result_lib/ut/CMakeLists.darwin-x86_64.txt index f4d4aa95c39..8920736a101 100644 --- a/ydb/core/client/minikql_result_lib/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/client/minikql_result_lib/ut/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-client-minikql_result_lib-ut PRIVATE target_link_libraries(ydb-core-client-minikql_result_lib-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-client-minikql_result_lib @@ -75,4 +74,7 @@ set_yunittest_property( TIMEOUT 300 ) +target_allocator(ydb-core-client-minikql_result_lib-ut + system_allocator +) vcs_info(ydb-core-client-minikql_result_lib-ut) diff --git a/ydb/core/client/minikql_result_lib/ut/CMakeLists.linux-aarch64.txt b/ydb/core/client/minikql_result_lib/ut/CMakeLists.linux-aarch64.txt index 450dd306e13..692f1f1816d 100644 --- a/ydb/core/client/minikql_result_lib/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/core/client/minikql_result_lib/ut/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-core-client-minikql_result_lib-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main core-client-minikql_result_lib cpp-testing-unittest @@ -78,4 +77,7 @@ set_yunittest_property( TIMEOUT 300 ) +target_allocator(ydb-core-client-minikql_result_lib-ut + cpp-malloc-jemalloc +) vcs_info(ydb-core-client-minikql_result_lib-ut) diff --git a/ydb/core/client/minikql_result_lib/ut/CMakeLists.linux-x86_64.txt b/ydb/core/client/minikql_result_lib/ut/CMakeLists.linux-x86_64.txt index 881ee4ed1b4..37f6c488acb 100644 --- a/ydb/core/client/minikql_result_lib/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/core/client/minikql_result_lib/ut/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-core-client-minikql_result_lib-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main core-client-minikql_result_lib @@ -80,4 +78,8 @@ set_yunittest_property( TIMEOUT 300 ) +target_allocator(ydb-core-client-minikql_result_lib-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-client-minikql_result_lib-ut) diff --git a/ydb/core/client/minikql_result_lib/ut/CMakeLists.windows-x86_64.txt b/ydb/core/client/minikql_result_lib/ut/CMakeLists.windows-x86_64.txt index c9cea05eb77..dfa6015200c 100644 --- a/ydb/core/client/minikql_result_lib/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/core/client/minikql_result_lib/ut/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-client-minikql_result_lib-ut PRIVATE target_link_libraries(ydb-core-client-minikql_result_lib-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-client-minikql_result_lib @@ -68,4 +67,7 @@ set_yunittest_property( TIMEOUT 300 ) +target_allocator(ydb-core-client-minikql_result_lib-ut + system_allocator +) vcs_info(ydb-core-client-minikql_result_lib-ut) diff --git a/ydb/core/client/server/ut/CMakeLists.darwin-x86_64.txt b/ydb/core/client/server/ut/CMakeLists.darwin-x86_64.txt index ef51b1f7383..06537c3a75c 100644 --- a/ydb/core/client/server/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/client/server/ut/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-client-server-ut PRIVATE target_link_libraries(ydb-core-client-server-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-client-server @@ -77,4 +76,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-client-server-ut + system_allocator +) vcs_info(ydb-core-client-server-ut) diff --git a/ydb/core/client/server/ut/CMakeLists.linux-aarch64.txt b/ydb/core/client/server/ut/CMakeLists.linux-aarch64.txt index 9dd1ee9c390..095647ab92d 100644 --- a/ydb/core/client/server/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/core/client/server/ut/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-core-client-server-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main core-client-server cpp-testing-gmock_in_unittest @@ -80,4 +79,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-client-server-ut + cpp-malloc-jemalloc +) vcs_info(ydb-core-client-server-ut) diff --git a/ydb/core/client/server/ut/CMakeLists.linux-x86_64.txt b/ydb/core/client/server/ut/CMakeLists.linux-x86_64.txt index fca529d93f6..3f26224c619 100644 --- a/ydb/core/client/server/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/core/client/server/ut/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-core-client-server-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main core-client-server @@ -82,4 +80,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-client-server-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-client-server-ut) diff --git a/ydb/core/client/server/ut/CMakeLists.windows-x86_64.txt b/ydb/core/client/server/ut/CMakeLists.windows-x86_64.txt index 1ac6aa48ec3..88057798e88 100644 --- a/ydb/core/client/server/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/core/client/server/ut/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-client-server-ut PRIVATE target_link_libraries(ydb-core-client-server-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-client-server @@ -70,4 +69,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-client-server-ut + system_allocator +) vcs_info(ydb-core-client-server-ut) diff --git a/ydb/core/client/ut/CMakeLists.darwin-x86_64.txt b/ydb/core/client/ut/CMakeLists.darwin-x86_64.txt index 00c59453ac6..27a8521cb1f 100644 --- a/ydb/core/client/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/client/ut/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-client-ut PRIVATE target_link_libraries(ydb-core-client-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-client @@ -82,4 +81,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-client-ut + system_allocator +) vcs_info(ydb-core-client-ut) diff --git a/ydb/core/client/ut/CMakeLists.linux-aarch64.txt b/ydb/core/client/ut/CMakeLists.linux-aarch64.txt index dd4a1259be0..9cef71b7b90 100644 --- a/ydb/core/client/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/core/client/ut/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-core-client-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main ydb-core-client library-cpp-getopt @@ -85,4 +84,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-client-ut + cpp-malloc-jemalloc +) vcs_info(ydb-core-client-ut) diff --git a/ydb/core/client/ut/CMakeLists.linux-x86_64.txt b/ydb/core/client/ut/CMakeLists.linux-x86_64.txt index 5f19f08bf46..e804d63cb7c 100644 --- a/ydb/core/client/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/core/client/ut/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-core-client-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-client @@ -87,4 +85,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-client-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-client-ut) diff --git a/ydb/core/client/ut/CMakeLists.windows-x86_64.txt b/ydb/core/client/ut/CMakeLists.windows-x86_64.txt index 27697e58f82..0cd389cdf23 100644 --- a/ydb/core/client/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/core/client/ut/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-client-ut PRIVATE target_link_libraries(ydb-core-client-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-client @@ -75,4 +74,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-client-ut + system_allocator +) vcs_info(ydb-core-client-ut) diff --git a/ydb/core/cms/console/ut/CMakeLists.darwin-x86_64.txt b/ydb/core/cms/console/ut/CMakeLists.darwin-x86_64.txt index 080b1d5b256..966bdb80a6a 100644 --- a/ydb/core/cms/console/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/cms/console/ut/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-cms-console-ut PRIVATE target_link_libraries(ydb-core-cms-console-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-cms-console @@ -84,4 +83,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-cms-console-ut + system_allocator +) vcs_info(ydb-core-cms-console-ut) diff --git a/ydb/core/cms/console/ut/CMakeLists.linux-aarch64.txt b/ydb/core/cms/console/ut/CMakeLists.linux-aarch64.txt index 0eb06892732..8478050b90c 100644 --- a/ydb/core/cms/console/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/core/cms/console/ut/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-core-cms-console-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main core-cms-console library-cpp-getopt @@ -87,4 +86,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-cms-console-ut + cpp-malloc-jemalloc +) vcs_info(ydb-core-cms-console-ut) diff --git a/ydb/core/cms/console/ut/CMakeLists.linux-x86_64.txt b/ydb/core/cms/console/ut/CMakeLists.linux-x86_64.txt index a84153bfb74..e3ab82d09c3 100644 --- a/ydb/core/cms/console/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/core/cms/console/ut/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-core-cms-console-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main core-cms-console @@ -89,4 +87,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-cms-console-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-cms-console-ut) diff --git a/ydb/core/cms/console/ut/CMakeLists.windows-x86_64.txt b/ydb/core/cms/console/ut/CMakeLists.windows-x86_64.txt index 4553d2f8be4..05c7ccd4f3c 100644 --- a/ydb/core/cms/console/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/core/cms/console/ut/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-cms-console-ut PRIVATE target_link_libraries(ydb-core-cms-console-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-cms-console @@ -77,4 +76,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-cms-console-ut + system_allocator +) vcs_info(ydb-core-cms-console-ut) diff --git a/ydb/core/cms/console/validators/ut/CMakeLists.darwin-x86_64.txt b/ydb/core/cms/console/validators/ut/CMakeLists.darwin-x86_64.txt index 0a5cee271df..773ed4c1cc7 100644 --- a/ydb/core/cms/console/validators/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/cms/console/validators/ut/CMakeLists.darwin-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-core-cms-console-validators-ut PRIVATE target_link_libraries(ydb-core-cms-console-validators-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main cms-console-validators @@ -72,4 +71,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-cms-console-validators-ut + system_allocator +) vcs_info(ydb-core-cms-console-validators-ut) diff --git a/ydb/core/cms/console/validators/ut/CMakeLists.linux-aarch64.txt b/ydb/core/cms/console/validators/ut/CMakeLists.linux-aarch64.txt index fa0b65ae3c9..31fc2fe9a66 100644 --- a/ydb/core/cms/console/validators/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/core/cms/console/validators/ut/CMakeLists.linux-aarch64.txt @@ -15,7 +15,6 @@ target_link_libraries(ydb-core-cms-console-validators-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main cms-console-validators cpp-testing-unittest @@ -75,4 +74,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-cms-console-validators-ut + cpp-malloc-jemalloc +) vcs_info(ydb-core-cms-console-validators-ut) diff --git a/ydb/core/cms/console/validators/ut/CMakeLists.linux-x86_64.txt b/ydb/core/cms/console/validators/ut/CMakeLists.linux-x86_64.txt index 58097501de0..a6cd6cef991 100644 --- a/ydb/core/cms/console/validators/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/core/cms/console/validators/ut/CMakeLists.linux-x86_64.txt @@ -15,8 +15,6 @@ target_link_libraries(ydb-core-cms-console-validators-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main cms-console-validators @@ -77,4 +75,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-cms-console-validators-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-cms-console-validators-ut) diff --git a/ydb/core/cms/console/validators/ut/CMakeLists.windows-x86_64.txt b/ydb/core/cms/console/validators/ut/CMakeLists.windows-x86_64.txt index a43c5e19fc9..f53d17188ff 100644 --- a/ydb/core/cms/console/validators/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/core/cms/console/validators/ut/CMakeLists.windows-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-core-cms-console-validators-ut PRIVATE target_link_libraries(ydb-core-cms-console-validators-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main cms-console-validators @@ -65,4 +64,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-cms-console-validators-ut + system_allocator +) vcs_info(ydb-core-cms-console-validators-ut) diff --git a/ydb/core/cms/console/yaml_config/ut/CMakeLists.darwin-x86_64.txt b/ydb/core/cms/console/yaml_config/ut/CMakeLists.darwin-x86_64.txt index 30463a87a1b..2d7066199bc 100644 --- a/ydb/core/cms/console/yaml_config/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/cms/console/yaml_config/ut/CMakeLists.darwin-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-core-cms-console-yaml_config-ut PRIVATE target_link_libraries(ydb-core-cms-console-yaml_config-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main cms-console-yaml_config @@ -62,4 +61,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-cms-console-yaml_config-ut + system_allocator +) vcs_info(ydb-core-cms-console-yaml_config-ut) diff --git a/ydb/core/cms/console/yaml_config/ut/CMakeLists.linux-aarch64.txt b/ydb/core/cms/console/yaml_config/ut/CMakeLists.linux-aarch64.txt index 6d9538aab12..3194ef14402 100644 --- a/ydb/core/cms/console/yaml_config/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/core/cms/console/yaml_config/ut/CMakeLists.linux-aarch64.txt @@ -15,7 +15,6 @@ target_link_libraries(ydb-core-cms-console-yaml_config-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main cms-console-yaml_config ) @@ -65,4 +64,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-cms-console-yaml_config-ut + cpp-malloc-jemalloc +) vcs_info(ydb-core-cms-console-yaml_config-ut) diff --git a/ydb/core/cms/console/yaml_config/ut/CMakeLists.linux-x86_64.txt b/ydb/core/cms/console/yaml_config/ut/CMakeLists.linux-x86_64.txt index 6e9bb14df43..18808a169e9 100644 --- a/ydb/core/cms/console/yaml_config/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/core/cms/console/yaml_config/ut/CMakeLists.linux-x86_64.txt @@ -15,8 +15,6 @@ target_link_libraries(ydb-core-cms-console-yaml_config-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main cms-console-yaml_config @@ -67,4 +65,8 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-cms-console-yaml_config-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-cms-console-yaml_config-ut) diff --git a/ydb/core/cms/console/yaml_config/ut/CMakeLists.windows-x86_64.txt b/ydb/core/cms/console/yaml_config/ut/CMakeLists.windows-x86_64.txt index 6d3364f2329..e6160f26e75 100644 --- a/ydb/core/cms/console/yaml_config/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/core/cms/console/yaml_config/ut/CMakeLists.windows-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-core-cms-console-yaml_config-ut PRIVATE target_link_libraries(ydb-core-cms-console-yaml_config-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main cms-console-yaml_config @@ -55,4 +54,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-cms-console-yaml_config-ut + system_allocator +) vcs_info(ydb-core-cms-console-yaml_config-ut) diff --git a/ydb/core/cms/ut/CMakeLists.darwin-x86_64.txt b/ydb/core/cms/ut/CMakeLists.darwin-x86_64.txt index 447c79c4da2..922dc62a7b9 100644 --- a/ydb/core/cms/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/cms/ut/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-cms-ut PRIVATE target_link_libraries(ydb-core-cms-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-cms @@ -80,4 +79,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-cms-ut + system_allocator +) vcs_info(ydb-core-cms-ut) diff --git a/ydb/core/cms/ut/CMakeLists.linux-aarch64.txt b/ydb/core/cms/ut/CMakeLists.linux-aarch64.txt index 2c7b2ddf2da..64ee05e5931 100644 --- a/ydb/core/cms/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/core/cms/ut/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-core-cms-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main ydb-core-cms library-cpp-getopt @@ -83,4 +82,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-cms-ut + cpp-malloc-jemalloc +) vcs_info(ydb-core-cms-ut) diff --git a/ydb/core/cms/ut/CMakeLists.linux-x86_64.txt b/ydb/core/cms/ut/CMakeLists.linux-x86_64.txt index d9fadfcacbf..ede8d036c2a 100644 --- a/ydb/core/cms/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/core/cms/ut/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-core-cms-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-cms @@ -85,4 +83,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-cms-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-cms-ut) diff --git a/ydb/core/cms/ut/CMakeLists.windows-x86_64.txt b/ydb/core/cms/ut/CMakeLists.windows-x86_64.txt index 38c038d5dad..1dbbee1959a 100644 --- a/ydb/core/cms/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/core/cms/ut/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-cms-ut PRIVATE target_link_libraries(ydb-core-cms-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-cms @@ -73,4 +72,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-cms-ut + system_allocator +) vcs_info(ydb-core-cms-ut) diff --git a/ydb/core/cms/ut_sentinel/CMakeLists.darwin-x86_64.txt b/ydb/core/cms/ut_sentinel/CMakeLists.darwin-x86_64.txt index 83b0801840a..21090b142de 100644 --- a/ydb/core/cms/ut_sentinel/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/cms/ut_sentinel/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-cms-ut_sentinel PRIVATE target_link_libraries(ydb-core-cms-ut_sentinel PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-cms @@ -76,4 +75,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-cms-ut_sentinel + system_allocator +) vcs_info(ydb-core-cms-ut_sentinel) diff --git a/ydb/core/cms/ut_sentinel/CMakeLists.linux-aarch64.txt b/ydb/core/cms/ut_sentinel/CMakeLists.linux-aarch64.txt index 7518e8db7b2..b467fc19dcb 100644 --- a/ydb/core/cms/ut_sentinel/CMakeLists.linux-aarch64.txt +++ b/ydb/core/cms/ut_sentinel/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-core-cms-ut_sentinel PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main ydb-core-cms library-cpp-getopt @@ -79,4 +78,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-cms-ut_sentinel + cpp-malloc-jemalloc +) vcs_info(ydb-core-cms-ut_sentinel) diff --git a/ydb/core/cms/ut_sentinel/CMakeLists.linux-x86_64.txt b/ydb/core/cms/ut_sentinel/CMakeLists.linux-x86_64.txt index 81ba66cf19b..804549a8abe 100644 --- a/ydb/core/cms/ut_sentinel/CMakeLists.linux-x86_64.txt +++ b/ydb/core/cms/ut_sentinel/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-core-cms-ut_sentinel PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-cms @@ -81,4 +79,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-cms-ut_sentinel + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-cms-ut_sentinel) diff --git a/ydb/core/cms/ut_sentinel/CMakeLists.windows-x86_64.txt b/ydb/core/cms/ut_sentinel/CMakeLists.windows-x86_64.txt index e708f07f9f4..70f1faf287f 100644 --- a/ydb/core/cms/ut_sentinel/CMakeLists.windows-x86_64.txt +++ b/ydb/core/cms/ut_sentinel/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-cms-ut_sentinel PRIVATE target_link_libraries(ydb-core-cms-ut_sentinel PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-cms @@ -69,4 +68,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-cms-ut_sentinel + system_allocator +) vcs_info(ydb-core-cms-ut_sentinel) diff --git a/ydb/core/control/ut/CMakeLists.darwin-x86_64.txt b/ydb/core/control/ut/CMakeLists.darwin-x86_64.txt index 4116aefcd7f..9e582455eae 100644 --- a/ydb/core/control/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/control/ut/CMakeLists.darwin-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-core-control-ut PRIVATE target_link_libraries(ydb-core-control-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-control @@ -76,4 +75,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-control-ut + system_allocator +) vcs_info(ydb-core-control-ut) diff --git a/ydb/core/control/ut/CMakeLists.linux-aarch64.txt b/ydb/core/control/ut/CMakeLists.linux-aarch64.txt index 1322c6782f8..4ad9df42322 100644 --- a/ydb/core/control/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/core/control/ut/CMakeLists.linux-aarch64.txt @@ -15,7 +15,6 @@ target_link_libraries(ydb-core-control-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main ydb-core-control cpp-actors-core @@ -79,4 +78,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-control-ut + cpp-malloc-jemalloc +) vcs_info(ydb-core-control-ut) diff --git a/ydb/core/control/ut/CMakeLists.linux-x86_64.txt b/ydb/core/control/ut/CMakeLists.linux-x86_64.txt index ea8d635a5c9..c71de031589 100644 --- a/ydb/core/control/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/core/control/ut/CMakeLists.linux-x86_64.txt @@ -15,8 +15,6 @@ target_link_libraries(ydb-core-control-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-control @@ -81,4 +79,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-control-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-control-ut) diff --git a/ydb/core/control/ut/CMakeLists.windows-x86_64.txt b/ydb/core/control/ut/CMakeLists.windows-x86_64.txt index 4d1a2036b68..3abf9657ff8 100644 --- a/ydb/core/control/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/core/control/ut/CMakeLists.windows-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-core-control-ut PRIVATE target_link_libraries(ydb-core-control-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-control @@ -69,4 +68,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-control-ut + system_allocator +) vcs_info(ydb-core-control-ut) diff --git a/ydb/core/driver_lib/version/ut/CMakeLists.darwin-x86_64.txt b/ydb/core/driver_lib/version/ut/CMakeLists.darwin-x86_64.txt index d7fa5c586e7..f39d13134fb 100644 --- a/ydb/core/driver_lib/version/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/driver_lib/version/ut/CMakeLists.darwin-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-core-driver_lib-version-ut PRIVATE target_link_libraries(ydb-core-driver_lib-version-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main version @@ -63,4 +62,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-driver_lib-version-ut + system_allocator +) vcs_info(ydb-core-driver_lib-version-ut) diff --git a/ydb/core/driver_lib/version/ut/CMakeLists.linux-aarch64.txt b/ydb/core/driver_lib/version/ut/CMakeLists.linux-aarch64.txt index 2fe8ad2c066..bb4e58b45c7 100644 --- a/ydb/core/driver_lib/version/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/core/driver_lib/version/ut/CMakeLists.linux-aarch64.txt @@ -15,7 +15,6 @@ target_link_libraries(ydb-core-driver_lib-version-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main version yql-sql-pg_dummy @@ -66,4 +65,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-driver_lib-version-ut + cpp-malloc-jemalloc +) vcs_info(ydb-core-driver_lib-version-ut) diff --git a/ydb/core/driver_lib/version/ut/CMakeLists.linux-x86_64.txt b/ydb/core/driver_lib/version/ut/CMakeLists.linux-x86_64.txt index 2820945b225..d66731a83d4 100644 --- a/ydb/core/driver_lib/version/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/core/driver_lib/version/ut/CMakeLists.linux-x86_64.txt @@ -15,8 +15,6 @@ target_link_libraries(ydb-core-driver_lib-version-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main version @@ -68,4 +66,8 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-driver_lib-version-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-driver_lib-version-ut) diff --git a/ydb/core/driver_lib/version/ut/CMakeLists.windows-x86_64.txt b/ydb/core/driver_lib/version/ut/CMakeLists.windows-x86_64.txt index 78e70e2c204..75f82975de6 100644 --- a/ydb/core/driver_lib/version/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/core/driver_lib/version/ut/CMakeLists.windows-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-core-driver_lib-version-ut PRIVATE target_link_libraries(ydb-core-driver_lib-version-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main version @@ -56,4 +55,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-driver_lib-version-ut + system_allocator +) vcs_info(ydb-core-driver_lib-version-ut) diff --git a/ydb/core/engine/ut/CMakeLists.darwin-x86_64.txt b/ydb/core/engine/ut/CMakeLists.darwin-x86_64.txt index 952d4223144..77157af6b6f 100644 --- a/ydb/core/engine/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/engine/ut/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-engine-ut PRIVATE target_link_libraries(ydb-core-engine-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-engine @@ -81,4 +80,7 @@ set_yunittest_property( TIMEOUT 150 ) +target_allocator(ydb-core-engine-ut + cpp-malloc-jemalloc +) vcs_info(ydb-core-engine-ut) diff --git a/ydb/core/engine/ut/CMakeLists.linux-aarch64.txt b/ydb/core/engine/ut/CMakeLists.linux-aarch64.txt index aa098e651b9..f8f1f84e490 100644 --- a/ydb/core/engine/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/core/engine/ut/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-core-engine-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main ydb-core-engine core-engine-minikql @@ -84,4 +83,7 @@ set_yunittest_property( TIMEOUT 150 ) +target_allocator(ydb-core-engine-ut + cpp-malloc-jemalloc +) vcs_info(ydb-core-engine-ut) diff --git a/ydb/core/engine/ut/CMakeLists.linux-x86_64.txt b/ydb/core/engine/ut/CMakeLists.linux-x86_64.txt index 48d73efe8dd..caa1af7aa60 100644 --- a/ydb/core/engine/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/core/engine/ut/CMakeLists.linux-x86_64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-core-engine-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-engine @@ -85,4 +84,7 @@ set_yunittest_property( TIMEOUT 150 ) +target_allocator(ydb-core-engine-ut + cpp-malloc-jemalloc +) vcs_info(ydb-core-engine-ut) diff --git a/ydb/core/engine/ut/CMakeLists.windows-x86_64.txt b/ydb/core/engine/ut/CMakeLists.windows-x86_64.txt index dfdcef26cad..e846ff614d7 100644 --- a/ydb/core/engine/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/core/engine/ut/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-engine-ut PRIVATE target_link_libraries(ydb-core-engine-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-engine @@ -74,4 +73,7 @@ set_yunittest_property( TIMEOUT 150 ) +target_allocator(ydb-core-engine-ut + system_allocator +) vcs_info(ydb-core-engine-ut) diff --git a/ydb/core/erasure/ut/CMakeLists.darwin-x86_64.txt b/ydb/core/erasure/ut/CMakeLists.darwin-x86_64.txt index 13192f6c57e..dec5c09fdf6 100644 --- a/ydb/core/erasure/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/erasure/ut/CMakeLists.darwin-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-core-erasure-ut PRIVATE target_link_libraries(ydb-core-erasure-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-erasure @@ -68,4 +67,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-erasure-ut + system_allocator +) vcs_info(ydb-core-erasure-ut) diff --git a/ydb/core/erasure/ut/CMakeLists.linux-aarch64.txt b/ydb/core/erasure/ut/CMakeLists.linux-aarch64.txt index 3401b4f26bd..6c72ee22a9f 100644 --- a/ydb/core/erasure/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/core/erasure/ut/CMakeLists.linux-aarch64.txt @@ -15,7 +15,6 @@ target_link_libraries(ydb-core-erasure-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main ydb-core-erasure cpp-digest-crc32c @@ -73,4 +72,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-erasure-ut + cpp-malloc-jemalloc +) vcs_info(ydb-core-erasure-ut) diff --git a/ydb/core/erasure/ut/CMakeLists.linux-x86_64.txt b/ydb/core/erasure/ut/CMakeLists.linux-x86_64.txt index 0ab627b682a..10080d25d7f 100644 --- a/ydb/core/erasure/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/core/erasure/ut/CMakeLists.linux-x86_64.txt @@ -15,8 +15,6 @@ target_link_libraries(ydb-core-erasure-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-erasure @@ -75,4 +73,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-erasure-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-erasure-ut) diff --git a/ydb/core/erasure/ut/CMakeLists.windows-x86_64.txt b/ydb/core/erasure/ut/CMakeLists.windows-x86_64.txt index 8572732469e..2139f6d0dc7 100644 --- a/ydb/core/erasure/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/core/erasure/ut/CMakeLists.windows-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-core-erasure-ut PRIVATE target_link_libraries(ydb-core-erasure-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-erasure @@ -63,4 +62,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-erasure-ut + system_allocator +) vcs_info(ydb-core-erasure-ut) diff --git a/ydb/core/erasure/ut_perf/CMakeLists.darwin-x86_64.txt b/ydb/core/erasure/ut_perf/CMakeLists.darwin-x86_64.txt index bc580d779c5..3535dbf830e 100644 --- a/ydb/core/erasure/ut_perf/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/erasure/ut_perf/CMakeLists.darwin-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-core-erasure-ut_perf PRIVATE target_link_libraries(ydb-core-erasure-ut_perf PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-erasure @@ -60,4 +59,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-erasure-ut_perf + system_allocator +) vcs_info(ydb-core-erasure-ut_perf) diff --git a/ydb/core/erasure/ut_perf/CMakeLists.linux-aarch64.txt b/ydb/core/erasure/ut_perf/CMakeLists.linux-aarch64.txt index 92cdd505b53..9084a377ad9 100644 --- a/ydb/core/erasure/ut_perf/CMakeLists.linux-aarch64.txt +++ b/ydb/core/erasure/ut_perf/CMakeLists.linux-aarch64.txt @@ -15,7 +15,6 @@ target_link_libraries(ydb-core-erasure-ut_perf PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main ydb-core-erasure ) @@ -65,4 +64,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-erasure-ut_perf + cpp-malloc-jemalloc +) vcs_info(ydb-core-erasure-ut_perf) diff --git a/ydb/core/erasure/ut_perf/CMakeLists.linux-x86_64.txt b/ydb/core/erasure/ut_perf/CMakeLists.linux-x86_64.txt index 9ccffcb3b57..4ff939bb432 100644 --- a/ydb/core/erasure/ut_perf/CMakeLists.linux-x86_64.txt +++ b/ydb/core/erasure/ut_perf/CMakeLists.linux-x86_64.txt @@ -15,8 +15,6 @@ target_link_libraries(ydb-core-erasure-ut_perf PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-erasure @@ -67,4 +65,8 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-erasure-ut_perf + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-erasure-ut_perf) diff --git a/ydb/core/erasure/ut_perf/CMakeLists.windows-x86_64.txt b/ydb/core/erasure/ut_perf/CMakeLists.windows-x86_64.txt index 65829c36706..af7c68bbe07 100644 --- a/ydb/core/erasure/ut_perf/CMakeLists.windows-x86_64.txt +++ b/ydb/core/erasure/ut_perf/CMakeLists.windows-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-core-erasure-ut_perf PRIVATE target_link_libraries(ydb-core-erasure-ut_perf PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-erasure @@ -55,4 +54,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-erasure-ut_perf + system_allocator +) vcs_info(ydb-core-erasure-ut_perf) diff --git a/ydb/core/erasure/ut_rope/CMakeLists.darwin-x86_64.txt b/ydb/core/erasure/ut_rope/CMakeLists.darwin-x86_64.txt index cd29a890880..9d531bfbeab 100644 --- a/ydb/core/erasure/ut_rope/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/erasure/ut_rope/CMakeLists.darwin-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-core-erasure-ut_rope PRIVATE target_link_libraries(ydb-core-erasure-ut_rope PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-erasure @@ -68,4 +67,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-erasure-ut_rope + system_allocator +) vcs_info(ydb-core-erasure-ut_rope) diff --git a/ydb/core/erasure/ut_rope/CMakeLists.linux-aarch64.txt b/ydb/core/erasure/ut_rope/CMakeLists.linux-aarch64.txt index 245d88686f1..bf91fac5d78 100644 --- a/ydb/core/erasure/ut_rope/CMakeLists.linux-aarch64.txt +++ b/ydb/core/erasure/ut_rope/CMakeLists.linux-aarch64.txt @@ -15,7 +15,6 @@ target_link_libraries(ydb-core-erasure-ut_rope PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main ydb-core-erasure cpp-digest-crc32c @@ -73,4 +72,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-erasure-ut_rope + cpp-malloc-jemalloc +) vcs_info(ydb-core-erasure-ut_rope) diff --git a/ydb/core/erasure/ut_rope/CMakeLists.linux-x86_64.txt b/ydb/core/erasure/ut_rope/CMakeLists.linux-x86_64.txt index fb84f2005bd..5ceba48e1ed 100644 --- a/ydb/core/erasure/ut_rope/CMakeLists.linux-x86_64.txt +++ b/ydb/core/erasure/ut_rope/CMakeLists.linux-x86_64.txt @@ -15,8 +15,6 @@ target_link_libraries(ydb-core-erasure-ut_rope PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-erasure @@ -75,4 +73,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-erasure-ut_rope + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-erasure-ut_rope) diff --git a/ydb/core/erasure/ut_rope/CMakeLists.windows-x86_64.txt b/ydb/core/erasure/ut_rope/CMakeLists.windows-x86_64.txt index 9ac35a5f6ba..817347b3074 100644 --- a/ydb/core/erasure/ut_rope/CMakeLists.windows-x86_64.txt +++ b/ydb/core/erasure/ut_rope/CMakeLists.windows-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-core-erasure-ut_rope PRIVATE target_link_libraries(ydb-core-erasure-ut_rope PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-erasure @@ -63,4 +62,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-erasure-ut_rope + system_allocator +) vcs_info(ydb-core-erasure-ut_rope) diff --git a/ydb/core/external_sources/ut/CMakeLists.darwin-x86_64.txt b/ydb/core/external_sources/ut/CMakeLists.darwin-x86_64.txt index a8b0d00a815..63e20e82072 100644 --- a/ydb/core/external_sources/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/external_sources/ut/CMakeLists.darwin-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-core-external_sources-ut PRIVATE target_link_libraries(ydb-core-external_sources-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-external_sources @@ -64,4 +63,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-external_sources-ut + system_allocator +) vcs_info(ydb-core-external_sources-ut) diff --git a/ydb/core/external_sources/ut/CMakeLists.linux-aarch64.txt b/ydb/core/external_sources/ut/CMakeLists.linux-aarch64.txt index effc768c6a2..39dedfcb235 100644 --- a/ydb/core/external_sources/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/core/external_sources/ut/CMakeLists.linux-aarch64.txt @@ -15,7 +15,6 @@ target_link_libraries(ydb-core-external_sources-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main ydb-core-external_sources udf-service-stub @@ -67,4 +66,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-external_sources-ut + cpp-malloc-jemalloc +) vcs_info(ydb-core-external_sources-ut) diff --git a/ydb/core/external_sources/ut/CMakeLists.linux-x86_64.txt b/ydb/core/external_sources/ut/CMakeLists.linux-x86_64.txt index 79f8a47944c..4d47be66e2a 100644 --- a/ydb/core/external_sources/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/core/external_sources/ut/CMakeLists.linux-x86_64.txt @@ -15,8 +15,6 @@ target_link_libraries(ydb-core-external_sources-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-external_sources @@ -69,4 +67,8 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-external_sources-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-external_sources-ut) diff --git a/ydb/core/external_sources/ut/CMakeLists.windows-x86_64.txt b/ydb/core/external_sources/ut/CMakeLists.windows-x86_64.txt index b147d30121b..2cdeb163665 100644 --- a/ydb/core/external_sources/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/core/external_sources/ut/CMakeLists.windows-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-core-external_sources-ut PRIVATE target_link_libraries(ydb-core-external_sources-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-external_sources @@ -57,4 +56,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-external_sources-ut + system_allocator +) vcs_info(ydb-core-external_sources-ut) diff --git a/ydb/core/formats/ut/CMakeLists.darwin-x86_64.txt b/ydb/core/formats/ut/CMakeLists.darwin-x86_64.txt index d123cdf5be4..d46c4ba17b8 100644 --- a/ydb/core/formats/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/formats/ut/CMakeLists.darwin-x86_64.txt @@ -19,7 +19,6 @@ target_include_directories(ydb-core-formats-ut PRIVATE target_link_libraries(ydb-core-formats-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-formats @@ -73,4 +72,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-formats-ut + system_allocator +) vcs_info(ydb-core-formats-ut) diff --git a/ydb/core/formats/ut/CMakeLists.linux-aarch64.txt b/ydb/core/formats/ut/CMakeLists.linux-aarch64.txt index f9d2787995c..c8cb28b90d6 100644 --- a/ydb/core/formats/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/core/formats/ut/CMakeLists.linux-aarch64.txt @@ -20,7 +20,6 @@ target_link_libraries(ydb-core-formats-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main ydb-core-formats libs-apache-arrow @@ -76,4 +75,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-formats-ut + cpp-malloc-jemalloc +) vcs_info(ydb-core-formats-ut) diff --git a/ydb/core/formats/ut/CMakeLists.linux-x86_64.txt b/ydb/core/formats/ut/CMakeLists.linux-x86_64.txt index 2be744bfcc7..01c6008939c 100644 --- a/ydb/core/formats/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/core/formats/ut/CMakeLists.linux-x86_64.txt @@ -20,8 +20,6 @@ target_link_libraries(ydb-core-formats-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-formats @@ -78,4 +76,8 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-formats-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-formats-ut) diff --git a/ydb/core/formats/ut/CMakeLists.windows-x86_64.txt b/ydb/core/formats/ut/CMakeLists.windows-x86_64.txt index 550ea22b5df..959f87e023e 100644 --- a/ydb/core/formats/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/core/formats/ut/CMakeLists.windows-x86_64.txt @@ -19,7 +19,6 @@ target_include_directories(ydb-core-formats-ut PRIVATE target_link_libraries(ydb-core-formats-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-formats @@ -66,4 +65,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-formats-ut + system_allocator +) vcs_info(ydb-core-formats-ut) diff --git a/ydb/core/fq/libs/checkpointing/ut/CMakeLists.darwin-x86_64.txt b/ydb/core/fq/libs/checkpointing/ut/CMakeLists.darwin-x86_64.txt index 2be31becf41..f680e0bab50 100644 --- a/ydb/core/fq/libs/checkpointing/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/fq/libs/checkpointing/ut/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-fq-libs-checkpointing-ut PRIVATE target_link_libraries(ydb-core-fq-libs-checkpointing-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main fq-libs-checkpointing @@ -68,4 +67,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-fq-libs-checkpointing-ut + system_allocator +) vcs_info(ydb-core-fq-libs-checkpointing-ut) diff --git a/ydb/core/fq/libs/checkpointing/ut/CMakeLists.linux-aarch64.txt b/ydb/core/fq/libs/checkpointing/ut/CMakeLists.linux-aarch64.txt index a495af558d7..4e06e6e2fc0 100644 --- a/ydb/core/fq/libs/checkpointing/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/core/fq/libs/checkpointing/ut/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-core-fq-libs-checkpointing-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main fq-libs-checkpointing cpp-testing-unittest @@ -71,4 +70,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-fq-libs-checkpointing-ut + cpp-malloc-jemalloc +) vcs_info(ydb-core-fq-libs-checkpointing-ut) diff --git a/ydb/core/fq/libs/checkpointing/ut/CMakeLists.linux-x86_64.txt b/ydb/core/fq/libs/checkpointing/ut/CMakeLists.linux-x86_64.txt index 8e39d5acbba..9d64108808c 100644 --- a/ydb/core/fq/libs/checkpointing/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/core/fq/libs/checkpointing/ut/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-core-fq-libs-checkpointing-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main fq-libs-checkpointing @@ -73,4 +71,8 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-fq-libs-checkpointing-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-fq-libs-checkpointing-ut) diff --git a/ydb/core/fq/libs/checkpointing/ut/CMakeLists.windows-x86_64.txt b/ydb/core/fq/libs/checkpointing/ut/CMakeLists.windows-x86_64.txt index 693f26a8d27..3b0fceb7c6e 100644 --- a/ydb/core/fq/libs/checkpointing/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/core/fq/libs/checkpointing/ut/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-fq-libs-checkpointing-ut PRIVATE target_link_libraries(ydb-core-fq-libs-checkpointing-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main fq-libs-checkpointing @@ -61,4 +60,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-fq-libs-checkpointing-ut + system_allocator +) vcs_info(ydb-core-fq-libs-checkpointing-ut) diff --git a/ydb/core/fq/libs/common/ut/CMakeLists.darwin-x86_64.txt b/ydb/core/fq/libs/common/ut/CMakeLists.darwin-x86_64.txt index 8b353b2de02..96fb3c09015 100644 --- a/ydb/core/fq/libs/common/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/fq/libs/common/ut/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-fq-libs-common-ut PRIVATE target_link_libraries(ydb-core-fq-libs-common-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main fq-libs-common @@ -70,4 +69,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-fq-libs-common-ut + system_allocator +) vcs_info(ydb-core-fq-libs-common-ut) diff --git a/ydb/core/fq/libs/common/ut/CMakeLists.linux-aarch64.txt b/ydb/core/fq/libs/common/ut/CMakeLists.linux-aarch64.txt index a75ac426dda..2d2c0bafeef 100644 --- a/ydb/core/fq/libs/common/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/core/fq/libs/common/ut/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-core-fq-libs-common-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main fq-libs-common udf-service-stub @@ -73,4 +72,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-fq-libs-common-ut + cpp-malloc-jemalloc +) vcs_info(ydb-core-fq-libs-common-ut) diff --git a/ydb/core/fq/libs/common/ut/CMakeLists.linux-x86_64.txt b/ydb/core/fq/libs/common/ut/CMakeLists.linux-x86_64.txt index dcd597c6097..c49f5932f55 100644 --- a/ydb/core/fq/libs/common/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/core/fq/libs/common/ut/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-core-fq-libs-common-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main fq-libs-common @@ -75,4 +73,8 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-fq-libs-common-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-fq-libs-common-ut) diff --git a/ydb/core/fq/libs/common/ut/CMakeLists.windows-x86_64.txt b/ydb/core/fq/libs/common/ut/CMakeLists.windows-x86_64.txt index 30768902bc8..bf5ab5021f4 100644 --- a/ydb/core/fq/libs/common/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/core/fq/libs/common/ut/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-fq-libs-common-ut PRIVATE target_link_libraries(ydb-core-fq-libs-common-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main fq-libs-common @@ -63,4 +62,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-fq-libs-common-ut + system_allocator +) vcs_info(ydb-core-fq-libs-common-ut) diff --git a/ydb/core/fq/libs/control_plane_proxy/ut/CMakeLists.darwin-x86_64.txt b/ydb/core/fq/libs/control_plane_proxy/ut/CMakeLists.darwin-x86_64.txt index ffedaa14f70..f0233522fe2 100644 --- a/ydb/core/fq/libs/control_plane_proxy/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/fq/libs/control_plane_proxy/ut/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-fq-libs-control_plane_proxy-ut PRIVATE target_link_libraries(ydb-core-fq-libs-control_plane_proxy-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main fq-libs-control_plane_proxy @@ -75,4 +74,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-fq-libs-control_plane_proxy-ut + system_allocator +) vcs_info(ydb-core-fq-libs-control_plane_proxy-ut) diff --git a/ydb/core/fq/libs/control_plane_proxy/ut/CMakeLists.linux-aarch64.txt b/ydb/core/fq/libs/control_plane_proxy/ut/CMakeLists.linux-aarch64.txt index 2b0a8ab9919..7cf6780bc84 100644 --- a/ydb/core/fq/libs/control_plane_proxy/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/core/fq/libs/control_plane_proxy/ut/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-core-fq-libs-control_plane_proxy-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main fq-libs-control_plane_proxy cpp-testing-unittest @@ -78,4 +77,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-fq-libs-control_plane_proxy-ut + cpp-malloc-jemalloc +) vcs_info(ydb-core-fq-libs-control_plane_proxy-ut) diff --git a/ydb/core/fq/libs/control_plane_proxy/ut/CMakeLists.linux-x86_64.txt b/ydb/core/fq/libs/control_plane_proxy/ut/CMakeLists.linux-x86_64.txt index 896425e05c4..e59c8cbdb52 100644 --- a/ydb/core/fq/libs/control_plane_proxy/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/core/fq/libs/control_plane_proxy/ut/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-core-fq-libs-control_plane_proxy-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main fq-libs-control_plane_proxy @@ -80,4 +78,8 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-fq-libs-control_plane_proxy-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-fq-libs-control_plane_proxy-ut) diff --git a/ydb/core/fq/libs/control_plane_proxy/ut/CMakeLists.windows-x86_64.txt b/ydb/core/fq/libs/control_plane_proxy/ut/CMakeLists.windows-x86_64.txt index d760b019c8e..fdc1a06c29d 100644 --- a/ydb/core/fq/libs/control_plane_proxy/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/core/fq/libs/control_plane_proxy/ut/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-fq-libs-control_plane_proxy-ut PRIVATE target_link_libraries(ydb-core-fq-libs-control_plane_proxy-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main fq-libs-control_plane_proxy @@ -68,4 +67,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-fq-libs-control_plane_proxy-ut + system_allocator +) vcs_info(ydb-core-fq-libs-control_plane_proxy-ut) diff --git a/ydb/core/fq/libs/hmac/ut/CMakeLists.darwin-x86_64.txt b/ydb/core/fq/libs/hmac/ut/CMakeLists.darwin-x86_64.txt index d09866f8b3e..16986de7199 100644 --- a/ydb/core/fq/libs/hmac/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/fq/libs/hmac/ut/CMakeLists.darwin-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-core-fq-libs-hmac-ut PRIVATE target_link_libraries(ydb-core-fq-libs-hmac-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main fq-libs-hmac @@ -60,4 +59,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-fq-libs-hmac-ut + system_allocator +) vcs_info(ydb-core-fq-libs-hmac-ut) diff --git a/ydb/core/fq/libs/hmac/ut/CMakeLists.linux-aarch64.txt b/ydb/core/fq/libs/hmac/ut/CMakeLists.linux-aarch64.txt index ce777f76a42..6e5db5855c4 100644 --- a/ydb/core/fq/libs/hmac/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/core/fq/libs/hmac/ut/CMakeLists.linux-aarch64.txt @@ -15,7 +15,6 @@ target_link_libraries(ydb-core-fq-libs-hmac-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main fq-libs-hmac ) @@ -65,4 +64,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-fq-libs-hmac-ut + cpp-malloc-jemalloc +) vcs_info(ydb-core-fq-libs-hmac-ut) diff --git a/ydb/core/fq/libs/hmac/ut/CMakeLists.linux-x86_64.txt b/ydb/core/fq/libs/hmac/ut/CMakeLists.linux-x86_64.txt index 9fe3327d307..e48cc51a1f9 100644 --- a/ydb/core/fq/libs/hmac/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/core/fq/libs/hmac/ut/CMakeLists.linux-x86_64.txt @@ -15,8 +15,6 @@ target_link_libraries(ydb-core-fq-libs-hmac-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main fq-libs-hmac @@ -67,4 +65,8 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-fq-libs-hmac-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-fq-libs-hmac-ut) diff --git a/ydb/core/fq/libs/hmac/ut/CMakeLists.windows-x86_64.txt b/ydb/core/fq/libs/hmac/ut/CMakeLists.windows-x86_64.txt index bae63e26af3..90eaf618f48 100644 --- a/ydb/core/fq/libs/hmac/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/core/fq/libs/hmac/ut/CMakeLists.windows-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-core-fq-libs-hmac-ut PRIVATE target_link_libraries(ydb-core-fq-libs-hmac-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main fq-libs-hmac @@ -55,4 +54,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-fq-libs-hmac-ut + system_allocator +) vcs_info(ydb-core-fq-libs-hmac-ut) diff --git a/ydb/core/fq/libs/result_formatter/ut/CMakeLists.darwin-x86_64.txt b/ydb/core/fq/libs/result_formatter/ut/CMakeLists.darwin-x86_64.txt index 65e32695091..1ce2a2fce66 100644 --- a/ydb/core/fq/libs/result_formatter/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/fq/libs/result_formatter/ut/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-fq-libs-result_formatter-ut PRIVATE target_link_libraries(ydb-core-fq-libs-result_formatter-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main fq-libs-result_formatter @@ -68,4 +67,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-fq-libs-result_formatter-ut + system_allocator +) vcs_info(ydb-core-fq-libs-result_formatter-ut) diff --git a/ydb/core/fq/libs/result_formatter/ut/CMakeLists.linux-aarch64.txt b/ydb/core/fq/libs/result_formatter/ut/CMakeLists.linux-aarch64.txt index d4998b23739..4ac24a2f312 100644 --- a/ydb/core/fq/libs/result_formatter/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/core/fq/libs/result_formatter/ut/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-core-fq-libs-result_formatter-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main fq-libs-result_formatter udf-service-stub @@ -71,4 +70,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-fq-libs-result_formatter-ut + cpp-malloc-jemalloc +) vcs_info(ydb-core-fq-libs-result_formatter-ut) diff --git a/ydb/core/fq/libs/result_formatter/ut/CMakeLists.linux-x86_64.txt b/ydb/core/fq/libs/result_formatter/ut/CMakeLists.linux-x86_64.txt index c2b1a73ad13..db67a782faf 100644 --- a/ydb/core/fq/libs/result_formatter/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/core/fq/libs/result_formatter/ut/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-core-fq-libs-result_formatter-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main fq-libs-result_formatter @@ -73,4 +71,8 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-fq-libs-result_formatter-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-fq-libs-result_formatter-ut) diff --git a/ydb/core/fq/libs/result_formatter/ut/CMakeLists.windows-x86_64.txt b/ydb/core/fq/libs/result_formatter/ut/CMakeLists.windows-x86_64.txt index c2973451cc3..ddb8ba569b0 100644 --- a/ydb/core/fq/libs/result_formatter/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/core/fq/libs/result_formatter/ut/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-fq-libs-result_formatter-ut PRIVATE target_link_libraries(ydb-core-fq-libs-result_formatter-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main fq-libs-result_formatter @@ -61,4 +60,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-fq-libs-result_formatter-ut + system_allocator +) vcs_info(ydb-core-fq-libs-result_formatter-ut) diff --git a/ydb/core/fq/libs/signer/ut/CMakeLists.darwin-x86_64.txt b/ydb/core/fq/libs/signer/ut/CMakeLists.darwin-x86_64.txt index 8f6f20ae754..e1b19c75d00 100644 --- a/ydb/core/fq/libs/signer/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/fq/libs/signer/ut/CMakeLists.darwin-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-core-fq-libs-signer-ut PRIVATE target_link_libraries(ydb-core-fq-libs-signer-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main fq-libs-signer @@ -60,4 +59,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-fq-libs-signer-ut + system_allocator +) vcs_info(ydb-core-fq-libs-signer-ut) diff --git a/ydb/core/fq/libs/signer/ut/CMakeLists.linux-aarch64.txt b/ydb/core/fq/libs/signer/ut/CMakeLists.linux-aarch64.txt index ffb4255978d..bed7849db4b 100644 --- a/ydb/core/fq/libs/signer/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/core/fq/libs/signer/ut/CMakeLists.linux-aarch64.txt @@ -15,7 +15,6 @@ target_link_libraries(ydb-core-fq-libs-signer-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main fq-libs-signer ) @@ -65,4 +64,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-fq-libs-signer-ut + cpp-malloc-jemalloc +) vcs_info(ydb-core-fq-libs-signer-ut) diff --git a/ydb/core/fq/libs/signer/ut/CMakeLists.linux-x86_64.txt b/ydb/core/fq/libs/signer/ut/CMakeLists.linux-x86_64.txt index 27f7da9fd3d..35a77d9b181 100644 --- a/ydb/core/fq/libs/signer/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/core/fq/libs/signer/ut/CMakeLists.linux-x86_64.txt @@ -15,8 +15,6 @@ target_link_libraries(ydb-core-fq-libs-signer-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main fq-libs-signer @@ -67,4 +65,8 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-fq-libs-signer-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-fq-libs-signer-ut) diff --git a/ydb/core/fq/libs/signer/ut/CMakeLists.windows-x86_64.txt b/ydb/core/fq/libs/signer/ut/CMakeLists.windows-x86_64.txt index 60be5a824e1..dd9ed522086 100644 --- a/ydb/core/fq/libs/signer/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/core/fq/libs/signer/ut/CMakeLists.windows-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-core-fq-libs-signer-ut PRIVATE target_link_libraries(ydb-core-fq-libs-signer-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main fq-libs-signer @@ -55,4 +54,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-fq-libs-signer-ut + system_allocator +) vcs_info(ydb-core-fq-libs-signer-ut) diff --git a/ydb/core/fq/libs/test_connection/ut/CMakeLists.darwin-x86_64.txt b/ydb/core/fq/libs/test_connection/ut/CMakeLists.darwin-x86_64.txt index 532f8f490dd..43cc39a38d9 100644 --- a/ydb/core/fq/libs/test_connection/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/fq/libs/test_connection/ut/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-fq-libs-test_connection-ut PRIVATE target_link_libraries(ydb-core-fq-libs-test_connection-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main fq-libs-control_plane_proxy @@ -68,4 +67,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-fq-libs-test_connection-ut + system_allocator +) vcs_info(ydb-core-fq-libs-test_connection-ut) diff --git a/ydb/core/fq/libs/test_connection/ut/CMakeLists.linux-aarch64.txt b/ydb/core/fq/libs/test_connection/ut/CMakeLists.linux-aarch64.txt index 06d5f5c02f3..cfe6a23037b 100644 --- a/ydb/core/fq/libs/test_connection/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/core/fq/libs/test_connection/ut/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-core-fq-libs-test_connection-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main fq-libs-control_plane_proxy cpp-testing-unittest @@ -71,4 +70,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-fq-libs-test_connection-ut + cpp-malloc-jemalloc +) vcs_info(ydb-core-fq-libs-test_connection-ut) diff --git a/ydb/core/fq/libs/test_connection/ut/CMakeLists.linux-x86_64.txt b/ydb/core/fq/libs/test_connection/ut/CMakeLists.linux-x86_64.txt index c8d6907bf0c..31176de8510 100644 --- a/ydb/core/fq/libs/test_connection/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/core/fq/libs/test_connection/ut/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-core-fq-libs-test_connection-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main fq-libs-control_plane_proxy @@ -73,4 +71,8 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-fq-libs-test_connection-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-fq-libs-test_connection-ut) diff --git a/ydb/core/fq/libs/test_connection/ut/CMakeLists.windows-x86_64.txt b/ydb/core/fq/libs/test_connection/ut/CMakeLists.windows-x86_64.txt index 0d8a03f7d3c..662e6ce1490 100644 --- a/ydb/core/fq/libs/test_connection/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/core/fq/libs/test_connection/ut/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-fq-libs-test_connection-ut PRIVATE target_link_libraries(ydb-core-fq-libs-test_connection-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main fq-libs-control_plane_proxy @@ -61,4 +60,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-fq-libs-test_connection-ut + system_allocator +) vcs_info(ydb-core-fq-libs-test_connection-ut) diff --git a/ydb/core/grpc_services/ut/CMakeLists.darwin-x86_64.txt b/ydb/core/grpc_services/ut/CMakeLists.darwin-x86_64.txt index 517a4bcd14e..cbc84c0328f 100644 --- a/ydb/core/grpc_services/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/grpc_services/ut/CMakeLists.darwin-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-core-grpc_services-ut PRIVATE target_link_libraries(ydb-core-grpc_services-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-grpc_services @@ -68,4 +67,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-grpc_services-ut + system_allocator +) vcs_info(ydb-core-grpc_services-ut) diff --git a/ydb/core/grpc_services/ut/CMakeLists.linux-aarch64.txt b/ydb/core/grpc_services/ut/CMakeLists.linux-aarch64.txt index b28e60c6e1e..1ec3b7478c2 100644 --- a/ydb/core/grpc_services/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/core/grpc_services/ut/CMakeLists.linux-aarch64.txt @@ -15,7 +15,6 @@ target_link_libraries(ydb-core-grpc_services-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main ydb-core-grpc_services library-cpp-getopt @@ -71,4 +70,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-grpc_services-ut + cpp-malloc-jemalloc +) vcs_info(ydb-core-grpc_services-ut) diff --git a/ydb/core/grpc_services/ut/CMakeLists.linux-x86_64.txt b/ydb/core/grpc_services/ut/CMakeLists.linux-x86_64.txt index 9ad4eb6ea39..748191faf97 100644 --- a/ydb/core/grpc_services/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/core/grpc_services/ut/CMakeLists.linux-x86_64.txt @@ -15,8 +15,6 @@ target_link_libraries(ydb-core-grpc_services-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-grpc_services @@ -73,4 +71,8 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-grpc_services-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-grpc_services-ut) diff --git a/ydb/core/grpc_services/ut/CMakeLists.windows-x86_64.txt b/ydb/core/grpc_services/ut/CMakeLists.windows-x86_64.txt index f828d25f01e..e5e58ab7a4b 100644 --- a/ydb/core/grpc_services/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/core/grpc_services/ut/CMakeLists.windows-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-core-grpc_services-ut PRIVATE target_link_libraries(ydb-core-grpc_services-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-grpc_services @@ -61,4 +60,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-grpc_services-ut + system_allocator +) vcs_info(ydb-core-grpc_services-ut) diff --git a/ydb/core/grpc_streaming/ut/CMakeLists.darwin-x86_64.txt b/ydb/core/grpc_streaming/ut/CMakeLists.darwin-x86_64.txt index e7f7e9cb975..599414d0e2e 100644 --- a/ydb/core/grpc_streaming/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/grpc_streaming/ut/CMakeLists.darwin-x86_64.txt @@ -18,7 +18,6 @@ target_include_directories(ydb-core-grpc_streaming-ut PRIVATE target_link_libraries(ydb-core-grpc_streaming-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-grpc_streaming @@ -76,4 +75,7 @@ set_yunittest_property( TIMEOUT 300 ) +target_allocator(ydb-core-grpc_streaming-ut + system_allocator +) vcs_info(ydb-core-grpc_streaming-ut) diff --git a/ydb/core/grpc_streaming/ut/CMakeLists.linux-aarch64.txt b/ydb/core/grpc_streaming/ut/CMakeLists.linux-aarch64.txt index bc86c2ca4fc..2955b2fe60d 100644 --- a/ydb/core/grpc_streaming/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/core/grpc_streaming/ut/CMakeLists.linux-aarch64.txt @@ -19,7 +19,6 @@ target_link_libraries(ydb-core-grpc_streaming-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main ydb-core-grpc_streaming cpp-grpc-client @@ -79,4 +78,7 @@ set_yunittest_property( TIMEOUT 300 ) +target_allocator(ydb-core-grpc_streaming-ut + cpp-malloc-jemalloc +) vcs_info(ydb-core-grpc_streaming-ut) diff --git a/ydb/core/grpc_streaming/ut/CMakeLists.linux-x86_64.txt b/ydb/core/grpc_streaming/ut/CMakeLists.linux-x86_64.txt index b94366797e2..4fb96c14ab1 100644 --- a/ydb/core/grpc_streaming/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/core/grpc_streaming/ut/CMakeLists.linux-x86_64.txt @@ -19,8 +19,6 @@ target_link_libraries(ydb-core-grpc_streaming-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-grpc_streaming @@ -81,4 +79,8 @@ set_yunittest_property( TIMEOUT 300 ) +target_allocator(ydb-core-grpc_streaming-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-grpc_streaming-ut) diff --git a/ydb/core/grpc_streaming/ut/CMakeLists.windows-x86_64.txt b/ydb/core/grpc_streaming/ut/CMakeLists.windows-x86_64.txt index ffc243c4547..1c75c350807 100644 --- a/ydb/core/grpc_streaming/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/core/grpc_streaming/ut/CMakeLists.windows-x86_64.txt @@ -18,7 +18,6 @@ target_include_directories(ydb-core-grpc_streaming-ut PRIVATE target_link_libraries(ydb-core-grpc_streaming-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-grpc_streaming @@ -69,4 +68,7 @@ set_yunittest_property( TIMEOUT 300 ) +target_allocator(ydb-core-grpc_streaming-ut + system_allocator +) vcs_info(ydb-core-grpc_streaming-ut) diff --git a/ydb/core/health_check/ut/CMakeLists.darwin-x86_64.txt b/ydb/core/health_check/ut/CMakeLists.darwin-x86_64.txt index 944f0eec462..0a7cae7e00f 100644 --- a/ydb/core/health_check/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/health_check/ut/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-health_check-ut PRIVATE target_link_libraries(ydb-core-health_check-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-health_check @@ -66,4 +65,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-health_check-ut + system_allocator +) vcs_info(ydb-core-health_check-ut) diff --git a/ydb/core/health_check/ut/CMakeLists.linux-aarch64.txt b/ydb/core/health_check/ut/CMakeLists.linux-aarch64.txt index 2112d26e3ca..f6093300149 100644 --- a/ydb/core/health_check/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/core/health_check/ut/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-core-health_check-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main ydb-core-health_check core-testlib-default @@ -69,4 +68,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-health_check-ut + cpp-malloc-jemalloc +) vcs_info(ydb-core-health_check-ut) diff --git a/ydb/core/health_check/ut/CMakeLists.linux-x86_64.txt b/ydb/core/health_check/ut/CMakeLists.linux-x86_64.txt index f975d74e84f..a79f990b26b 100644 --- a/ydb/core/health_check/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/core/health_check/ut/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-core-health_check-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-health_check @@ -71,4 +69,8 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-health_check-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-health_check-ut) diff --git a/ydb/core/health_check/ut/CMakeLists.windows-x86_64.txt b/ydb/core/health_check/ut/CMakeLists.windows-x86_64.txt index cda2a7d58b8..444a227e1cc 100644 --- a/ydb/core/health_check/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/core/health_check/ut/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-health_check-ut PRIVATE target_link_libraries(ydb-core-health_check-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-health_check @@ -59,4 +58,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-health_check-ut + system_allocator +) vcs_info(ydb-core-health_check-ut) diff --git a/ydb/core/http_proxy/ut/CMakeLists.darwin-x86_64.txt b/ydb/core/http_proxy/ut/CMakeLists.darwin-x86_64.txt index 0bf7ef4a209..61f440c8bc1 100644 --- a/ydb/core/http_proxy/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/http_proxy/ut/CMakeLists.darwin-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-core-http_proxy-ut PRIVATE target_link_libraries(ydb-core-http_proxy-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-http_proxy @@ -69,4 +68,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-http_proxy-ut + system_allocator +) vcs_info(ydb-core-http_proxy-ut) diff --git a/ydb/core/http_proxy/ut/CMakeLists.linux-aarch64.txt b/ydb/core/http_proxy/ut/CMakeLists.linux-aarch64.txt index e5bc91b7b7c..bc7061e5d57 100644 --- a/ydb/core/http_proxy/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/core/http_proxy/ut/CMakeLists.linux-aarch64.txt @@ -15,7 +15,6 @@ target_link_libraries(ydb-core-http_proxy-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main ydb-core-http_proxy contrib-restricted-nlohmann_json @@ -72,4 +71,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-http_proxy-ut + cpp-malloc-jemalloc +) vcs_info(ydb-core-http_proxy-ut) diff --git a/ydb/core/http_proxy/ut/CMakeLists.linux-x86_64.txt b/ydb/core/http_proxy/ut/CMakeLists.linux-x86_64.txt index b1b14512a24..7362a1b1df5 100644 --- a/ydb/core/http_proxy/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/core/http_proxy/ut/CMakeLists.linux-x86_64.txt @@ -15,8 +15,6 @@ target_link_libraries(ydb-core-http_proxy-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-http_proxy @@ -74,4 +72,8 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-http_proxy-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-http_proxy-ut) diff --git a/ydb/core/http_proxy/ut/CMakeLists.windows-x86_64.txt b/ydb/core/http_proxy/ut/CMakeLists.windows-x86_64.txt index d5920645d06..24ec6801be7 100644 --- a/ydb/core/http_proxy/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/core/http_proxy/ut/CMakeLists.windows-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-core-http_proxy-ut PRIVATE target_link_libraries(ydb-core-http_proxy-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-http_proxy @@ -62,4 +61,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-http_proxy-ut + system_allocator +) vcs_info(ydb-core-http_proxy-ut) diff --git a/ydb/core/io_formats/ut/CMakeLists.darwin-x86_64.txt b/ydb/core/io_formats/ut/CMakeLists.darwin-x86_64.txt index ca940670f31..9062f2038cc 100644 --- a/ydb/core/io_formats/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/io_formats/ut/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-io_formats-ut PRIVATE target_link_libraries(ydb-core-io_formats-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-io_formats @@ -67,4 +66,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-io_formats-ut + system_allocator +) vcs_info(ydb-core-io_formats-ut) diff --git a/ydb/core/io_formats/ut/CMakeLists.linux-aarch64.txt b/ydb/core/io_formats/ut/CMakeLists.linux-aarch64.txt index a8aa6ad334f..8cad1bba569 100644 --- a/ydb/core/io_formats/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/core/io_formats/ut/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-core-io_formats-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main ydb-core-io_formats udf-service-exception_policy @@ -70,4 +69,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-io_formats-ut + cpp-malloc-jemalloc +) vcs_info(ydb-core-io_formats-ut) diff --git a/ydb/core/io_formats/ut/CMakeLists.linux-x86_64.txt b/ydb/core/io_formats/ut/CMakeLists.linux-x86_64.txt index 829ec1d1880..323ddd67b9f 100644 --- a/ydb/core/io_formats/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/core/io_formats/ut/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-core-io_formats-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-io_formats @@ -72,4 +70,8 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-io_formats-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-io_formats-ut) diff --git a/ydb/core/io_formats/ut/CMakeLists.windows-x86_64.txt b/ydb/core/io_formats/ut/CMakeLists.windows-x86_64.txt index 710e54daff0..6342af31879 100644 --- a/ydb/core/io_formats/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/core/io_formats/ut/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-io_formats-ut PRIVATE target_link_libraries(ydb-core-io_formats-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-io_formats @@ -60,4 +59,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-io_formats-ut + system_allocator +) vcs_info(ydb-core-io_formats-ut) diff --git a/ydb/core/kesus/proxy/ut/CMakeLists.darwin-x86_64.txt b/ydb/core/kesus/proxy/ut/CMakeLists.darwin-x86_64.txt index db4434cfb07..9a06807d232 100644 --- a/ydb/core/kesus/proxy/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/kesus/proxy/ut/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-kesus-proxy-ut PRIVATE target_link_libraries(ydb-core-kesus-proxy-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-kesus-proxy @@ -74,4 +73,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-kesus-proxy-ut + system_allocator +) vcs_info(ydb-core-kesus-proxy-ut) diff --git a/ydb/core/kesus/proxy/ut/CMakeLists.linux-aarch64.txt b/ydb/core/kesus/proxy/ut/CMakeLists.linux-aarch64.txt index 3d20d8e678c..a2f3d894725 100644 --- a/ydb/core/kesus/proxy/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/core/kesus/proxy/ut/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-core-kesus-proxy-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main core-kesus-proxy core-testlib-default @@ -77,4 +76,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-kesus-proxy-ut + cpp-malloc-jemalloc +) vcs_info(ydb-core-kesus-proxy-ut) diff --git a/ydb/core/kesus/proxy/ut/CMakeLists.linux-x86_64.txt b/ydb/core/kesus/proxy/ut/CMakeLists.linux-x86_64.txt index 60c0e5574d8..3940018f3a0 100644 --- a/ydb/core/kesus/proxy/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/core/kesus/proxy/ut/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-core-kesus-proxy-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main core-kesus-proxy @@ -79,4 +77,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-kesus-proxy-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-kesus-proxy-ut) diff --git a/ydb/core/kesus/proxy/ut/CMakeLists.windows-x86_64.txt b/ydb/core/kesus/proxy/ut/CMakeLists.windows-x86_64.txt index 97d1aff8ee2..4ca11281b28 100644 --- a/ydb/core/kesus/proxy/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/core/kesus/proxy/ut/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-kesus-proxy-ut PRIVATE target_link_libraries(ydb-core-kesus-proxy-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-kesus-proxy @@ -67,4 +66,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-kesus-proxy-ut + system_allocator +) vcs_info(ydb-core-kesus-proxy-ut) diff --git a/ydb/core/kesus/tablet/quoter_performance_test/CMakeLists.darwin-x86_64.txt b/ydb/core/kesus/tablet/quoter_performance_test/CMakeLists.darwin-x86_64.txt index aa3da2776ce..6a6077972bb 100644 --- a/ydb/core/kesus/tablet/quoter_performance_test/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/kesus/tablet/quoter_performance_test/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(quoter_performance_test PRIVATE target_link_libraries(quoter_performance_test PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check library-cpp-getopt cpp-testing-unittest @@ -35,4 +34,7 @@ target_sources(quoter_performance_test PRIVATE ${CMAKE_SOURCE_DIR}/ydb/core/kesus/tablet/quoter_performance_test/main.cpp ${CMAKE_SOURCE_DIR}/ydb/core/kesus/tablet/ut_helpers.cpp ) +target_allocator(quoter_performance_test + system_allocator +) vcs_info(quoter_performance_test) diff --git a/ydb/core/kesus/tablet/quoter_performance_test/CMakeLists.linux-aarch64.txt b/ydb/core/kesus/tablet/quoter_performance_test/CMakeLists.linux-aarch64.txt index f0ab78d00a1..e90fa56c1e6 100644 --- a/ydb/core/kesus/tablet/quoter_performance_test/CMakeLists.linux-aarch64.txt +++ b/ydb/core/kesus/tablet/quoter_performance_test/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(quoter_performance_test PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc library-cpp-getopt cpp-testing-unittest core-kesus-tablet @@ -38,4 +37,7 @@ target_sources(quoter_performance_test PRIVATE ${CMAKE_SOURCE_DIR}/ydb/core/kesus/tablet/quoter_performance_test/main.cpp ${CMAKE_SOURCE_DIR}/ydb/core/kesus/tablet/ut_helpers.cpp ) +target_allocator(quoter_performance_test + cpp-malloc-jemalloc +) vcs_info(quoter_performance_test) diff --git a/ydb/core/kesus/tablet/quoter_performance_test/CMakeLists.linux-x86_64.txt b/ydb/core/kesus/tablet/quoter_performance_test/CMakeLists.linux-x86_64.txt index c56508b3c09..f57e7cf3eb6 100644 --- a/ydb/core/kesus/tablet/quoter_performance_test/CMakeLists.linux-x86_64.txt +++ b/ydb/core/kesus/tablet/quoter_performance_test/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(quoter_performance_test PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check library-cpp-getopt cpp-testing-unittest @@ -40,4 +38,8 @@ target_sources(quoter_performance_test PRIVATE ${CMAKE_SOURCE_DIR}/ydb/core/kesus/tablet/quoter_performance_test/main.cpp ${CMAKE_SOURCE_DIR}/ydb/core/kesus/tablet/ut_helpers.cpp ) +target_allocator(quoter_performance_test + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(quoter_performance_test) diff --git a/ydb/core/kesus/tablet/quoter_performance_test/CMakeLists.windows-x86_64.txt b/ydb/core/kesus/tablet/quoter_performance_test/CMakeLists.windows-x86_64.txt index d9e4d761f95..03eb0f51c14 100644 --- a/ydb/core/kesus/tablet/quoter_performance_test/CMakeLists.windows-x86_64.txt +++ b/ydb/core/kesus/tablet/quoter_performance_test/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(quoter_performance_test PRIVATE target_link_libraries(quoter_performance_test PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check library-cpp-getopt cpp-testing-unittest @@ -28,4 +27,7 @@ target_sources(quoter_performance_test PRIVATE ${CMAKE_SOURCE_DIR}/ydb/core/kesus/tablet/quoter_performance_test/main.cpp ${CMAKE_SOURCE_DIR}/ydb/core/kesus/tablet/ut_helpers.cpp ) +target_allocator(quoter_performance_test + system_allocator +) vcs_info(quoter_performance_test) diff --git a/ydb/core/kesus/tablet/ut/CMakeLists.darwin-x86_64.txt b/ydb/core/kesus/tablet/ut/CMakeLists.darwin-x86_64.txt index c49d9d17da5..e7d8de9826f 100644 --- a/ydb/core/kesus/tablet/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/kesus/tablet/ut/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-kesus-tablet-ut PRIVATE target_link_libraries(ydb-core-kesus-tablet-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-kesus-tablet @@ -76,4 +75,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-kesus-tablet-ut + system_allocator +) vcs_info(ydb-core-kesus-tablet-ut) diff --git a/ydb/core/kesus/tablet/ut/CMakeLists.linux-aarch64.txt b/ydb/core/kesus/tablet/ut/CMakeLists.linux-aarch64.txt index af21b54dd33..683c26b59d9 100644 --- a/ydb/core/kesus/tablet/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/core/kesus/tablet/ut/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-core-kesus-tablet-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main core-kesus-tablet cpp-testing-gmock_in_unittest @@ -79,4 +78,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-kesus-tablet-ut + cpp-malloc-jemalloc +) vcs_info(ydb-core-kesus-tablet-ut) diff --git a/ydb/core/kesus/tablet/ut/CMakeLists.linux-x86_64.txt b/ydb/core/kesus/tablet/ut/CMakeLists.linux-x86_64.txt index 6de319761d6..4878dc0cc4b 100644 --- a/ydb/core/kesus/tablet/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/core/kesus/tablet/ut/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-core-kesus-tablet-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main core-kesus-tablet @@ -81,4 +79,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-kesus-tablet-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-kesus-tablet-ut) diff --git a/ydb/core/kesus/tablet/ut/CMakeLists.windows-x86_64.txt b/ydb/core/kesus/tablet/ut/CMakeLists.windows-x86_64.txt index 75a13a6f518..5bb666fcdc5 100644 --- a/ydb/core/kesus/tablet/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/core/kesus/tablet/ut/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-kesus-tablet-ut PRIVATE target_link_libraries(ydb-core-kesus-tablet-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-kesus-tablet @@ -69,4 +68,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-kesus-tablet-ut + system_allocator +) vcs_info(ydb-core-kesus-tablet-ut) diff --git a/ydb/core/keyvalue/ut/CMakeLists.darwin-x86_64.txt b/ydb/core/keyvalue/ut/CMakeLists.darwin-x86_64.txt index 782e67ac8b3..e7df4fb863c 100644 --- a/ydb/core/keyvalue/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/keyvalue/ut/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-keyvalue-ut PRIVATE target_link_libraries(ydb-core-keyvalue-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-keyvalue @@ -78,4 +77,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-keyvalue-ut + system_allocator +) vcs_info(ydb-core-keyvalue-ut) diff --git a/ydb/core/keyvalue/ut/CMakeLists.linux-aarch64.txt b/ydb/core/keyvalue/ut/CMakeLists.linux-aarch64.txt index 1d022975a90..9c7c785ebd2 100644 --- a/ydb/core/keyvalue/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/core/keyvalue/ut/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-core-keyvalue-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main ydb-core-keyvalue library-cpp-getopt @@ -81,4 +80,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-keyvalue-ut + cpp-malloc-jemalloc +) vcs_info(ydb-core-keyvalue-ut) diff --git a/ydb/core/keyvalue/ut/CMakeLists.linux-x86_64.txt b/ydb/core/keyvalue/ut/CMakeLists.linux-x86_64.txt index 056cdb575ad..b2835ca49bf 100644 --- a/ydb/core/keyvalue/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/core/keyvalue/ut/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-core-keyvalue-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-keyvalue @@ -83,4 +81,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-keyvalue-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-keyvalue-ut) diff --git a/ydb/core/keyvalue/ut/CMakeLists.windows-x86_64.txt b/ydb/core/keyvalue/ut/CMakeLists.windows-x86_64.txt index f149f04c5bf..015e948b791 100644 --- a/ydb/core/keyvalue/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/core/keyvalue/ut/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-keyvalue-ut PRIVATE target_link_libraries(ydb-core-keyvalue-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-keyvalue @@ -71,4 +70,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-keyvalue-ut + system_allocator +) vcs_info(ydb-core-keyvalue-ut) diff --git a/ydb/core/kqp/executer_actor/ut/CMakeLists.darwin-x86_64.txt b/ydb/core/kqp/executer_actor/ut/CMakeLists.darwin-x86_64.txt index b8ca2ba2442..02d25c233cf 100644 --- a/ydb/core/kqp/executer_actor/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/kqp/executer_actor/ut/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-kqp-executer_actor-ut PRIVATE target_link_libraries(ydb-core-kqp-executer_actor-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-kqp @@ -68,4 +67,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-kqp-executer_actor-ut + system_allocator +) vcs_info(ydb-core-kqp-executer_actor-ut) diff --git a/ydb/core/kqp/executer_actor/ut/CMakeLists.linux-aarch64.txt b/ydb/core/kqp/executer_actor/ut/CMakeLists.linux-aarch64.txt index 5bcc5f7f5c3..28cff400cb2 100644 --- a/ydb/core/kqp/executer_actor/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/core/kqp/executer_actor/ut/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-core-kqp-executer_actor-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main ydb-core-kqp core-kqp-common @@ -71,4 +70,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-kqp-executer_actor-ut + cpp-malloc-jemalloc +) vcs_info(ydb-core-kqp-executer_actor-ut) diff --git a/ydb/core/kqp/executer_actor/ut/CMakeLists.linux-x86_64.txt b/ydb/core/kqp/executer_actor/ut/CMakeLists.linux-x86_64.txt index 0378bd6e5e0..83c0e8558c2 100644 --- a/ydb/core/kqp/executer_actor/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/core/kqp/executer_actor/ut/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-core-kqp-executer_actor-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-kqp @@ -73,4 +71,8 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-kqp-executer_actor-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-kqp-executer_actor-ut) diff --git a/ydb/core/kqp/executer_actor/ut/CMakeLists.windows-x86_64.txt b/ydb/core/kqp/executer_actor/ut/CMakeLists.windows-x86_64.txt index bae278bba77..12c22e85366 100644 --- a/ydb/core/kqp/executer_actor/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/core/kqp/executer_actor/ut/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-kqp-executer_actor-ut PRIVATE target_link_libraries(ydb-core-kqp-executer_actor-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-kqp @@ -61,4 +60,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-kqp-executer_actor-ut + system_allocator +) vcs_info(ydb-core-kqp-executer_actor-ut) diff --git a/ydb/core/kqp/node_service/ut/CMakeLists.darwin-x86_64.txt b/ydb/core/kqp/node_service/ut/CMakeLists.darwin-x86_64.txt index aeca742f1a3..06af17ac2e8 100644 --- a/ydb/core/kqp/node_service/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/kqp/node_service/ut/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-kqp-node_service-ut PRIVATE target_link_libraries(ydb-core-kqp-node_service-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-kqp-node_service @@ -67,4 +66,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-kqp-node_service-ut + system_allocator +) vcs_info(ydb-core-kqp-node_service-ut) diff --git a/ydb/core/kqp/node_service/ut/CMakeLists.linux-aarch64.txt b/ydb/core/kqp/node_service/ut/CMakeLists.linux-aarch64.txt index 607bfead6a5..57cad4a781d 100644 --- a/ydb/core/kqp/node_service/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/core/kqp/node_service/ut/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-core-kqp-node_service-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main core-kqp-node_service kqp-ut-common @@ -70,4 +69,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-kqp-node_service-ut + cpp-malloc-jemalloc +) vcs_info(ydb-core-kqp-node_service-ut) diff --git a/ydb/core/kqp/node_service/ut/CMakeLists.linux-x86_64.txt b/ydb/core/kqp/node_service/ut/CMakeLists.linux-x86_64.txt index 9554d74f3ed..8fa49b95d48 100644 --- a/ydb/core/kqp/node_service/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/core/kqp/node_service/ut/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-core-kqp-node_service-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main core-kqp-node_service @@ -72,4 +70,8 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-kqp-node_service-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-kqp-node_service-ut) diff --git a/ydb/core/kqp/node_service/ut/CMakeLists.windows-x86_64.txt b/ydb/core/kqp/node_service/ut/CMakeLists.windows-x86_64.txt index 76985c3113e..5ef69b58972 100644 --- a/ydb/core/kqp/node_service/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/core/kqp/node_service/ut/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-kqp-node_service-ut PRIVATE target_link_libraries(ydb-core-kqp-node_service-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-kqp-node_service @@ -60,4 +59,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-kqp-node_service-ut + system_allocator +) vcs_info(ydb-core-kqp-node_service-ut) diff --git a/ydb/core/kqp/provider/ut/CMakeLists.darwin-x86_64.txt b/ydb/core/kqp/provider/ut/CMakeLists.darwin-x86_64.txt index 2e4351aad21..22e335609c6 100644 --- a/ydb/core/kqp/provider/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/kqp/provider/ut/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-kqp-provider-ut PRIVATE target_link_libraries(ydb-core-kqp-provider-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-kqp-provider @@ -75,4 +74,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-kqp-provider-ut + system_allocator +) vcs_info(ydb-core-kqp-provider-ut) diff --git a/ydb/core/kqp/provider/ut/CMakeLists.linux-aarch64.txt b/ydb/core/kqp/provider/ut/CMakeLists.linux-aarch64.txt index f6e65ba8b11..db547e65339 100644 --- a/ydb/core/kqp/provider/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/core/kqp/provider/ut/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-core-kqp-provider-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main core-kqp-provider core-client-minikql_result_lib @@ -78,4 +77,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-kqp-provider-ut + cpp-malloc-jemalloc +) vcs_info(ydb-core-kqp-provider-ut) diff --git a/ydb/core/kqp/provider/ut/CMakeLists.linux-x86_64.txt b/ydb/core/kqp/provider/ut/CMakeLists.linux-x86_64.txt index 1205ad3578b..ce5c4ff88d9 100644 --- a/ydb/core/kqp/provider/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/core/kqp/provider/ut/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-core-kqp-provider-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main core-kqp-provider @@ -80,4 +78,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-kqp-provider-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-kqp-provider-ut) diff --git a/ydb/core/kqp/provider/ut/CMakeLists.windows-x86_64.txt b/ydb/core/kqp/provider/ut/CMakeLists.windows-x86_64.txt index e3d6053e4c0..6e73f700893 100644 --- a/ydb/core/kqp/provider/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/core/kqp/provider/ut/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-kqp-provider-ut PRIVATE target_link_libraries(ydb-core-kqp-provider-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-kqp-provider @@ -68,4 +67,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-kqp-provider-ut + system_allocator +) vcs_info(ydb-core-kqp-provider-ut) diff --git a/ydb/core/kqp/proxy_service/ut/CMakeLists.darwin-x86_64.txt b/ydb/core/kqp/proxy_service/ut/CMakeLists.darwin-x86_64.txt index 8cf03291e15..b6e39ef8bd8 100644 --- a/ydb/core/kqp/proxy_service/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/kqp/proxy_service/ut/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-kqp-proxy_service-ut PRIVATE target_link_libraries(ydb-core-kqp-proxy_service-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-kqp-proxy_service @@ -67,4 +66,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-kqp-proxy_service-ut + system_allocator +) vcs_info(ydb-core-kqp-proxy_service-ut) diff --git a/ydb/core/kqp/proxy_service/ut/CMakeLists.linux-aarch64.txt b/ydb/core/kqp/proxy_service/ut/CMakeLists.linux-aarch64.txt index c2b3e173f82..70e40b460f9 100644 --- a/ydb/core/kqp/proxy_service/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/core/kqp/proxy_service/ut/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-core-kqp-proxy_service-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main core-kqp-proxy_service kqp-ut-common @@ -70,4 +69,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-kqp-proxy_service-ut + cpp-malloc-jemalloc +) vcs_info(ydb-core-kqp-proxy_service-ut) diff --git a/ydb/core/kqp/proxy_service/ut/CMakeLists.linux-x86_64.txt b/ydb/core/kqp/proxy_service/ut/CMakeLists.linux-x86_64.txt index c461b1be417..34a21c875df 100644 --- a/ydb/core/kqp/proxy_service/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/core/kqp/proxy_service/ut/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-core-kqp-proxy_service-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main core-kqp-proxy_service @@ -72,4 +70,8 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-kqp-proxy_service-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-kqp-proxy_service-ut) diff --git a/ydb/core/kqp/proxy_service/ut/CMakeLists.windows-x86_64.txt b/ydb/core/kqp/proxy_service/ut/CMakeLists.windows-x86_64.txt index b6f7249c4e4..a5ff789a0fe 100644 --- a/ydb/core/kqp/proxy_service/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/core/kqp/proxy_service/ut/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-kqp-proxy_service-ut PRIVATE target_link_libraries(ydb-core-kqp-proxy_service-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-kqp-proxy_service @@ -60,4 +59,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-kqp-proxy_service-ut + system_allocator +) vcs_info(ydb-core-kqp-proxy_service-ut) diff --git a/ydb/core/kqp/rm_service/ut/CMakeLists.darwin-x86_64.txt b/ydb/core/kqp/rm_service/ut/CMakeLists.darwin-x86_64.txt index 75b440b0e8a..90803ca9ac0 100644 --- a/ydb/core/kqp/rm_service/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/kqp/rm_service/ut/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-kqp-rm_service-ut PRIVATE target_link_libraries(ydb-core-kqp-rm_service-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-kqp-rm_service @@ -68,4 +67,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-kqp-rm_service-ut + system_allocator +) vcs_info(ydb-core-kqp-rm_service-ut) diff --git a/ydb/core/kqp/rm_service/ut/CMakeLists.linux-aarch64.txt b/ydb/core/kqp/rm_service/ut/CMakeLists.linux-aarch64.txt index e28f88a209e..ec9e3500580 100644 --- a/ydb/core/kqp/rm_service/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/core/kqp/rm_service/ut/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-core-kqp-rm_service-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main core-kqp-rm_service kqp-ut-common @@ -71,4 +70,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-kqp-rm_service-ut + cpp-malloc-jemalloc +) vcs_info(ydb-core-kqp-rm_service-ut) diff --git a/ydb/core/kqp/rm_service/ut/CMakeLists.linux-x86_64.txt b/ydb/core/kqp/rm_service/ut/CMakeLists.linux-x86_64.txt index e445763058e..cecb6c4da74 100644 --- a/ydb/core/kqp/rm_service/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/core/kqp/rm_service/ut/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-core-kqp-rm_service-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main core-kqp-rm_service @@ -73,4 +71,8 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-kqp-rm_service-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-kqp-rm_service-ut) diff --git a/ydb/core/kqp/rm_service/ut/CMakeLists.windows-x86_64.txt b/ydb/core/kqp/rm_service/ut/CMakeLists.windows-x86_64.txt index 32ff4b41cc8..622141b812d 100644 --- a/ydb/core/kqp/rm_service/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/core/kqp/rm_service/ut/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-kqp-rm_service-ut PRIVATE target_link_libraries(ydb-core-kqp-rm_service-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-kqp-rm_service @@ -61,4 +60,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-kqp-rm_service-ut + system_allocator +) vcs_info(ydb-core-kqp-rm_service-ut) diff --git a/ydb/core/kqp/runtime/ut/CMakeLists.darwin-x86_64.txt b/ydb/core/kqp/runtime/ut/CMakeLists.darwin-x86_64.txt index 1a4a04a2db0..896a8cd3577 100644 --- a/ydb/core/kqp/runtime/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/kqp/runtime/ut/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-kqp-runtime-ut PRIVATE target_link_libraries(ydb-core-kqp-runtime-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-kqp-runtime @@ -76,4 +75,7 @@ set_yunittest_property( TIMEOUT 180 ) +target_allocator(ydb-core-kqp-runtime-ut + system_allocator +) vcs_info(ydb-core-kqp-runtime-ut) diff --git a/ydb/core/kqp/runtime/ut/CMakeLists.linux-aarch64.txt b/ydb/core/kqp/runtime/ut/CMakeLists.linux-aarch64.txt index d16c082ae91..e197bb662ad 100644 --- a/ydb/core/kqp/runtime/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/core/kqp/runtime/ut/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-core-kqp-runtime-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main core-kqp-runtime cpp-testing-unittest @@ -79,4 +78,7 @@ set_yunittest_property( TIMEOUT 180 ) +target_allocator(ydb-core-kqp-runtime-ut + cpp-malloc-jemalloc +) vcs_info(ydb-core-kqp-runtime-ut) diff --git a/ydb/core/kqp/runtime/ut/CMakeLists.linux-x86_64.txt b/ydb/core/kqp/runtime/ut/CMakeLists.linux-x86_64.txt index c408e13ccb4..3c645384793 100644 --- a/ydb/core/kqp/runtime/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/core/kqp/runtime/ut/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-core-kqp-runtime-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main core-kqp-runtime @@ -81,4 +79,8 @@ set_yunittest_property( TIMEOUT 180 ) +target_allocator(ydb-core-kqp-runtime-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-kqp-runtime-ut) diff --git a/ydb/core/kqp/runtime/ut/CMakeLists.windows-x86_64.txt b/ydb/core/kqp/runtime/ut/CMakeLists.windows-x86_64.txt index ac0db43365b..81ecb94af87 100644 --- a/ydb/core/kqp/runtime/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/core/kqp/runtime/ut/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-kqp-runtime-ut PRIVATE target_link_libraries(ydb-core-kqp-runtime-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-kqp-runtime @@ -69,4 +68,7 @@ set_yunittest_property( TIMEOUT 180 ) +target_allocator(ydb-core-kqp-runtime-ut + system_allocator +) vcs_info(ydb-core-kqp-runtime-ut) diff --git a/ydb/core/kqp/ut/arrow/CMakeLists.darwin-x86_64.txt b/ydb/core/kqp/ut/arrow/CMakeLists.darwin-x86_64.txt index 11a7f06154c..950235bd45f 100644 --- a/ydb/core/kqp/ut/arrow/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/kqp/ut/arrow/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-kqp-ut-arrow PRIVATE target_link_libraries(ydb-core-kqp-ut-arrow PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-kqp @@ -68,4 +67,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-kqp-ut-arrow + system_allocator +) vcs_info(ydb-core-kqp-ut-arrow) diff --git a/ydb/core/kqp/ut/arrow/CMakeLists.linux-aarch64.txt b/ydb/core/kqp/ut/arrow/CMakeLists.linux-aarch64.txt index f677d279c66..b18377fade6 100644 --- a/ydb/core/kqp/ut/arrow/CMakeLists.linux-aarch64.txt +++ b/ydb/core/kqp/ut/arrow/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-core-kqp-ut-arrow PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main ydb-core-kqp kqp-ut-common @@ -71,4 +70,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-kqp-ut-arrow + cpp-malloc-jemalloc +) vcs_info(ydb-core-kqp-ut-arrow) diff --git a/ydb/core/kqp/ut/arrow/CMakeLists.linux-x86_64.txt b/ydb/core/kqp/ut/arrow/CMakeLists.linux-x86_64.txt index d3bc985e62d..7be3e356d18 100644 --- a/ydb/core/kqp/ut/arrow/CMakeLists.linux-x86_64.txt +++ b/ydb/core/kqp/ut/arrow/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-core-kqp-ut-arrow PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-kqp @@ -73,4 +71,8 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-kqp-ut-arrow + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-kqp-ut-arrow) diff --git a/ydb/core/kqp/ut/arrow/CMakeLists.windows-x86_64.txt b/ydb/core/kqp/ut/arrow/CMakeLists.windows-x86_64.txt index 07f42fb15ee..d0ecc5ceb43 100644 --- a/ydb/core/kqp/ut/arrow/CMakeLists.windows-x86_64.txt +++ b/ydb/core/kqp/ut/arrow/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-kqp-ut-arrow PRIVATE target_link_libraries(ydb-core-kqp-ut-arrow PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-kqp @@ -61,4 +60,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-kqp-ut-arrow + system_allocator +) vcs_info(ydb-core-kqp-ut-arrow) diff --git a/ydb/core/kqp/ut/cost/CMakeLists.darwin-x86_64.txt b/ydb/core/kqp/ut/cost/CMakeLists.darwin-x86_64.txt index d82f152881f..1d018bd3342 100644 --- a/ydb/core/kqp/ut/cost/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/kqp/ut/cost/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-kqp-ut-cost PRIVATE target_link_libraries(ydb-core-kqp-ut-cost PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-kqp @@ -74,4 +73,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-kqp-ut-cost + system_allocator +) vcs_info(ydb-core-kqp-ut-cost) diff --git a/ydb/core/kqp/ut/cost/CMakeLists.linux-aarch64.txt b/ydb/core/kqp/ut/cost/CMakeLists.linux-aarch64.txt index 28f73b5411b..21ba4b69654 100644 --- a/ydb/core/kqp/ut/cost/CMakeLists.linux-aarch64.txt +++ b/ydb/core/kqp/ut/cost/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-core-kqp-ut-cost PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main ydb-core-kqp kqp-ut-common @@ -77,4 +76,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-kqp-ut-cost + cpp-malloc-jemalloc +) vcs_info(ydb-core-kqp-ut-cost) diff --git a/ydb/core/kqp/ut/cost/CMakeLists.linux-x86_64.txt b/ydb/core/kqp/ut/cost/CMakeLists.linux-x86_64.txt index 2a0157a62cf..3dedc00448e 100644 --- a/ydb/core/kqp/ut/cost/CMakeLists.linux-x86_64.txt +++ b/ydb/core/kqp/ut/cost/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-core-kqp-ut-cost PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-kqp @@ -79,4 +77,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-kqp-ut-cost + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-kqp-ut-cost) diff --git a/ydb/core/kqp/ut/cost/CMakeLists.windows-x86_64.txt b/ydb/core/kqp/ut/cost/CMakeLists.windows-x86_64.txt index 5da59287a6f..abc77fe8ab8 100644 --- a/ydb/core/kqp/ut/cost/CMakeLists.windows-x86_64.txt +++ b/ydb/core/kqp/ut/cost/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-kqp-ut-cost PRIVATE target_link_libraries(ydb-core-kqp-ut-cost PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-kqp @@ -67,4 +66,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-kqp-ut-cost + system_allocator +) vcs_info(ydb-core-kqp-ut-cost) diff --git a/ydb/core/kqp/ut/effects/CMakeLists.darwin-x86_64.txt b/ydb/core/kqp/ut/effects/CMakeLists.darwin-x86_64.txt index 5c80a8becc5..a675365a2df 100644 --- a/ydb/core/kqp/ut/effects/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/kqp/ut/effects/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-kqp-ut-effects PRIVATE target_link_libraries(ydb-core-kqp-ut-effects PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-kqp @@ -77,4 +76,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-kqp-ut-effects + system_allocator +) vcs_info(ydb-core-kqp-ut-effects) diff --git a/ydb/core/kqp/ut/effects/CMakeLists.linux-aarch64.txt b/ydb/core/kqp/ut/effects/CMakeLists.linux-aarch64.txt index c4db0f22204..0e9bd846ce6 100644 --- a/ydb/core/kqp/ut/effects/CMakeLists.linux-aarch64.txt +++ b/ydb/core/kqp/ut/effects/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-core-kqp-ut-effects PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main ydb-core-kqp kqp-ut-common @@ -80,4 +79,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-kqp-ut-effects + cpp-malloc-jemalloc +) vcs_info(ydb-core-kqp-ut-effects) diff --git a/ydb/core/kqp/ut/effects/CMakeLists.linux-x86_64.txt b/ydb/core/kqp/ut/effects/CMakeLists.linux-x86_64.txt index 5800982a4e0..9a671d30771 100644 --- a/ydb/core/kqp/ut/effects/CMakeLists.linux-x86_64.txt +++ b/ydb/core/kqp/ut/effects/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-core-kqp-ut-effects PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-kqp @@ -82,4 +80,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-kqp-ut-effects + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-kqp-ut-effects) diff --git a/ydb/core/kqp/ut/effects/CMakeLists.windows-x86_64.txt b/ydb/core/kqp/ut/effects/CMakeLists.windows-x86_64.txt index d70bb15ff0e..a4474afe5f9 100644 --- a/ydb/core/kqp/ut/effects/CMakeLists.windows-x86_64.txt +++ b/ydb/core/kqp/ut/effects/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-kqp-ut-effects PRIVATE target_link_libraries(ydb-core-kqp-ut-effects PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-kqp @@ -70,4 +69,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-kqp-ut-effects + system_allocator +) vcs_info(ydb-core-kqp-ut-effects) diff --git a/ydb/core/kqp/ut/federated_query/CMakeLists.darwin-x86_64.txt b/ydb/core/kqp/ut/federated_query/CMakeLists.darwin-x86_64.txt index ddd2d61302f..60609796460 100644 --- a/ydb/core/kqp/ut/federated_query/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/kqp/ut/federated_query/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-kqp-ut-federated_query PRIVATE target_link_libraries(ydb-core-kqp-ut-federated_query PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-kqp @@ -75,4 +74,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-kqp-ut-federated_query + system_allocator +) vcs_info(ydb-core-kqp-ut-federated_query) diff --git a/ydb/core/kqp/ut/federated_query/CMakeLists.linux-aarch64.txt b/ydb/core/kqp/ut/federated_query/CMakeLists.linux-aarch64.txt index 802a8a5fc89..92bd50b5127 100644 --- a/ydb/core/kqp/ut/federated_query/CMakeLists.linux-aarch64.txt +++ b/ydb/core/kqp/ut/federated_query/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-core-kqp-ut-federated_query PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main ydb-core-kqp libs-aws-sdk-cpp-aws-cpp-sdk-s3 @@ -78,4 +77,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-kqp-ut-federated_query + cpp-malloc-jemalloc +) vcs_info(ydb-core-kqp-ut-federated_query) diff --git a/ydb/core/kqp/ut/federated_query/CMakeLists.linux-x86_64.txt b/ydb/core/kqp/ut/federated_query/CMakeLists.linux-x86_64.txt index bcadbba7b6f..3a69606750e 100644 --- a/ydb/core/kqp/ut/federated_query/CMakeLists.linux-x86_64.txt +++ b/ydb/core/kqp/ut/federated_query/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-core-kqp-ut-federated_query PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-kqp @@ -80,4 +78,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-kqp-ut-federated_query + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-kqp-ut-federated_query) diff --git a/ydb/core/kqp/ut/federated_query/CMakeLists.windows-x86_64.txt b/ydb/core/kqp/ut/federated_query/CMakeLists.windows-x86_64.txt index 866e0aa3fa1..8f161c2271c 100644 --- a/ydb/core/kqp/ut/federated_query/CMakeLists.windows-x86_64.txt +++ b/ydb/core/kqp/ut/federated_query/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-kqp-ut-federated_query PRIVATE target_link_libraries(ydb-core-kqp-ut-federated_query PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-kqp @@ -68,4 +67,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-kqp-ut-federated_query + system_allocator +) vcs_info(ydb-core-kqp-ut-federated_query) diff --git a/ydb/core/kqp/ut/indexes/CMakeLists.darwin-x86_64.txt b/ydb/core/kqp/ut/indexes/CMakeLists.darwin-x86_64.txt index 272b20d48c9..35c2763f52e 100644 --- a/ydb/core/kqp/ut/indexes/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/kqp/ut/indexes/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-kqp-ut-indexes PRIVATE target_link_libraries(ydb-core-kqp-ut-indexes PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-kqp @@ -77,4 +76,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-kqp-ut-indexes + system_allocator +) vcs_info(ydb-core-kqp-ut-indexes) diff --git a/ydb/core/kqp/ut/indexes/CMakeLists.linux-aarch64.txt b/ydb/core/kqp/ut/indexes/CMakeLists.linux-aarch64.txt index 9b899bc74db..5d46f97cb4e 100644 --- a/ydb/core/kqp/ut/indexes/CMakeLists.linux-aarch64.txt +++ b/ydb/core/kqp/ut/indexes/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-core-kqp-ut-indexes PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main ydb-core-kqp cpp-threading-local_executor @@ -80,4 +79,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-kqp-ut-indexes + cpp-malloc-jemalloc +) vcs_info(ydb-core-kqp-ut-indexes) diff --git a/ydb/core/kqp/ut/indexes/CMakeLists.linux-x86_64.txt b/ydb/core/kqp/ut/indexes/CMakeLists.linux-x86_64.txt index c51c7840873..0b6bbe2da4a 100644 --- a/ydb/core/kqp/ut/indexes/CMakeLists.linux-x86_64.txt +++ b/ydb/core/kqp/ut/indexes/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-core-kqp-ut-indexes PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-kqp @@ -82,4 +80,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-kqp-ut-indexes + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-kqp-ut-indexes) diff --git a/ydb/core/kqp/ut/indexes/CMakeLists.windows-x86_64.txt b/ydb/core/kqp/ut/indexes/CMakeLists.windows-x86_64.txt index d4e679f2491..9dc95813228 100644 --- a/ydb/core/kqp/ut/indexes/CMakeLists.windows-x86_64.txt +++ b/ydb/core/kqp/ut/indexes/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-kqp-ut-indexes PRIVATE target_link_libraries(ydb-core-kqp-ut-indexes PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-kqp @@ -70,4 +69,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-kqp-ut-indexes + system_allocator +) vcs_info(ydb-core-kqp-ut-indexes) diff --git a/ydb/core/kqp/ut/join/CMakeLists.darwin-x86_64.txt b/ydb/core/kqp/ut/join/CMakeLists.darwin-x86_64.txt index 02608836698..46214236eea 100644 --- a/ydb/core/kqp/ut/join/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/kqp/ut/join/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-kqp-ut-join PRIVATE target_link_libraries(ydb-core-kqp-ut-join PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-kqp @@ -77,4 +76,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-kqp-ut-join + system_allocator +) vcs_info(ydb-core-kqp-ut-join) diff --git a/ydb/core/kqp/ut/join/CMakeLists.linux-aarch64.txt b/ydb/core/kqp/ut/join/CMakeLists.linux-aarch64.txt index 795334e358f..b4bbb7b0a1f 100644 --- a/ydb/core/kqp/ut/join/CMakeLists.linux-aarch64.txt +++ b/ydb/core/kqp/ut/join/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-core-kqp-ut-join PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main ydb-core-kqp kqp-ut-common @@ -80,4 +79,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-kqp-ut-join + cpp-malloc-jemalloc +) vcs_info(ydb-core-kqp-ut-join) diff --git a/ydb/core/kqp/ut/join/CMakeLists.linux-x86_64.txt b/ydb/core/kqp/ut/join/CMakeLists.linux-x86_64.txt index d05da896678..e7bde2ff331 100644 --- a/ydb/core/kqp/ut/join/CMakeLists.linux-x86_64.txt +++ b/ydb/core/kqp/ut/join/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-core-kqp-ut-join PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-kqp @@ -82,4 +80,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-kqp-ut-join + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-kqp-ut-join) diff --git a/ydb/core/kqp/ut/join/CMakeLists.windows-x86_64.txt b/ydb/core/kqp/ut/join/CMakeLists.windows-x86_64.txt index de061757b2d..f80baee42f2 100644 --- a/ydb/core/kqp/ut/join/CMakeLists.windows-x86_64.txt +++ b/ydb/core/kqp/ut/join/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-kqp-ut-join PRIVATE target_link_libraries(ydb-core-kqp-ut-join PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-kqp @@ -70,4 +69,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-kqp-ut-join + system_allocator +) vcs_info(ydb-core-kqp-ut-join) diff --git a/ydb/core/kqp/ut/olap/CMakeLists.darwin-x86_64.txt b/ydb/core/kqp/ut/olap/CMakeLists.darwin-x86_64.txt index 1ea68042b31..c4f31f868ec 100644 --- a/ydb/core/kqp/ut/olap/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/kqp/ut/olap/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-kqp-ut-olap PRIVATE target_link_libraries(ydb-core-kqp-ut-olap PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-kqp @@ -74,4 +73,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-kqp-ut-olap + system_allocator +) vcs_info(ydb-core-kqp-ut-olap) diff --git a/ydb/core/kqp/ut/olap/CMakeLists.linux-aarch64.txt b/ydb/core/kqp/ut/olap/CMakeLists.linux-aarch64.txt index e08f34a2444..8c74191f8cf 100644 --- a/ydb/core/kqp/ut/olap/CMakeLists.linux-aarch64.txt +++ b/ydb/core/kqp/ut/olap/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-core-kqp-ut-olap PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main ydb-core-kqp kqp-ut-common @@ -77,4 +76,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-kqp-ut-olap + cpp-malloc-jemalloc +) vcs_info(ydb-core-kqp-ut-olap) diff --git a/ydb/core/kqp/ut/olap/CMakeLists.linux-x86_64.txt b/ydb/core/kqp/ut/olap/CMakeLists.linux-x86_64.txt index 10a2f7d904c..c90d6e45bb5 100644 --- a/ydb/core/kqp/ut/olap/CMakeLists.linux-x86_64.txt +++ b/ydb/core/kqp/ut/olap/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-core-kqp-ut-olap PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-kqp @@ -79,4 +77,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-kqp-ut-olap + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-kqp-ut-olap) diff --git a/ydb/core/kqp/ut/olap/CMakeLists.windows-x86_64.txt b/ydb/core/kqp/ut/olap/CMakeLists.windows-x86_64.txt index ea5d3d7c73e..aa6b50bbb44 100644 --- a/ydb/core/kqp/ut/olap/CMakeLists.windows-x86_64.txt +++ b/ydb/core/kqp/ut/olap/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-kqp-ut-olap PRIVATE target_link_libraries(ydb-core-kqp-ut-olap PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-kqp @@ -67,4 +66,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-kqp-ut-olap + system_allocator +) vcs_info(ydb-core-kqp-ut-olap) diff --git a/ydb/core/kqp/ut/opt/CMakeLists.darwin-x86_64.txt b/ydb/core/kqp/ut/opt/CMakeLists.darwin-x86_64.txt index b6855b9ba19..602cdf13702 100644 --- a/ydb/core/kqp/ut/opt/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/kqp/ut/opt/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-kqp-ut-opt PRIVATE target_link_libraries(ydb-core-kqp-ut-opt PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-kqp @@ -81,4 +80,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-kqp-ut-opt + system_allocator +) vcs_info(ydb-core-kqp-ut-opt) diff --git a/ydb/core/kqp/ut/opt/CMakeLists.linux-aarch64.txt b/ydb/core/kqp/ut/opt/CMakeLists.linux-aarch64.txt index b8701f3f801..ee8b89767af 100644 --- a/ydb/core/kqp/ut/opt/CMakeLists.linux-aarch64.txt +++ b/ydb/core/kqp/ut/opt/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-core-kqp-ut-opt PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main ydb-core-kqp kqp-ut-common @@ -84,4 +83,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-kqp-ut-opt + cpp-malloc-jemalloc +) vcs_info(ydb-core-kqp-ut-opt) diff --git a/ydb/core/kqp/ut/opt/CMakeLists.linux-x86_64.txt b/ydb/core/kqp/ut/opt/CMakeLists.linux-x86_64.txt index bed67cb1983..81b3f88b24f 100644 --- a/ydb/core/kqp/ut/opt/CMakeLists.linux-x86_64.txt +++ b/ydb/core/kqp/ut/opt/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-core-kqp-ut-opt PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-kqp @@ -86,4 +84,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-kqp-ut-opt + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-kqp-ut-opt) diff --git a/ydb/core/kqp/ut/opt/CMakeLists.windows-x86_64.txt b/ydb/core/kqp/ut/opt/CMakeLists.windows-x86_64.txt index 26c8e2942e9..74a488208fa 100644 --- a/ydb/core/kqp/ut/opt/CMakeLists.windows-x86_64.txt +++ b/ydb/core/kqp/ut/opt/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-kqp-ut-opt PRIVATE target_link_libraries(ydb-core-kqp-ut-opt PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-kqp @@ -74,4 +73,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-kqp-ut-opt + system_allocator +) vcs_info(ydb-core-kqp-ut-opt) diff --git a/ydb/core/kqp/ut/perf/CMakeLists.darwin-x86_64.txt b/ydb/core/kqp/ut/perf/CMakeLists.darwin-x86_64.txt index 9c8edc0af4e..41bdc4dcb4c 100644 --- a/ydb/core/kqp/ut/perf/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/kqp/ut/perf/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-kqp-ut-perf PRIVATE target_link_libraries(ydb-core-kqp-ut-perf PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-kqp @@ -76,4 +75,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-kqp-ut-perf + system_allocator +) vcs_info(ydb-core-kqp-ut-perf) diff --git a/ydb/core/kqp/ut/perf/CMakeLists.linux-aarch64.txt b/ydb/core/kqp/ut/perf/CMakeLists.linux-aarch64.txt index d3196058f57..64e8c6b3c27 100644 --- a/ydb/core/kqp/ut/perf/CMakeLists.linux-aarch64.txt +++ b/ydb/core/kqp/ut/perf/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-core-kqp-ut-perf PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main ydb-core-kqp cpp-threading-local_executor @@ -79,4 +78,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-kqp-ut-perf + cpp-malloc-jemalloc +) vcs_info(ydb-core-kqp-ut-perf) diff --git a/ydb/core/kqp/ut/perf/CMakeLists.linux-x86_64.txt b/ydb/core/kqp/ut/perf/CMakeLists.linux-x86_64.txt index f62554c8063..422521347af 100644 --- a/ydb/core/kqp/ut/perf/CMakeLists.linux-x86_64.txt +++ b/ydb/core/kqp/ut/perf/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-core-kqp-ut-perf PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-kqp @@ -81,4 +79,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-kqp-ut-perf + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-kqp-ut-perf) diff --git a/ydb/core/kqp/ut/perf/CMakeLists.windows-x86_64.txt b/ydb/core/kqp/ut/perf/CMakeLists.windows-x86_64.txt index 8da3161aa0d..29766383989 100644 --- a/ydb/core/kqp/ut/perf/CMakeLists.windows-x86_64.txt +++ b/ydb/core/kqp/ut/perf/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-kqp-ut-perf PRIVATE target_link_libraries(ydb-core-kqp-ut-perf PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-kqp @@ -69,4 +68,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-kqp-ut-perf + system_allocator +) vcs_info(ydb-core-kqp-ut-perf) diff --git a/ydb/core/kqp/ut/pg/CMakeLists.darwin-x86_64.txt b/ydb/core/kqp/ut/pg/CMakeLists.darwin-x86_64.txt index 62fcce0cb17..4eb8ac3dee8 100644 --- a/ydb/core/kqp/ut/pg/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/kqp/ut/pg/CMakeLists.darwin-x86_64.txt @@ -19,7 +19,6 @@ target_include_directories(ydb-core-kqp-ut-pg PRIVATE target_link_libraries(ydb-core-kqp-ut-pg PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-kqp @@ -70,4 +69,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-kqp-ut-pg + system_allocator +) vcs_info(ydb-core-kqp-ut-pg) diff --git a/ydb/core/kqp/ut/pg/CMakeLists.linux-aarch64.txt b/ydb/core/kqp/ut/pg/CMakeLists.linux-aarch64.txt index dc782c37774..74f5b318633 100644 --- a/ydb/core/kqp/ut/pg/CMakeLists.linux-aarch64.txt +++ b/ydb/core/kqp/ut/pg/CMakeLists.linux-aarch64.txt @@ -20,7 +20,6 @@ target_link_libraries(ydb-core-kqp-ut-pg PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main ydb-core-kqp kqp-ut-common @@ -73,4 +72,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-kqp-ut-pg + cpp-malloc-jemalloc +) vcs_info(ydb-core-kqp-ut-pg) diff --git a/ydb/core/kqp/ut/pg/CMakeLists.linux-x86_64.txt b/ydb/core/kqp/ut/pg/CMakeLists.linux-x86_64.txt index bbac30fe01f..b0d4df74c20 100644 --- a/ydb/core/kqp/ut/pg/CMakeLists.linux-x86_64.txt +++ b/ydb/core/kqp/ut/pg/CMakeLists.linux-x86_64.txt @@ -20,8 +20,6 @@ target_link_libraries(ydb-core-kqp-ut-pg PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-kqp @@ -75,4 +73,8 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-kqp-ut-pg + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-kqp-ut-pg) diff --git a/ydb/core/kqp/ut/pg/CMakeLists.windows-x86_64.txt b/ydb/core/kqp/ut/pg/CMakeLists.windows-x86_64.txt index 86dd2748cec..f92072e5357 100644 --- a/ydb/core/kqp/ut/pg/CMakeLists.windows-x86_64.txt +++ b/ydb/core/kqp/ut/pg/CMakeLists.windows-x86_64.txt @@ -22,7 +22,6 @@ target_include_directories(ydb-core-kqp-ut-pg PRIVATE target_link_libraries(ydb-core-kqp-ut-pg PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-kqp @@ -66,4 +65,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-kqp-ut-pg + system_allocator +) vcs_info(ydb-core-kqp-ut-pg) diff --git a/ydb/core/kqp/ut/query/CMakeLists.darwin-x86_64.txt b/ydb/core/kqp/ut/query/CMakeLists.darwin-x86_64.txt index 0ecae53a3f2..97ab78319b3 100644 --- a/ydb/core/kqp/ut/query/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/kqp/ut/query/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-kqp-ut-query PRIVATE target_link_libraries(ydb-core-kqp-ut-query PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-kqp @@ -78,4 +77,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-kqp-ut-query + system_allocator +) vcs_info(ydb-core-kqp-ut-query) diff --git a/ydb/core/kqp/ut/query/CMakeLists.linux-aarch64.txt b/ydb/core/kqp/ut/query/CMakeLists.linux-aarch64.txt index a65ce13aef3..232ef60d67b 100644 --- a/ydb/core/kqp/ut/query/CMakeLists.linux-aarch64.txt +++ b/ydb/core/kqp/ut/query/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-core-kqp-ut-query PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main ydb-core-kqp kqp-ut-common @@ -81,4 +80,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-kqp-ut-query + cpp-malloc-jemalloc +) vcs_info(ydb-core-kqp-ut-query) diff --git a/ydb/core/kqp/ut/query/CMakeLists.linux-x86_64.txt b/ydb/core/kqp/ut/query/CMakeLists.linux-x86_64.txt index 55ea11a270c..37721fc9b91 100644 --- a/ydb/core/kqp/ut/query/CMakeLists.linux-x86_64.txt +++ b/ydb/core/kqp/ut/query/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-core-kqp-ut-query PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-kqp @@ -83,4 +81,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-kqp-ut-query + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-kqp-ut-query) diff --git a/ydb/core/kqp/ut/query/CMakeLists.windows-x86_64.txt b/ydb/core/kqp/ut/query/CMakeLists.windows-x86_64.txt index 72ab9f2fddc..e50e070e87a 100644 --- a/ydb/core/kqp/ut/query/CMakeLists.windows-x86_64.txt +++ b/ydb/core/kqp/ut/query/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-kqp-ut-query PRIVATE target_link_libraries(ydb-core-kqp-ut-query PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-kqp @@ -71,4 +70,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-kqp-ut-query + system_allocator +) vcs_info(ydb-core-kqp-ut-query) diff --git a/ydb/core/kqp/ut/scan/CMakeLists.darwin-x86_64.txt b/ydb/core/kqp/ut/scan/CMakeLists.darwin-x86_64.txt index 7f8e0a8c085..861c014a9d2 100644 --- a/ydb/core/kqp/ut/scan/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/kqp/ut/scan/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-kqp-ut-scan PRIVATE target_link_libraries(ydb-core-kqp-ut-scan PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-kqp @@ -76,4 +75,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-kqp-ut-scan + system_allocator +) vcs_info(ydb-core-kqp-ut-scan) diff --git a/ydb/core/kqp/ut/scan/CMakeLists.linux-aarch64.txt b/ydb/core/kqp/ut/scan/CMakeLists.linux-aarch64.txt index 57f46c454fc..9a3e0b8e717 100644 --- a/ydb/core/kqp/ut/scan/CMakeLists.linux-aarch64.txt +++ b/ydb/core/kqp/ut/scan/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-core-kqp-ut-scan PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main ydb-core-kqp kqp-ut-common @@ -79,4 +78,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-kqp-ut-scan + cpp-malloc-jemalloc +) vcs_info(ydb-core-kqp-ut-scan) diff --git a/ydb/core/kqp/ut/scan/CMakeLists.linux-x86_64.txt b/ydb/core/kqp/ut/scan/CMakeLists.linux-x86_64.txt index bd7ff2f3bcd..79e20884b55 100644 --- a/ydb/core/kqp/ut/scan/CMakeLists.linux-x86_64.txt +++ b/ydb/core/kqp/ut/scan/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-core-kqp-ut-scan PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-kqp @@ -81,4 +79,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-kqp-ut-scan + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-kqp-ut-scan) diff --git a/ydb/core/kqp/ut/scan/CMakeLists.windows-x86_64.txt b/ydb/core/kqp/ut/scan/CMakeLists.windows-x86_64.txt index e44dd595dac..887b40c1693 100644 --- a/ydb/core/kqp/ut/scan/CMakeLists.windows-x86_64.txt +++ b/ydb/core/kqp/ut/scan/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-kqp-ut-scan PRIVATE target_link_libraries(ydb-core-kqp-ut-scan PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-kqp @@ -69,4 +68,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-kqp-ut-scan + system_allocator +) vcs_info(ydb-core-kqp-ut-scan) diff --git a/ydb/core/kqp/ut/scheme/CMakeLists.darwin-x86_64.txt b/ydb/core/kqp/ut/scheme/CMakeLists.darwin-x86_64.txt index e742ae1fb37..09af1cc7f0e 100644 --- a/ydb/core/kqp/ut/scheme/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/kqp/ut/scheme/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-kqp-ut-scheme PRIVATE target_link_libraries(ydb-core-kqp-ut-scheme PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-kqp @@ -76,4 +75,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-kqp-ut-scheme + system_allocator +) vcs_info(ydb-core-kqp-ut-scheme) diff --git a/ydb/core/kqp/ut/scheme/CMakeLists.linux-aarch64.txt b/ydb/core/kqp/ut/scheme/CMakeLists.linux-aarch64.txt index b1e0f43b69d..b3e049e5380 100644 --- a/ydb/core/kqp/ut/scheme/CMakeLists.linux-aarch64.txt +++ b/ydb/core/kqp/ut/scheme/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-core-kqp-ut-scheme PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main ydb-core-kqp cpp-threading-local_executor @@ -79,4 +78,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-kqp-ut-scheme + cpp-malloc-jemalloc +) vcs_info(ydb-core-kqp-ut-scheme) diff --git a/ydb/core/kqp/ut/scheme/CMakeLists.linux-x86_64.txt b/ydb/core/kqp/ut/scheme/CMakeLists.linux-x86_64.txt index 4e0c22b3b3a..2edaee40089 100644 --- a/ydb/core/kqp/ut/scheme/CMakeLists.linux-x86_64.txt +++ b/ydb/core/kqp/ut/scheme/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-core-kqp-ut-scheme PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-kqp @@ -81,4 +79,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-kqp-ut-scheme + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-kqp-ut-scheme) diff --git a/ydb/core/kqp/ut/scheme/CMakeLists.windows-x86_64.txt b/ydb/core/kqp/ut/scheme/CMakeLists.windows-x86_64.txt index 3f10a200961..1dbd142d2f9 100644 --- a/ydb/core/kqp/ut/scheme/CMakeLists.windows-x86_64.txt +++ b/ydb/core/kqp/ut/scheme/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-kqp-ut-scheme PRIVATE target_link_libraries(ydb-core-kqp-ut-scheme PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-kqp @@ -69,4 +68,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-kqp-ut-scheme + system_allocator +) vcs_info(ydb-core-kqp-ut-scheme) diff --git a/ydb/core/kqp/ut/service/CMakeLists.darwin-x86_64.txt b/ydb/core/kqp/ut/service/CMakeLists.darwin-x86_64.txt index 42b918e495d..f36705a8c82 100644 --- a/ydb/core/kqp/ut/service/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/kqp/ut/service/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-kqp-ut-service PRIVATE target_link_libraries(ydb-core-kqp-ut-service PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-kqp @@ -77,4 +76,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-kqp-ut-service + system_allocator +) vcs_info(ydb-core-kqp-ut-service) diff --git a/ydb/core/kqp/ut/service/CMakeLists.linux-aarch64.txt b/ydb/core/kqp/ut/service/CMakeLists.linux-aarch64.txt index aef98f587e9..af3beab9710 100644 --- a/ydb/core/kqp/ut/service/CMakeLists.linux-aarch64.txt +++ b/ydb/core/kqp/ut/service/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-core-kqp-ut-service PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main ydb-core-kqp cpp-threading-local_executor @@ -80,4 +79,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-kqp-ut-service + cpp-malloc-jemalloc +) vcs_info(ydb-core-kqp-ut-service) diff --git a/ydb/core/kqp/ut/service/CMakeLists.linux-x86_64.txt b/ydb/core/kqp/ut/service/CMakeLists.linux-x86_64.txt index c7607947d4b..f9a713860e9 100644 --- a/ydb/core/kqp/ut/service/CMakeLists.linux-x86_64.txt +++ b/ydb/core/kqp/ut/service/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-core-kqp-ut-service PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-kqp @@ -82,4 +80,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-kqp-ut-service + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-kqp-ut-service) diff --git a/ydb/core/kqp/ut/service/CMakeLists.windows-x86_64.txt b/ydb/core/kqp/ut/service/CMakeLists.windows-x86_64.txt index c9df8c26b9a..b76a8a3ef41 100644 --- a/ydb/core/kqp/ut/service/CMakeLists.windows-x86_64.txt +++ b/ydb/core/kqp/ut/service/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-kqp-ut-service PRIVATE target_link_libraries(ydb-core-kqp-ut-service PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-kqp @@ -70,4 +69,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-kqp-ut-service + system_allocator +) vcs_info(ydb-core-kqp-ut-service) diff --git a/ydb/core/kqp/ut/spilling/CMakeLists.darwin-x86_64.txt b/ydb/core/kqp/ut/spilling/CMakeLists.darwin-x86_64.txt index 1d5242706e3..10b942cf5db 100644 --- a/ydb/core/kqp/ut/spilling/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/kqp/ut/spilling/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-kqp-ut-spilling PRIVATE target_link_libraries(ydb-core-kqp-ut-spilling PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-kqp @@ -78,4 +77,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-kqp-ut-spilling + system_allocator +) vcs_info(ydb-core-kqp-ut-spilling) diff --git a/ydb/core/kqp/ut/spilling/CMakeLists.linux-aarch64.txt b/ydb/core/kqp/ut/spilling/CMakeLists.linux-aarch64.txt index 9e6a6203b85..e8a070085be 100644 --- a/ydb/core/kqp/ut/spilling/CMakeLists.linux-aarch64.txt +++ b/ydb/core/kqp/ut/spilling/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-core-kqp-ut-spilling PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main ydb-core-kqp cpp-client-ydb_proto @@ -81,4 +80,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-kqp-ut-spilling + cpp-malloc-jemalloc +) vcs_info(ydb-core-kqp-ut-spilling) diff --git a/ydb/core/kqp/ut/spilling/CMakeLists.linux-x86_64.txt b/ydb/core/kqp/ut/spilling/CMakeLists.linux-x86_64.txt index cf3ba8d157c..f6fee0ec885 100644 --- a/ydb/core/kqp/ut/spilling/CMakeLists.linux-x86_64.txt +++ b/ydb/core/kqp/ut/spilling/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-core-kqp-ut-spilling PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-kqp @@ -83,4 +81,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-kqp-ut-spilling + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-kqp-ut-spilling) diff --git a/ydb/core/kqp/ut/spilling/CMakeLists.windows-x86_64.txt b/ydb/core/kqp/ut/spilling/CMakeLists.windows-x86_64.txt index 3f20fde1cfa..045a7a8bbe2 100644 --- a/ydb/core/kqp/ut/spilling/CMakeLists.windows-x86_64.txt +++ b/ydb/core/kqp/ut/spilling/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-kqp-ut-spilling PRIVATE target_link_libraries(ydb-core-kqp-ut-spilling PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-kqp @@ -71,4 +70,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-kqp-ut-spilling + system_allocator +) vcs_info(ydb-core-kqp-ut-spilling) diff --git a/ydb/core/kqp/ut/sysview/CMakeLists.darwin-x86_64.txt b/ydb/core/kqp/ut/sysview/CMakeLists.darwin-x86_64.txt index 31219de5c63..444e09c65ed 100644 --- a/ydb/core/kqp/ut/sysview/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/kqp/ut/sysview/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-kqp-ut-sysview PRIVATE target_link_libraries(ydb-core-kqp-ut-sysview PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-kqp @@ -75,4 +74,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-kqp-ut-sysview + system_allocator +) vcs_info(ydb-core-kqp-ut-sysview) diff --git a/ydb/core/kqp/ut/sysview/CMakeLists.linux-aarch64.txt b/ydb/core/kqp/ut/sysview/CMakeLists.linux-aarch64.txt index 22471ba25f7..ba8827188dc 100644 --- a/ydb/core/kqp/ut/sysview/CMakeLists.linux-aarch64.txt +++ b/ydb/core/kqp/ut/sysview/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-core-kqp-ut-sysview PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main ydb-core-kqp kqp-ut-common @@ -78,4 +77,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-kqp-ut-sysview + cpp-malloc-jemalloc +) vcs_info(ydb-core-kqp-ut-sysview) diff --git a/ydb/core/kqp/ut/sysview/CMakeLists.linux-x86_64.txt b/ydb/core/kqp/ut/sysview/CMakeLists.linux-x86_64.txt index 140de062e26..f94adcfb421 100644 --- a/ydb/core/kqp/ut/sysview/CMakeLists.linux-x86_64.txt +++ b/ydb/core/kqp/ut/sysview/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-core-kqp-ut-sysview PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-kqp @@ -80,4 +78,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-kqp-ut-sysview + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-kqp-ut-sysview) diff --git a/ydb/core/kqp/ut/sysview/CMakeLists.windows-x86_64.txt b/ydb/core/kqp/ut/sysview/CMakeLists.windows-x86_64.txt index 43bf5888195..9e916da5df3 100644 --- a/ydb/core/kqp/ut/sysview/CMakeLists.windows-x86_64.txt +++ b/ydb/core/kqp/ut/sysview/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-kqp-ut-sysview PRIVATE target_link_libraries(ydb-core-kqp-ut-sysview PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-kqp @@ -68,4 +67,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-kqp-ut-sysview + system_allocator +) vcs_info(ydb-core-kqp-ut-sysview) diff --git a/ydb/core/kqp/ut/tx/CMakeLists.darwin-x86_64.txt b/ydb/core/kqp/ut/tx/CMakeLists.darwin-x86_64.txt index 73d26fcb316..c83dba4bb64 100644 --- a/ydb/core/kqp/ut/tx/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/kqp/ut/tx/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-kqp-ut-tx PRIVATE target_link_libraries(ydb-core-kqp-ut-tx PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-kqp @@ -76,4 +75,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-kqp-ut-tx + system_allocator +) vcs_info(ydb-core-kqp-ut-tx) diff --git a/ydb/core/kqp/ut/tx/CMakeLists.linux-aarch64.txt b/ydb/core/kqp/ut/tx/CMakeLists.linux-aarch64.txt index 26db10e3ff4..3f8c1b1ef5f 100644 --- a/ydb/core/kqp/ut/tx/CMakeLists.linux-aarch64.txt +++ b/ydb/core/kqp/ut/tx/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-core-kqp-ut-tx PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main ydb-core-kqp kqp-ut-common @@ -79,4 +78,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-kqp-ut-tx + cpp-malloc-jemalloc +) vcs_info(ydb-core-kqp-ut-tx) diff --git a/ydb/core/kqp/ut/tx/CMakeLists.linux-x86_64.txt b/ydb/core/kqp/ut/tx/CMakeLists.linux-x86_64.txt index acf83c37108..474270be4cb 100644 --- a/ydb/core/kqp/ut/tx/CMakeLists.linux-x86_64.txt +++ b/ydb/core/kqp/ut/tx/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-core-kqp-ut-tx PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-kqp @@ -81,4 +79,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-kqp-ut-tx + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-kqp-ut-tx) diff --git a/ydb/core/kqp/ut/tx/CMakeLists.windows-x86_64.txt b/ydb/core/kqp/ut/tx/CMakeLists.windows-x86_64.txt index 0461219ed1a..76eefbba777 100644 --- a/ydb/core/kqp/ut/tx/CMakeLists.windows-x86_64.txt +++ b/ydb/core/kqp/ut/tx/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-kqp-ut-tx PRIVATE target_link_libraries(ydb-core-kqp-ut-tx PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-kqp @@ -69,4 +68,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-kqp-ut-tx + system_allocator +) vcs_info(ydb-core-kqp-ut-tx) diff --git a/ydb/core/kqp/ut/yql/CMakeLists.darwin-x86_64.txt b/ydb/core/kqp/ut/yql/CMakeLists.darwin-x86_64.txt index 3fcf6ca8f84..39b054c2846 100644 --- a/ydb/core/kqp/ut/yql/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/kqp/ut/yql/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-kqp-ut-yql PRIVATE target_link_libraries(ydb-core-kqp-ut-yql PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-kqp @@ -76,4 +75,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-kqp-ut-yql + system_allocator +) vcs_info(ydb-core-kqp-ut-yql) diff --git a/ydb/core/kqp/ut/yql/CMakeLists.linux-aarch64.txt b/ydb/core/kqp/ut/yql/CMakeLists.linux-aarch64.txt index 01a4448216e..51aac46b986 100644 --- a/ydb/core/kqp/ut/yql/CMakeLists.linux-aarch64.txt +++ b/ydb/core/kqp/ut/yql/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-core-kqp-ut-yql PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main ydb-core-kqp kqp-ut-common @@ -79,4 +78,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-kqp-ut-yql + cpp-malloc-jemalloc +) vcs_info(ydb-core-kqp-ut-yql) diff --git a/ydb/core/kqp/ut/yql/CMakeLists.linux-x86_64.txt b/ydb/core/kqp/ut/yql/CMakeLists.linux-x86_64.txt index 150203b3756..80e82e8aada 100644 --- a/ydb/core/kqp/ut/yql/CMakeLists.linux-x86_64.txt +++ b/ydb/core/kqp/ut/yql/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-core-kqp-ut-yql PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-kqp @@ -81,4 +79,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-kqp-ut-yql + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-kqp-ut-yql) diff --git a/ydb/core/kqp/ut/yql/CMakeLists.windows-x86_64.txt b/ydb/core/kqp/ut/yql/CMakeLists.windows-x86_64.txt index 0da2e0afc15..b385857cece 100644 --- a/ydb/core/kqp/ut/yql/CMakeLists.windows-x86_64.txt +++ b/ydb/core/kqp/ut/yql/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-kqp-ut-yql PRIVATE target_link_libraries(ydb-core-kqp-ut-yql PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-kqp @@ -69,4 +68,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-kqp-ut-yql + system_allocator +) vcs_info(ydb-core-kqp-ut-yql) diff --git a/ydb/core/load_test/ut_ycsb/CMakeLists.darwin-x86_64.txt b/ydb/core/load_test/ut_ycsb/CMakeLists.darwin-x86_64.txt index 88828219db7..84a088bbd05 100644 --- a/ydb/core/load_test/ut_ycsb/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/load_test/ut_ycsb/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-load_test-ut_ycsb PRIVATE target_link_libraries(ydb-core-load_test-ut_ycsb PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-load_test @@ -81,4 +80,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-load_test-ut_ycsb + system_allocator +) vcs_info(ydb-core-load_test-ut_ycsb) diff --git a/ydb/core/load_test/ut_ycsb/CMakeLists.linux-aarch64.txt b/ydb/core/load_test/ut_ycsb/CMakeLists.linux-aarch64.txt index 892d97d0e5a..22330944e72 100644 --- a/ydb/core/load_test/ut_ycsb/CMakeLists.linux-aarch64.txt +++ b/ydb/core/load_test/ut_ycsb/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-core-load_test-ut_ycsb PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main ydb-core-load_test library-cpp-getopt @@ -84,4 +83,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-load_test-ut_ycsb + cpp-malloc-jemalloc +) vcs_info(ydb-core-load_test-ut_ycsb) diff --git a/ydb/core/load_test/ut_ycsb/CMakeLists.linux-x86_64.txt b/ydb/core/load_test/ut_ycsb/CMakeLists.linux-x86_64.txt index 3c44ffb3c7b..e4e06f548fc 100644 --- a/ydb/core/load_test/ut_ycsb/CMakeLists.linux-x86_64.txt +++ b/ydb/core/load_test/ut_ycsb/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-core-load_test-ut_ycsb PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-load_test @@ -86,4 +84,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-load_test-ut_ycsb + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-load_test-ut_ycsb) diff --git a/ydb/core/load_test/ut_ycsb/CMakeLists.windows-x86_64.txt b/ydb/core/load_test/ut_ycsb/CMakeLists.windows-x86_64.txt index 03061ec5e94..2792b431ed6 100644 --- a/ydb/core/load_test/ut_ycsb/CMakeLists.windows-x86_64.txt +++ b/ydb/core/load_test/ut_ycsb/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-load_test-ut_ycsb PRIVATE target_link_libraries(ydb-core-load_test-ut_ycsb PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-load_test @@ -74,4 +73,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-load_test-ut_ycsb + system_allocator +) vcs_info(ydb-core-load_test-ut_ycsb) diff --git a/ydb/core/metering/ut/CMakeLists.darwin-x86_64.txt b/ydb/core/metering/ut/CMakeLists.darwin-x86_64.txt index eca5e492264..9507a0e45f6 100644 --- a/ydb/core/metering/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/metering/ut/CMakeLists.darwin-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-core-metering-ut PRIVATE target_link_libraries(ydb-core-metering-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-metering @@ -63,4 +62,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-metering-ut + system_allocator +) vcs_info(ydb-core-metering-ut) diff --git a/ydb/core/metering/ut/CMakeLists.linux-aarch64.txt b/ydb/core/metering/ut/CMakeLists.linux-aarch64.txt index ba8ad6e4bef..253a913bae3 100644 --- a/ydb/core/metering/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/core/metering/ut/CMakeLists.linux-aarch64.txt @@ -15,7 +15,6 @@ target_link_libraries(ydb-core-metering-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main ydb-core-metering ) @@ -66,4 +65,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-metering-ut + cpp-malloc-jemalloc +) vcs_info(ydb-core-metering-ut) diff --git a/ydb/core/metering/ut/CMakeLists.linux-x86_64.txt b/ydb/core/metering/ut/CMakeLists.linux-x86_64.txt index c50e640d5c7..b3bd83fcc96 100644 --- a/ydb/core/metering/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/core/metering/ut/CMakeLists.linux-x86_64.txt @@ -15,8 +15,6 @@ target_link_libraries(ydb-core-metering-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-metering @@ -68,4 +66,8 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-metering-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-metering-ut) diff --git a/ydb/core/metering/ut/CMakeLists.windows-x86_64.txt b/ydb/core/metering/ut/CMakeLists.windows-x86_64.txt index 1c093cc88ab..bc728e82506 100644 --- a/ydb/core/metering/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/core/metering/ut/CMakeLists.windows-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-core-metering-ut PRIVATE target_link_libraries(ydb-core-metering-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-metering @@ -56,4 +55,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-metering-ut + system_allocator +) vcs_info(ydb-core-metering-ut) diff --git a/ydb/core/mind/address_classification/ut/CMakeLists.darwin-x86_64.txt b/ydb/core/mind/address_classification/ut/CMakeLists.darwin-x86_64.txt index 24fe76510b2..3fc96dfa7a6 100644 --- a/ydb/core/mind/address_classification/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/mind/address_classification/ut/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-mind-address_classification-ut PRIVATE target_link_libraries(ydb-core-mind-address_classification-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-mind-address_classification @@ -74,4 +73,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-mind-address_classification-ut + system_allocator +) vcs_info(ydb-core-mind-address_classification-ut) diff --git a/ydb/core/mind/address_classification/ut/CMakeLists.linux-aarch64.txt b/ydb/core/mind/address_classification/ut/CMakeLists.linux-aarch64.txt index 8a157da2557..d8dbbde40e5 100644 --- a/ydb/core/mind/address_classification/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/core/mind/address_classification/ut/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-core-mind-address_classification-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main core-mind-address_classification cpp-actors-http @@ -77,4 +76,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-mind-address_classification-ut + cpp-malloc-jemalloc +) vcs_info(ydb-core-mind-address_classification-ut) diff --git a/ydb/core/mind/address_classification/ut/CMakeLists.linux-x86_64.txt b/ydb/core/mind/address_classification/ut/CMakeLists.linux-x86_64.txt index 02db43d4bfe..499a04c572c 100644 --- a/ydb/core/mind/address_classification/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/core/mind/address_classification/ut/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-core-mind-address_classification-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main core-mind-address_classification @@ -79,4 +77,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-mind-address_classification-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-mind-address_classification-ut) diff --git a/ydb/core/mind/address_classification/ut/CMakeLists.windows-x86_64.txt b/ydb/core/mind/address_classification/ut/CMakeLists.windows-x86_64.txt index 110b89e6fc0..e8a0645d616 100644 --- a/ydb/core/mind/address_classification/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/core/mind/address_classification/ut/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-mind-address_classification-ut PRIVATE target_link_libraries(ydb-core-mind-address_classification-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-mind-address_classification @@ -67,4 +66,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-mind-address_classification-ut + system_allocator +) vcs_info(ydb-core-mind-address_classification-ut) diff --git a/ydb/core/mind/bscontroller/ut/CMakeLists.darwin-x86_64.txt b/ydb/core/mind/bscontroller/ut/CMakeLists.darwin-x86_64.txt index 01a4e78755a..06d41045e82 100644 --- a/ydb/core/mind/bscontroller/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/mind/bscontroller/ut/CMakeLists.darwin-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-core-mind-bscontroller-ut PRIVATE target_link_libraries(ydb-core-mind-bscontroller-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-mind-bscontroller @@ -73,4 +72,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-mind-bscontroller-ut + system_allocator +) vcs_info(ydb-core-mind-bscontroller-ut) diff --git a/ydb/core/mind/bscontroller/ut/CMakeLists.linux-aarch64.txt b/ydb/core/mind/bscontroller/ut/CMakeLists.linux-aarch64.txt index 4153f49a711..f6b21105899 100644 --- a/ydb/core/mind/bscontroller/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/core/mind/bscontroller/ut/CMakeLists.linux-aarch64.txt @@ -15,7 +15,6 @@ target_link_libraries(ydb-core-mind-bscontroller-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main core-mind-bscontroller cpp-actors-util @@ -76,4 +75,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-mind-bscontroller-ut + cpp-malloc-jemalloc +) vcs_info(ydb-core-mind-bscontroller-ut) diff --git a/ydb/core/mind/bscontroller/ut/CMakeLists.linux-x86_64.txt b/ydb/core/mind/bscontroller/ut/CMakeLists.linux-x86_64.txt index 47cc95548ea..b77638d55c5 100644 --- a/ydb/core/mind/bscontroller/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/core/mind/bscontroller/ut/CMakeLists.linux-x86_64.txt @@ -15,8 +15,6 @@ target_link_libraries(ydb-core-mind-bscontroller-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main core-mind-bscontroller @@ -78,4 +76,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-mind-bscontroller-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-mind-bscontroller-ut) diff --git a/ydb/core/mind/bscontroller/ut/CMakeLists.windows-x86_64.txt b/ydb/core/mind/bscontroller/ut/CMakeLists.windows-x86_64.txt index c9f815288db..590bbf2e838 100644 --- a/ydb/core/mind/bscontroller/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/core/mind/bscontroller/ut/CMakeLists.windows-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-core-mind-bscontroller-ut PRIVATE target_link_libraries(ydb-core-mind-bscontroller-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-mind-bscontroller @@ -66,4 +65,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-mind-bscontroller-ut + system_allocator +) vcs_info(ydb-core-mind-bscontroller-ut) diff --git a/ydb/core/mind/bscontroller/ut_bscontroller/CMakeLists.darwin-x86_64.txt b/ydb/core/mind/bscontroller/ut_bscontroller/CMakeLists.darwin-x86_64.txt index 82e18f750b2..79d6928d1cb 100644 --- a/ydb/core/mind/bscontroller/ut_bscontroller/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/mind/bscontroller/ut_bscontroller/CMakeLists.darwin-x86_64.txt @@ -14,7 +14,6 @@ target_compile_options(ydb-core-mind-bscontroller-ut_bscontroller PRIVATE target_link_libraries(ydb-core-mind-bscontroller-ut_bscontroller PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-base @@ -76,4 +75,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-mind-bscontroller-ut_bscontroller + system_allocator +) vcs_info(ydb-core-mind-bscontroller-ut_bscontroller) diff --git a/ydb/core/mind/bscontroller/ut_bscontroller/CMakeLists.linux-aarch64.txt b/ydb/core/mind/bscontroller/ut_bscontroller/CMakeLists.linux-aarch64.txt index 4af3cea52bc..d43673ebbe3 100644 --- a/ydb/core/mind/bscontroller/ut_bscontroller/CMakeLists.linux-aarch64.txt +++ b/ydb/core/mind/bscontroller/ut_bscontroller/CMakeLists.linux-aarch64.txt @@ -15,7 +15,6 @@ target_link_libraries(ydb-core-mind-bscontroller-ut_bscontroller PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main ydb-core-base ydb-core-blobstorage @@ -79,4 +78,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-mind-bscontroller-ut_bscontroller + cpp-malloc-jemalloc +) vcs_info(ydb-core-mind-bscontroller-ut_bscontroller) diff --git a/ydb/core/mind/bscontroller/ut_bscontroller/CMakeLists.linux-x86_64.txt b/ydb/core/mind/bscontroller/ut_bscontroller/CMakeLists.linux-x86_64.txt index 709ef883212..08ac9f2d4fd 100644 --- a/ydb/core/mind/bscontroller/ut_bscontroller/CMakeLists.linux-x86_64.txt +++ b/ydb/core/mind/bscontroller/ut_bscontroller/CMakeLists.linux-x86_64.txt @@ -15,8 +15,6 @@ target_link_libraries(ydb-core-mind-bscontroller-ut_bscontroller PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-base @@ -81,4 +79,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-mind-bscontroller-ut_bscontroller + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-mind-bscontroller-ut_bscontroller) diff --git a/ydb/core/mind/bscontroller/ut_bscontroller/CMakeLists.windows-x86_64.txt b/ydb/core/mind/bscontroller/ut_bscontroller/CMakeLists.windows-x86_64.txt index b0b2bfe60e0..219184edbdd 100644 --- a/ydb/core/mind/bscontroller/ut_bscontroller/CMakeLists.windows-x86_64.txt +++ b/ydb/core/mind/bscontroller/ut_bscontroller/CMakeLists.windows-x86_64.txt @@ -14,7 +14,6 @@ target_compile_options(ydb-core-mind-bscontroller-ut_bscontroller PRIVATE target_link_libraries(ydb-core-mind-bscontroller-ut_bscontroller PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-base @@ -69,4 +68,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-mind-bscontroller-ut_bscontroller + system_allocator +) vcs_info(ydb-core-mind-bscontroller-ut_bscontroller) diff --git a/ydb/core/mind/bscontroller/ut_selfheal/CMakeLists.darwin-x86_64.txt b/ydb/core/mind/bscontroller/ut_selfheal/CMakeLists.darwin-x86_64.txt index 687198f0abb..c876fd15d3f 100644 --- a/ydb/core/mind/bscontroller/ut_selfheal/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/mind/bscontroller/ut_selfheal/CMakeLists.darwin-x86_64.txt @@ -14,7 +14,6 @@ target_compile_options(ydb-core-mind-bscontroller-ut_selfheal PRIVATE target_link_libraries(ydb-core-mind-bscontroller-ut_selfheal PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main blobstorage-dsproxy-mock @@ -68,4 +67,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-mind-bscontroller-ut_selfheal + system_allocator +) vcs_info(ydb-core-mind-bscontroller-ut_selfheal) diff --git a/ydb/core/mind/bscontroller/ut_selfheal/CMakeLists.linux-aarch64.txt b/ydb/core/mind/bscontroller/ut_selfheal/CMakeLists.linux-aarch64.txt index 8abc1281d94..f70a4460c33 100644 --- a/ydb/core/mind/bscontroller/ut_selfheal/CMakeLists.linux-aarch64.txt +++ b/ydb/core/mind/bscontroller/ut_selfheal/CMakeLists.linux-aarch64.txt @@ -15,7 +15,6 @@ target_link_libraries(ydb-core-mind-bscontroller-ut_selfheal PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main blobstorage-dsproxy-mock blobstorage-pdisk-mock @@ -71,4 +70,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-mind-bscontroller-ut_selfheal + cpp-malloc-jemalloc +) vcs_info(ydb-core-mind-bscontroller-ut_selfheal) diff --git a/ydb/core/mind/bscontroller/ut_selfheal/CMakeLists.linux-x86_64.txt b/ydb/core/mind/bscontroller/ut_selfheal/CMakeLists.linux-x86_64.txt index bf1ec3e67ca..f42e2b8e6ef 100644 --- a/ydb/core/mind/bscontroller/ut_selfheal/CMakeLists.linux-x86_64.txt +++ b/ydb/core/mind/bscontroller/ut_selfheal/CMakeLists.linux-x86_64.txt @@ -15,8 +15,6 @@ target_link_libraries(ydb-core-mind-bscontroller-ut_selfheal PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main blobstorage-dsproxy-mock @@ -73,4 +71,8 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-mind-bscontroller-ut_selfheal + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-mind-bscontroller-ut_selfheal) diff --git a/ydb/core/mind/bscontroller/ut_selfheal/CMakeLists.windows-x86_64.txt b/ydb/core/mind/bscontroller/ut_selfheal/CMakeLists.windows-x86_64.txt index f922dc296cb..8cc3a5a9749 100644 --- a/ydb/core/mind/bscontroller/ut_selfheal/CMakeLists.windows-x86_64.txt +++ b/ydb/core/mind/bscontroller/ut_selfheal/CMakeLists.windows-x86_64.txt @@ -14,7 +14,6 @@ target_compile_options(ydb-core-mind-bscontroller-ut_selfheal PRIVATE target_link_libraries(ydb-core-mind-bscontroller-ut_selfheal PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main blobstorage-dsproxy-mock @@ -61,4 +60,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-mind-bscontroller-ut_selfheal + system_allocator +) vcs_info(ydb-core-mind-bscontroller-ut_selfheal) diff --git a/ydb/core/mind/hive/ut/CMakeLists.darwin-x86_64.txt b/ydb/core/mind/hive/ut/CMakeLists.darwin-x86_64.txt index f2346f6edd9..064e5923490 100644 --- a/ydb/core/mind/hive/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/mind/hive/ut/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-mind-hive-ut PRIVATE target_link_libraries(ydb-core-mind-hive-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-mind-hive @@ -81,4 +80,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-mind-hive-ut + system_allocator +) vcs_info(ydb-core-mind-hive-ut) diff --git a/ydb/core/mind/hive/ut/CMakeLists.linux-aarch64.txt b/ydb/core/mind/hive/ut/CMakeLists.linux-aarch64.txt index 6098b5c7882..02cd51d6af8 100644 --- a/ydb/core/mind/hive/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/core/mind/hive/ut/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-core-mind-hive-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main core-mind-hive library-cpp-getopt @@ -84,4 +83,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-mind-hive-ut + cpp-malloc-jemalloc +) vcs_info(ydb-core-mind-hive-ut) diff --git a/ydb/core/mind/hive/ut/CMakeLists.linux-x86_64.txt b/ydb/core/mind/hive/ut/CMakeLists.linux-x86_64.txt index 6e1fe78e22c..5d8e38c0e03 100644 --- a/ydb/core/mind/hive/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/core/mind/hive/ut/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-core-mind-hive-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main core-mind-hive @@ -86,4 +84,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-mind-hive-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-mind-hive-ut) diff --git a/ydb/core/mind/hive/ut/CMakeLists.windows-x86_64.txt b/ydb/core/mind/hive/ut/CMakeLists.windows-x86_64.txt index b795bbaa925..5a03b421c33 100644 --- a/ydb/core/mind/hive/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/core/mind/hive/ut/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-mind-hive-ut PRIVATE target_link_libraries(ydb-core-mind-hive-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-mind-hive @@ -74,4 +73,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-mind-hive-ut + system_allocator +) vcs_info(ydb-core-mind-hive-ut) diff --git a/ydb/core/mind/ut/CMakeLists.darwin-x86_64.txt b/ydb/core/mind/ut/CMakeLists.darwin-x86_64.txt index 1e18136cc1c..fdc58adead7 100644 --- a/ydb/core/mind/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/mind/ut/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-mind-ut PRIVATE target_link_libraries(ydb-core-mind-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-mind @@ -79,4 +78,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-mind-ut + system_allocator +) vcs_info(ydb-core-mind-ut) diff --git a/ydb/core/mind/ut/CMakeLists.linux-aarch64.txt b/ydb/core/mind/ut/CMakeLists.linux-aarch64.txt index f8ed467d27c..5ce27c64f6e 100644 --- a/ydb/core/mind/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/core/mind/ut/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-core-mind-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main ydb-core-mind library-cpp-getopt @@ -82,4 +81,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-mind-ut + cpp-malloc-jemalloc +) vcs_info(ydb-core-mind-ut) diff --git a/ydb/core/mind/ut/CMakeLists.linux-x86_64.txt b/ydb/core/mind/ut/CMakeLists.linux-x86_64.txt index 611a4b83d7c..0af8cc28e42 100644 --- a/ydb/core/mind/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/core/mind/ut/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-core-mind-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-mind @@ -84,4 +82,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-mind-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-mind-ut) diff --git a/ydb/core/mind/ut/CMakeLists.windows-x86_64.txt b/ydb/core/mind/ut/CMakeLists.windows-x86_64.txt index 0be9fa2390f..adb46e4defd 100644 --- a/ydb/core/mind/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/core/mind/ut/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-mind-ut PRIVATE target_link_libraries(ydb-core-mind-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-mind @@ -72,4 +71,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-mind-ut + system_allocator +) vcs_info(ydb-core-mind-ut) diff --git a/ydb/core/mind/ut_fat/CMakeLists.darwin-x86_64.txt b/ydb/core/mind/ut_fat/CMakeLists.darwin-x86_64.txt index de3b258b7be..fd3564ca728 100644 --- a/ydb/core/mind/ut_fat/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/mind/ut_fat/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-mind-ut_fat PRIVATE target_link_libraries(ydb-core-mind-ut_fat PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-mind @@ -82,4 +81,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-mind-ut_fat + system_allocator +) vcs_info(ydb-core-mind-ut_fat) diff --git a/ydb/core/mind/ut_fat/CMakeLists.linux-aarch64.txt b/ydb/core/mind/ut_fat/CMakeLists.linux-aarch64.txt index 4428503de50..e51d42f93b5 100644 --- a/ydb/core/mind/ut_fat/CMakeLists.linux-aarch64.txt +++ b/ydb/core/mind/ut_fat/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-core-mind-ut_fat PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main ydb-core-mind library-cpp-getopt @@ -85,4 +84,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-mind-ut_fat + cpp-malloc-jemalloc +) vcs_info(ydb-core-mind-ut_fat) diff --git a/ydb/core/mind/ut_fat/CMakeLists.linux-x86_64.txt b/ydb/core/mind/ut_fat/CMakeLists.linux-x86_64.txt index c450dbc15e0..e7264e0ae66 100644 --- a/ydb/core/mind/ut_fat/CMakeLists.linux-x86_64.txt +++ b/ydb/core/mind/ut_fat/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-core-mind-ut_fat PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-mind @@ -87,4 +85,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-mind-ut_fat + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-mind-ut_fat) diff --git a/ydb/core/mind/ut_fat/CMakeLists.windows-x86_64.txt b/ydb/core/mind/ut_fat/CMakeLists.windows-x86_64.txt index e554066f20c..f87c06b7585 100644 --- a/ydb/core/mind/ut_fat/CMakeLists.windows-x86_64.txt +++ b/ydb/core/mind/ut_fat/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-mind-ut_fat PRIVATE target_link_libraries(ydb-core-mind-ut_fat PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-mind @@ -75,4 +74,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-mind-ut_fat + system_allocator +) vcs_info(ydb-core-mind-ut_fat) diff --git a/ydb/core/persqueue/ut/CMakeLists.darwin-x86_64.txt b/ydb/core/persqueue/ut/CMakeLists.darwin-x86_64.txt index 3e93c3597a1..dee2d1aef8c 100644 --- a/ydb/core/persqueue/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/persqueue/ut/CMakeLists.darwin-x86_64.txt @@ -25,7 +25,6 @@ target_include_directories(ydb-core-persqueue-ut PRIVATE target_link_libraries(ydb-core-persqueue-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-persqueue @@ -115,4 +114,7 @@ resources(ydb-core-persqueue-ut counters_pqproxy.html counters_labeled.json ) +target_allocator(ydb-core-persqueue-ut + system_allocator +) vcs_info(ydb-core-persqueue-ut) diff --git a/ydb/core/persqueue/ut/CMakeLists.linux-aarch64.txt b/ydb/core/persqueue/ut/CMakeLists.linux-aarch64.txt index 3bbbd6bad6b..adbb8735bcf 100644 --- a/ydb/core/persqueue/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/core/persqueue/ut/CMakeLists.linux-aarch64.txt @@ -26,7 +26,6 @@ target_link_libraries(ydb-core-persqueue-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main ydb-core-persqueue library-cpp-getopt @@ -118,4 +117,7 @@ resources(ydb-core-persqueue-ut counters_pqproxy.html counters_labeled.json ) +target_allocator(ydb-core-persqueue-ut + cpp-malloc-jemalloc +) vcs_info(ydb-core-persqueue-ut) diff --git a/ydb/core/persqueue/ut/CMakeLists.linux-x86_64.txt b/ydb/core/persqueue/ut/CMakeLists.linux-x86_64.txt index 7a61d370763..2533fc4e246 100644 --- a/ydb/core/persqueue/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/core/persqueue/ut/CMakeLists.linux-x86_64.txt @@ -26,8 +26,6 @@ target_link_libraries(ydb-core-persqueue-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-persqueue @@ -120,4 +118,8 @@ resources(ydb-core-persqueue-ut counters_pqproxy.html counters_labeled.json ) +target_allocator(ydb-core-persqueue-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-persqueue-ut) diff --git a/ydb/core/persqueue/ut/CMakeLists.windows-x86_64.txt b/ydb/core/persqueue/ut/CMakeLists.windows-x86_64.txt index 0bf60e20c3b..9b747296e7e 100644 --- a/ydb/core/persqueue/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/core/persqueue/ut/CMakeLists.windows-x86_64.txt @@ -25,7 +25,6 @@ target_include_directories(ydb-core-persqueue-ut PRIVATE target_link_libraries(ydb-core-persqueue-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-persqueue @@ -108,4 +107,7 @@ resources(ydb-core-persqueue-ut counters_pqproxy.html counters_labeled.json ) +target_allocator(ydb-core-persqueue-ut + system_allocator +) vcs_info(ydb-core-persqueue-ut) diff --git a/ydb/core/persqueue/ut/slow/CMakeLists.darwin-x86_64.txt b/ydb/core/persqueue/ut/slow/CMakeLists.darwin-x86_64.txt index 906aa4cf523..ce37c4f8e0e 100644 --- a/ydb/core/persqueue/ut/slow/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/persqueue/ut/slow/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-persqueue-ut-slow PRIVATE target_link_libraries(ydb-core-persqueue-ut-slow PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-persqueue @@ -77,4 +76,7 @@ set_yunittest_property( TIMEOUT 3600 ) +target_allocator(ydb-core-persqueue-ut-slow + system_allocator +) vcs_info(ydb-core-persqueue-ut-slow) diff --git a/ydb/core/persqueue/ut/slow/CMakeLists.linux-aarch64.txt b/ydb/core/persqueue/ut/slow/CMakeLists.linux-aarch64.txt index 748c38d8a58..786137b815d 100644 --- a/ydb/core/persqueue/ut/slow/CMakeLists.linux-aarch64.txt +++ b/ydb/core/persqueue/ut/slow/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-core-persqueue-ut-slow PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main ydb-core-persqueue library-cpp-getopt @@ -80,4 +79,7 @@ set_yunittest_property( TIMEOUT 3600 ) +target_allocator(ydb-core-persqueue-ut-slow + cpp-malloc-jemalloc +) vcs_info(ydb-core-persqueue-ut-slow) diff --git a/ydb/core/persqueue/ut/slow/CMakeLists.linux-x86_64.txt b/ydb/core/persqueue/ut/slow/CMakeLists.linux-x86_64.txt index 24d1481125e..537636e2e62 100644 --- a/ydb/core/persqueue/ut/slow/CMakeLists.linux-x86_64.txt +++ b/ydb/core/persqueue/ut/slow/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-core-persqueue-ut-slow PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-persqueue @@ -82,4 +80,8 @@ set_yunittest_property( TIMEOUT 3600 ) +target_allocator(ydb-core-persqueue-ut-slow + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-persqueue-ut-slow) diff --git a/ydb/core/persqueue/ut/slow/CMakeLists.windows-x86_64.txt b/ydb/core/persqueue/ut/slow/CMakeLists.windows-x86_64.txt index 78e730e0372..50fd082b37f 100644 --- a/ydb/core/persqueue/ut/slow/CMakeLists.windows-x86_64.txt +++ b/ydb/core/persqueue/ut/slow/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-persqueue-ut-slow PRIVATE target_link_libraries(ydb-core-persqueue-ut-slow PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-persqueue @@ -70,4 +69,7 @@ set_yunittest_property( TIMEOUT 3600 ) +target_allocator(ydb-core-persqueue-ut-slow + system_allocator +) vcs_info(ydb-core-persqueue-ut-slow) diff --git a/ydb/core/pgproxy/ut/CMakeLists.darwin-x86_64.txt b/ydb/core/pgproxy/ut/CMakeLists.darwin-x86_64.txt index 2db1d7f24d7..6d6f923467f 100644 --- a/ydb/core/pgproxy/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/pgproxy/ut/CMakeLists.darwin-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-core-pgproxy-ut PRIVATE target_link_libraries(ydb-core-pgproxy-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-pgproxy @@ -63,4 +62,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-pgproxy-ut + system_allocator +) vcs_info(ydb-core-pgproxy-ut) diff --git a/ydb/core/pgproxy/ut/CMakeLists.linux-aarch64.txt b/ydb/core/pgproxy/ut/CMakeLists.linux-aarch64.txt index a152adfede0..674dcb6d2d4 100644 --- a/ydb/core/pgproxy/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/core/pgproxy/ut/CMakeLists.linux-aarch64.txt @@ -15,7 +15,6 @@ target_link_libraries(ydb-core-pgproxy-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main ydb-core-pgproxy cpp-actors-testlib @@ -66,4 +65,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-pgproxy-ut + cpp-malloc-jemalloc +) vcs_info(ydb-core-pgproxy-ut) diff --git a/ydb/core/pgproxy/ut/CMakeLists.linux-x86_64.txt b/ydb/core/pgproxy/ut/CMakeLists.linux-x86_64.txt index 72aac702c8a..5ec9af62a7c 100644 --- a/ydb/core/pgproxy/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/core/pgproxy/ut/CMakeLists.linux-x86_64.txt @@ -15,8 +15,6 @@ target_link_libraries(ydb-core-pgproxy-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-pgproxy @@ -68,4 +66,8 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-pgproxy-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-pgproxy-ut) diff --git a/ydb/core/pgproxy/ut/CMakeLists.windows-x86_64.txt b/ydb/core/pgproxy/ut/CMakeLists.windows-x86_64.txt index fe17a345e8f..26a25a68140 100644 --- a/ydb/core/pgproxy/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/core/pgproxy/ut/CMakeLists.windows-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-core-pgproxy-ut PRIVATE target_link_libraries(ydb-core-pgproxy-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-pgproxy @@ -56,4 +55,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-pgproxy-ut + system_allocator +) vcs_info(ydb-core-pgproxy-ut) diff --git a/ydb/core/public_http/ut/CMakeLists.darwin-x86_64.txt b/ydb/core/public_http/ut/CMakeLists.darwin-x86_64.txt index 8e5ede8b9f7..ed51bde73c8 100644 --- a/ydb/core/public_http/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/public_http/ut/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-public_http-ut PRIVATE target_link_libraries(ydb-core-public_http-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-public_http @@ -69,4 +68,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-public_http-ut + system_allocator +) vcs_info(ydb-core-public_http-ut) diff --git a/ydb/core/public_http/ut/CMakeLists.linux-aarch64.txt b/ydb/core/public_http/ut/CMakeLists.linux-aarch64.txt index 33cc8c8187e..7e4336e9972 100644 --- a/ydb/core/public_http/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/core/public_http/ut/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-core-public_http-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main ydb-core-public_http udf-service-exception_policy @@ -72,4 +71,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-public_http-ut + cpp-malloc-jemalloc +) vcs_info(ydb-core-public_http-ut) diff --git a/ydb/core/public_http/ut/CMakeLists.linux-x86_64.txt b/ydb/core/public_http/ut/CMakeLists.linux-x86_64.txt index a9a28e77887..ec56fc75c9f 100644 --- a/ydb/core/public_http/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/core/public_http/ut/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-core-public_http-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-public_http @@ -74,4 +72,8 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-public_http-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-public_http-ut) diff --git a/ydb/core/public_http/ut/CMakeLists.windows-x86_64.txt b/ydb/core/public_http/ut/CMakeLists.windows-x86_64.txt index be84a336093..a09328b774e 100644 --- a/ydb/core/public_http/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/core/public_http/ut/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-public_http-ut PRIVATE target_link_libraries(ydb-core-public_http-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-public_http @@ -62,4 +61,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-public_http-ut + system_allocator +) vcs_info(ydb-core-public_http-ut) diff --git a/ydb/core/quoter/quoter_service_bandwidth_test/CMakeLists.darwin-x86_64.txt b/ydb/core/quoter/quoter_service_bandwidth_test/CMakeLists.darwin-x86_64.txt index 1d76b1d665f..30406f7e8cc 100644 --- a/ydb/core/quoter/quoter_service_bandwidth_test/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/quoter/quoter_service_bandwidth_test/CMakeLists.darwin-x86_64.txt @@ -14,7 +14,6 @@ target_compile_options(quoter_service_bandwidth_test PRIVATE target_link_libraries(quoter_service_bandwidth_test PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check library-cpp-colorizer library-cpp-getopt @@ -35,4 +34,7 @@ target_sources(quoter_service_bandwidth_test PRIVATE ${CMAKE_SOURCE_DIR}/ydb/core/quoter/quoter_service_bandwidth_test/quota_requester.cpp ${CMAKE_SOURCE_DIR}/ydb/core/quoter/quoter_service_bandwidth_test/server.cpp ) +target_allocator(quoter_service_bandwidth_test + system_allocator +) vcs_info(quoter_service_bandwidth_test) diff --git a/ydb/core/quoter/quoter_service_bandwidth_test/CMakeLists.linux-aarch64.txt b/ydb/core/quoter/quoter_service_bandwidth_test/CMakeLists.linux-aarch64.txt index 7ed259683a7..967d47bc58c 100644 --- a/ydb/core/quoter/quoter_service_bandwidth_test/CMakeLists.linux-aarch64.txt +++ b/ydb/core/quoter/quoter_service_bandwidth_test/CMakeLists.linux-aarch64.txt @@ -15,7 +15,6 @@ target_link_libraries(quoter_service_bandwidth_test PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc library-cpp-colorizer library-cpp-getopt ydb-core-base @@ -38,4 +37,7 @@ target_sources(quoter_service_bandwidth_test PRIVATE ${CMAKE_SOURCE_DIR}/ydb/core/quoter/quoter_service_bandwidth_test/quota_requester.cpp ${CMAKE_SOURCE_DIR}/ydb/core/quoter/quoter_service_bandwidth_test/server.cpp ) +target_allocator(quoter_service_bandwidth_test + cpp-malloc-jemalloc +) vcs_info(quoter_service_bandwidth_test) diff --git a/ydb/core/quoter/quoter_service_bandwidth_test/CMakeLists.linux-x86_64.txt b/ydb/core/quoter/quoter_service_bandwidth_test/CMakeLists.linux-x86_64.txt index 58b7d747289..e250b9e32e9 100644 --- a/ydb/core/quoter/quoter_service_bandwidth_test/CMakeLists.linux-x86_64.txt +++ b/ydb/core/quoter/quoter_service_bandwidth_test/CMakeLists.linux-x86_64.txt @@ -15,8 +15,6 @@ target_link_libraries(quoter_service_bandwidth_test PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check library-cpp-colorizer library-cpp-getopt @@ -40,4 +38,8 @@ target_sources(quoter_service_bandwidth_test PRIVATE ${CMAKE_SOURCE_DIR}/ydb/core/quoter/quoter_service_bandwidth_test/quota_requester.cpp ${CMAKE_SOURCE_DIR}/ydb/core/quoter/quoter_service_bandwidth_test/server.cpp ) +target_allocator(quoter_service_bandwidth_test + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(quoter_service_bandwidth_test) diff --git a/ydb/core/quoter/quoter_service_bandwidth_test/CMakeLists.windows-x86_64.txt b/ydb/core/quoter/quoter_service_bandwidth_test/CMakeLists.windows-x86_64.txt index a36fc768af0..c28b8c3bb8b 100644 --- a/ydb/core/quoter/quoter_service_bandwidth_test/CMakeLists.windows-x86_64.txt +++ b/ydb/core/quoter/quoter_service_bandwidth_test/CMakeLists.windows-x86_64.txt @@ -14,7 +14,6 @@ target_compile_options(quoter_service_bandwidth_test PRIVATE target_link_libraries(quoter_service_bandwidth_test PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check library-cpp-colorizer library-cpp-getopt @@ -28,4 +27,7 @@ target_sources(quoter_service_bandwidth_test PRIVATE ${CMAKE_SOURCE_DIR}/ydb/core/quoter/quoter_service_bandwidth_test/quota_requester.cpp ${CMAKE_SOURCE_DIR}/ydb/core/quoter/quoter_service_bandwidth_test/server.cpp ) +target_allocator(quoter_service_bandwidth_test + system_allocator +) vcs_info(quoter_service_bandwidth_test) diff --git a/ydb/core/quoter/ut/CMakeLists.darwin-x86_64.txt b/ydb/core/quoter/ut/CMakeLists.darwin-x86_64.txt index e97ac122263..700d6c672e2 100644 --- a/ydb/core/quoter/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/quoter/ut/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-quoter-ut PRIVATE target_link_libraries(ydb-core-quoter-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-quoter @@ -76,4 +75,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-quoter-ut + system_allocator +) vcs_info(ydb-core-quoter-ut) diff --git a/ydb/core/quoter/ut/CMakeLists.linux-aarch64.txt b/ydb/core/quoter/ut/CMakeLists.linux-aarch64.txt index 66248861d8e..0fdf358104e 100644 --- a/ydb/core/quoter/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/core/quoter/ut/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-core-quoter-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main ydb-core-quoter cpp-testing-gmock_in_unittest @@ -79,4 +78,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-quoter-ut + cpp-malloc-jemalloc +) vcs_info(ydb-core-quoter-ut) diff --git a/ydb/core/quoter/ut/CMakeLists.linux-x86_64.txt b/ydb/core/quoter/ut/CMakeLists.linux-x86_64.txt index 73b14cd7cd8..27a18de59ac 100644 --- a/ydb/core/quoter/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/core/quoter/ut/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-core-quoter-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-quoter @@ -81,4 +79,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-quoter-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-quoter-ut) diff --git a/ydb/core/scheme/ut/CMakeLists.darwin-x86_64.txt b/ydb/core/scheme/ut/CMakeLists.darwin-x86_64.txt index ba03be95d29..6b2abd07fcd 100644 --- a/ydb/core/scheme/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/scheme/ut/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-scheme-ut PRIVATE target_link_libraries(ydb-core-scheme-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-scheme @@ -68,4 +67,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-scheme-ut + system_allocator +) vcs_info(ydb-core-scheme-ut) diff --git a/ydb/core/scheme/ut/CMakeLists.linux-aarch64.txt b/ydb/core/scheme/ut/CMakeLists.linux-aarch64.txt index 764b88f290d..4bac93ddfc7 100644 --- a/ydb/core/scheme/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/core/scheme/ut/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-core-scheme-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main ydb-core-scheme udf-service-stub @@ -71,4 +70,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-scheme-ut + cpp-malloc-jemalloc +) vcs_info(ydb-core-scheme-ut) diff --git a/ydb/core/scheme/ut/CMakeLists.linux-x86_64.txt b/ydb/core/scheme/ut/CMakeLists.linux-x86_64.txt index d6dc4618e3a..8f8e9fc1d8f 100644 --- a/ydb/core/scheme/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/core/scheme/ut/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-core-scheme-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-scheme @@ -73,4 +71,8 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-scheme-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-scheme-ut) diff --git a/ydb/core/scheme/ut/CMakeLists.windows-x86_64.txt b/ydb/core/scheme/ut/CMakeLists.windows-x86_64.txt index 530108be571..9e546a0dcca 100644 --- a/ydb/core/scheme/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/core/scheme/ut/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-scheme-ut PRIVATE target_link_libraries(ydb-core-scheme-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-scheme @@ -61,4 +60,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-scheme-ut + system_allocator +) vcs_info(ydb-core-scheme-ut) diff --git a/ydb/core/security/ut/CMakeLists.darwin-x86_64.txt b/ydb/core/security/ut/CMakeLists.darwin-x86_64.txt index b88bcb9cf98..2868236a66d 100644 --- a/ydb/core/security/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/security/ut/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-security-ut PRIVATE target_link_libraries(ydb-core-security-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-security @@ -73,4 +72,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-security-ut + system_allocator +) vcs_info(ydb-core-security-ut) diff --git a/ydb/core/security/ut/CMakeLists.linux-aarch64.txt b/ydb/core/security/ut/CMakeLists.linux-aarch64.txt index 4440e225575..9d44077fa3c 100644 --- a/ydb/core/security/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/core/security/ut/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-core-security-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main ydb-core-security core-testlib-default @@ -76,4 +75,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-security-ut + cpp-malloc-jemalloc +) vcs_info(ydb-core-security-ut) diff --git a/ydb/core/security/ut/CMakeLists.linux-x86_64.txt b/ydb/core/security/ut/CMakeLists.linux-x86_64.txt index 42d399ab95b..b93d49f4c91 100644 --- a/ydb/core/security/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/core/security/ut/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-core-security-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-security @@ -78,4 +76,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-security-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-security-ut) diff --git a/ydb/core/security/ut/CMakeLists.windows-x86_64.txt b/ydb/core/security/ut/CMakeLists.windows-x86_64.txt index a263ff25493..175db258cda 100644 --- a/ydb/core/security/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/core/security/ut/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-security-ut PRIVATE target_link_libraries(ydb-core-security-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-security @@ -66,4 +65,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-security-ut + system_allocator +) vcs_info(ydb-core-security-ut) diff --git a/ydb/core/sys_view/partition_stats/ut/CMakeLists.darwin-x86_64.txt b/ydb/core/sys_view/partition_stats/ut/CMakeLists.darwin-x86_64.txt index e3c48c609e7..a8cecba9db1 100644 --- a/ydb/core/sys_view/partition_stats/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/sys_view/partition_stats/ut/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-sys_view-partition_stats-ut PRIVATE target_link_libraries(ydb-core-sys_view-partition_stats-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-sys_view-partition_stats @@ -74,4 +73,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-sys_view-partition_stats-ut + system_allocator +) vcs_info(ydb-core-sys_view-partition_stats-ut) diff --git a/ydb/core/sys_view/partition_stats/ut/CMakeLists.linux-aarch64.txt b/ydb/core/sys_view/partition_stats/ut/CMakeLists.linux-aarch64.txt index 1a22ca23741..63ae273da7f 100644 --- a/ydb/core/sys_view/partition_stats/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/core/sys_view/partition_stats/ut/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-core-sys_view-partition_stats-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main core-sys_view-partition_stats cpp-testing-unittest @@ -77,4 +76,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-sys_view-partition_stats-ut + cpp-malloc-jemalloc +) vcs_info(ydb-core-sys_view-partition_stats-ut) diff --git a/ydb/core/sys_view/partition_stats/ut/CMakeLists.linux-x86_64.txt b/ydb/core/sys_view/partition_stats/ut/CMakeLists.linux-x86_64.txt index 3d2adfc6bf5..ac0db6a4167 100644 --- a/ydb/core/sys_view/partition_stats/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/core/sys_view/partition_stats/ut/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-core-sys_view-partition_stats-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main core-sys_view-partition_stats @@ -79,4 +77,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-sys_view-partition_stats-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-sys_view-partition_stats-ut) diff --git a/ydb/core/sys_view/partition_stats/ut/CMakeLists.windows-x86_64.txt b/ydb/core/sys_view/partition_stats/ut/CMakeLists.windows-x86_64.txt index a120600099e..8f8fd615fb2 100644 --- a/ydb/core/sys_view/partition_stats/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/core/sys_view/partition_stats/ut/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-sys_view-partition_stats-ut PRIVATE target_link_libraries(ydb-core-sys_view-partition_stats-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-sys_view-partition_stats @@ -67,4 +66,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-sys_view-partition_stats-ut + system_allocator +) vcs_info(ydb-core-sys_view-partition_stats-ut) diff --git a/ydb/core/sys_view/query_stats/ut/CMakeLists.darwin-x86_64.txt b/ydb/core/sys_view/query_stats/ut/CMakeLists.darwin-x86_64.txt index 1ad0a984510..531926a0a79 100644 --- a/ydb/core/sys_view/query_stats/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/sys_view/query_stats/ut/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-sys_view-query_stats-ut PRIVATE target_link_libraries(ydb-core-sys_view-query_stats-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-sys_view-query_stats @@ -74,4 +73,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-sys_view-query_stats-ut + system_allocator +) vcs_info(ydb-core-sys_view-query_stats-ut) diff --git a/ydb/core/sys_view/query_stats/ut/CMakeLists.linux-aarch64.txt b/ydb/core/sys_view/query_stats/ut/CMakeLists.linux-aarch64.txt index 4b6652c4b81..d4447465b8e 100644 --- a/ydb/core/sys_view/query_stats/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/core/sys_view/query_stats/ut/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-core-sys_view-query_stats-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main core-sys_view-query_stats cpp-testing-unittest @@ -77,4 +76,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-sys_view-query_stats-ut + cpp-malloc-jemalloc +) vcs_info(ydb-core-sys_view-query_stats-ut) diff --git a/ydb/core/sys_view/query_stats/ut/CMakeLists.linux-x86_64.txt b/ydb/core/sys_view/query_stats/ut/CMakeLists.linux-x86_64.txt index a757399d4cb..60407dae0b9 100644 --- a/ydb/core/sys_view/query_stats/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/core/sys_view/query_stats/ut/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-core-sys_view-query_stats-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main core-sys_view-query_stats @@ -79,4 +77,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-sys_view-query_stats-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-sys_view-query_stats-ut) diff --git a/ydb/core/sys_view/query_stats/ut/CMakeLists.windows-x86_64.txt b/ydb/core/sys_view/query_stats/ut/CMakeLists.windows-x86_64.txt index f752af2f197..4d3a2ec8f7b 100644 --- a/ydb/core/sys_view/query_stats/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/core/sys_view/query_stats/ut/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-sys_view-query_stats-ut PRIVATE target_link_libraries(ydb-core-sys_view-query_stats-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-sys_view-query_stats @@ -67,4 +66,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-sys_view-query_stats-ut + system_allocator +) vcs_info(ydb-core-sys_view-query_stats-ut) diff --git a/ydb/core/sys_view/service/ut/CMakeLists.darwin-x86_64.txt b/ydb/core/sys_view/service/ut/CMakeLists.darwin-x86_64.txt index bfb281e01ef..481cfefbddf 100644 --- a/ydb/core/sys_view/service/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/sys_view/service/ut/CMakeLists.darwin-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-core-sys_view-service-ut PRIVATE target_link_libraries(ydb-core-sys_view-service-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-sys_view-service @@ -70,4 +69,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-sys_view-service-ut + system_allocator +) vcs_info(ydb-core-sys_view-service-ut) diff --git a/ydb/core/sys_view/service/ut/CMakeLists.linux-aarch64.txt b/ydb/core/sys_view/service/ut/CMakeLists.linux-aarch64.txt index 99d599ed112..347b7e3bf6d 100644 --- a/ydb/core/sys_view/service/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/core/sys_view/service/ut/CMakeLists.linux-aarch64.txt @@ -15,7 +15,6 @@ target_link_libraries(ydb-core-sys_view-service-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main core-sys_view-service cpp-testing-unittest @@ -73,4 +72,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-sys_view-service-ut + cpp-malloc-jemalloc +) vcs_info(ydb-core-sys_view-service-ut) diff --git a/ydb/core/sys_view/service/ut/CMakeLists.linux-x86_64.txt b/ydb/core/sys_view/service/ut/CMakeLists.linux-x86_64.txt index acf8078ed29..0d606eaa98e 100644 --- a/ydb/core/sys_view/service/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/core/sys_view/service/ut/CMakeLists.linux-x86_64.txt @@ -15,8 +15,6 @@ target_link_libraries(ydb-core-sys_view-service-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main core-sys_view-service @@ -75,4 +73,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-sys_view-service-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-sys_view-service-ut) diff --git a/ydb/core/sys_view/service/ut/CMakeLists.windows-x86_64.txt b/ydb/core/sys_view/service/ut/CMakeLists.windows-x86_64.txt index c2d5288609f..17272ade88a 100644 --- a/ydb/core/sys_view/service/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/core/sys_view/service/ut/CMakeLists.windows-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-core-sys_view-service-ut PRIVATE target_link_libraries(ydb-core-sys_view-service-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-sys_view-service @@ -63,4 +62,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-sys_view-service-ut + system_allocator +) vcs_info(ydb-core-sys_view-service-ut) diff --git a/ydb/core/sys_view/ut_kqp/CMakeLists.darwin-x86_64.txt b/ydb/core/sys_view/ut_kqp/CMakeLists.darwin-x86_64.txt index 0cfe84ede59..828e9c22093 100644 --- a/ydb/core/sys_view/ut_kqp/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/sys_view/ut_kqp/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-sys_view-ut_kqp PRIVATE target_link_libraries(ydb-core-sys_view-ut_kqp PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-sys_view @@ -81,4 +80,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-sys_view-ut_kqp + system_allocator +) vcs_info(ydb-core-sys_view-ut_kqp) diff --git a/ydb/core/sys_view/ut_kqp/CMakeLists.linux-aarch64.txt b/ydb/core/sys_view/ut_kqp/CMakeLists.linux-aarch64.txt index e0b1a3e06c4..6a80caf2518 100644 --- a/ydb/core/sys_view/ut_kqp/CMakeLists.linux-aarch64.txt +++ b/ydb/core/sys_view/ut_kqp/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-core-sys_view-ut_kqp PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main ydb-core-sys_view cpp-testing-unittest @@ -84,4 +83,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-sys_view-ut_kqp + cpp-malloc-jemalloc +) vcs_info(ydb-core-sys_view-ut_kqp) diff --git a/ydb/core/sys_view/ut_kqp/CMakeLists.linux-x86_64.txt b/ydb/core/sys_view/ut_kqp/CMakeLists.linux-x86_64.txt index 847436e4fe6..7c3f4f79607 100644 --- a/ydb/core/sys_view/ut_kqp/CMakeLists.linux-x86_64.txt +++ b/ydb/core/sys_view/ut_kqp/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-core-sys_view-ut_kqp PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-sys_view @@ -86,4 +84,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-sys_view-ut_kqp + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-sys_view-ut_kqp) diff --git a/ydb/core/sys_view/ut_kqp/CMakeLists.windows-x86_64.txt b/ydb/core/sys_view/ut_kqp/CMakeLists.windows-x86_64.txt index 48c06294552..3e0591e2b28 100644 --- a/ydb/core/sys_view/ut_kqp/CMakeLists.windows-x86_64.txt +++ b/ydb/core/sys_view/ut_kqp/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-sys_view-ut_kqp PRIVATE target_link_libraries(ydb-core-sys_view-ut_kqp PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-sys_view @@ -74,4 +73,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-sys_view-ut_kqp + system_allocator +) vcs_info(ydb-core-sys_view-ut_kqp) diff --git a/ydb/core/tablet/ut/CMakeLists.darwin-x86_64.txt b/ydb/core/tablet/ut/CMakeLists.darwin-x86_64.txt index 8bf2f1abee3..dc9d21b44b6 100644 --- a/ydb/core/tablet/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/tablet/ut/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tablet-ut PRIVATE target_link_libraries(ydb-core-tablet-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-tablet @@ -84,4 +83,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tablet-ut + system_allocator +) vcs_info(ydb-core-tablet-ut) diff --git a/ydb/core/tablet/ut/CMakeLists.linux-aarch64.txt b/ydb/core/tablet/ut/CMakeLists.linux-aarch64.txt index a4f237845bc..e7aa378a708 100644 --- a/ydb/core/tablet/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/core/tablet/ut/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-core-tablet-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main ydb-core-tablet library-cpp-getopt @@ -87,4 +86,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tablet-ut + cpp-malloc-jemalloc +) vcs_info(ydb-core-tablet-ut) diff --git a/ydb/core/tablet/ut/CMakeLists.linux-x86_64.txt b/ydb/core/tablet/ut/CMakeLists.linux-x86_64.txt index 309b68d490d..5664fae257f 100644 --- a/ydb/core/tablet/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/core/tablet/ut/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-core-tablet-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-tablet @@ -89,4 +87,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tablet-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-tablet-ut) diff --git a/ydb/core/tablet/ut/CMakeLists.windows-x86_64.txt b/ydb/core/tablet/ut/CMakeLists.windows-x86_64.txt index 6ff7de773a5..7d5197ab64b 100644 --- a/ydb/core/tablet/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/core/tablet/ut/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tablet-ut PRIVATE target_link_libraries(ydb-core-tablet-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-tablet @@ -77,4 +76,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tablet-ut + system_allocator +) vcs_info(ydb-core-tablet-ut) diff --git a/ydb/core/tablet_flat/test/tool/perf/CMakeLists.darwin-x86_64.txt b/ydb/core/tablet_flat/test/tool/perf/CMakeLists.darwin-x86_64.txt index b7ae561207b..94089b8cd04 100644 --- a/ydb/core/tablet_flat/test/tool/perf/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/tablet_flat/test/tool/perf/CMakeLists.darwin-x86_64.txt @@ -11,7 +11,6 @@ add_executable(table-perf) target_link_libraries(table-perf PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check test-libs-table library-cpp-charset @@ -31,4 +30,7 @@ target_sources(table-perf PRIVATE ${CMAKE_SOURCE_DIR}/ydb/core/tablet_flat/test/tool/perf/colons.cpp ${CMAKE_SOURCE_DIR}/ydb/core/tablet_flat/test/tool/perf/main.cpp ) +target_allocator(table-perf + system_allocator +) vcs_info(table-perf) diff --git a/ydb/core/tablet_flat/test/tool/perf/CMakeLists.linux-aarch64.txt b/ydb/core/tablet_flat/test/tool/perf/CMakeLists.linux-aarch64.txt index 5e89f0224c3..1d1f6bd0b18 100644 --- a/ydb/core/tablet_flat/test/tool/perf/CMakeLists.linux-aarch64.txt +++ b/ydb/core/tablet_flat/test/tool/perf/CMakeLists.linux-aarch64.txt @@ -12,7 +12,6 @@ target_link_libraries(table-perf PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc test-libs-table library-cpp-charset library-cpp-getopt @@ -34,4 +33,7 @@ target_sources(table-perf PRIVATE ${CMAKE_SOURCE_DIR}/ydb/core/tablet_flat/test/tool/perf/colons.cpp ${CMAKE_SOURCE_DIR}/ydb/core/tablet_flat/test/tool/perf/main.cpp ) +target_allocator(table-perf + cpp-malloc-jemalloc +) vcs_info(table-perf) diff --git a/ydb/core/tablet_flat/test/tool/perf/CMakeLists.linux-x86_64.txt b/ydb/core/tablet_flat/test/tool/perf/CMakeLists.linux-x86_64.txt index 1738debc181..c598b142497 100644 --- a/ydb/core/tablet_flat/test/tool/perf/CMakeLists.linux-x86_64.txt +++ b/ydb/core/tablet_flat/test/tool/perf/CMakeLists.linux-x86_64.txt @@ -12,8 +12,6 @@ target_link_libraries(table-perf PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check test-libs-table library-cpp-charset @@ -36,4 +34,8 @@ target_sources(table-perf PRIVATE ${CMAKE_SOURCE_DIR}/ydb/core/tablet_flat/test/tool/perf/colons.cpp ${CMAKE_SOURCE_DIR}/ydb/core/tablet_flat/test/tool/perf/main.cpp ) +target_allocator(table-perf + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(table-perf) diff --git a/ydb/core/tablet_flat/test/tool/perf/CMakeLists.windows-x86_64.txt b/ydb/core/tablet_flat/test/tool/perf/CMakeLists.windows-x86_64.txt index 9174aba1034..d3fcc33b2cc 100644 --- a/ydb/core/tablet_flat/test/tool/perf/CMakeLists.windows-x86_64.txt +++ b/ydb/core/tablet_flat/test/tool/perf/CMakeLists.windows-x86_64.txt @@ -11,7 +11,6 @@ add_executable(table-perf) target_link_libraries(table-perf PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check test-libs-table library-cpp-charset @@ -24,4 +23,7 @@ target_sources(table-perf PRIVATE ${CMAKE_SOURCE_DIR}/ydb/core/tablet_flat/test/tool/perf/colons.cpp ${CMAKE_SOURCE_DIR}/ydb/core/tablet_flat/test/tool/perf/main.cpp ) +target_allocator(table-perf + system_allocator +) vcs_info(table-perf) diff --git a/ydb/core/tablet_flat/test/tool/surg/CMakeLists.darwin-x86_64.txt b/ydb/core/tablet_flat/test/tool/surg/CMakeLists.darwin-x86_64.txt index b0a468d3158..ba6956d053d 100644 --- a/ydb/core/tablet_flat/test/tool/surg/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/tablet_flat/test/tool/surg/CMakeLists.darwin-x86_64.txt @@ -11,7 +11,6 @@ add_executable(surg) target_link_libraries(surg PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check library-cpp-getopt ydb-core-tablet_flat @@ -28,4 +27,7 @@ target_link_options(surg PRIVATE target_sources(surg PRIVATE ${CMAKE_SOURCE_DIR}/ydb/core/tablet_flat/test/tool/surg/main.cpp ) +target_allocator(surg + system_allocator +) vcs_info(surg) diff --git a/ydb/core/tablet_flat/test/tool/surg/CMakeLists.linux-aarch64.txt b/ydb/core/tablet_flat/test/tool/surg/CMakeLists.linux-aarch64.txt index dab052f92f6..e19ba1394b4 100644 --- a/ydb/core/tablet_flat/test/tool/surg/CMakeLists.linux-aarch64.txt +++ b/ydb/core/tablet_flat/test/tool/surg/CMakeLists.linux-aarch64.txt @@ -12,7 +12,6 @@ target_link_libraries(surg PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc library-cpp-getopt ydb-core-tablet_flat yql-sql-pg_dummy @@ -31,4 +30,7 @@ target_link_options(surg PRIVATE target_sources(surg PRIVATE ${CMAKE_SOURCE_DIR}/ydb/core/tablet_flat/test/tool/surg/main.cpp ) +target_allocator(surg + cpp-malloc-jemalloc +) vcs_info(surg) diff --git a/ydb/core/tablet_flat/test/tool/surg/CMakeLists.linux-x86_64.txt b/ydb/core/tablet_flat/test/tool/surg/CMakeLists.linux-x86_64.txt index 4bf1d56faaf..d8c42e75307 100644 --- a/ydb/core/tablet_flat/test/tool/surg/CMakeLists.linux-x86_64.txt +++ b/ydb/core/tablet_flat/test/tool/surg/CMakeLists.linux-x86_64.txt @@ -12,8 +12,6 @@ target_link_libraries(surg PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check library-cpp-getopt ydb-core-tablet_flat @@ -33,4 +31,8 @@ target_link_options(surg PRIVATE target_sources(surg PRIVATE ${CMAKE_SOURCE_DIR}/ydb/core/tablet_flat/test/tool/surg/main.cpp ) +target_allocator(surg + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(surg) diff --git a/ydb/core/tablet_flat/test/tool/surg/CMakeLists.windows-x86_64.txt b/ydb/core/tablet_flat/test/tool/surg/CMakeLists.windows-x86_64.txt index d26974965a2..fcb5d39cc77 100644 --- a/ydb/core/tablet_flat/test/tool/surg/CMakeLists.windows-x86_64.txt +++ b/ydb/core/tablet_flat/test/tool/surg/CMakeLists.windows-x86_64.txt @@ -11,7 +11,6 @@ add_executable(surg) target_link_libraries(surg PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check library-cpp-getopt ydb-core-tablet_flat @@ -21,4 +20,7 @@ target_link_libraries(surg PUBLIC target_sources(surg PRIVATE ${CMAKE_SOURCE_DIR}/ydb/core/tablet_flat/test/tool/surg/main.cpp ) +target_allocator(surg + system_allocator +) vcs_info(surg) diff --git a/ydb/core/tablet_flat/ut/CMakeLists.darwin-x86_64.txt b/ydb/core/tablet_flat/ut/CMakeLists.darwin-x86_64.txt index bbf951473e3..9e78da82476 100644 --- a/ydb/core/tablet_flat/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/tablet_flat/ut/CMakeLists.darwin-x86_64.txt @@ -20,7 +20,6 @@ target_include_directories(ydb-core-tablet_flat-ut PRIVATE target_link_libraries(ydb-core-tablet_flat-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-tablet_flat @@ -127,4 +126,7 @@ resources(ydb-core-tablet_flat-ut abi/002_full_part.pages abi/008_basics_db.redo ) +target_allocator(ydb-core-tablet_flat-ut + system_allocator +) vcs_info(ydb-core-tablet_flat-ut) diff --git a/ydb/core/tablet_flat/ut/CMakeLists.linux-aarch64.txt b/ydb/core/tablet_flat/ut/CMakeLists.linux-aarch64.txt index 77de31a9a52..ea6afe8e315 100644 --- a/ydb/core/tablet_flat/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/core/tablet_flat/ut/CMakeLists.linux-aarch64.txt @@ -21,7 +21,6 @@ target_link_libraries(ydb-core-tablet_flat-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main ydb-core-tablet_flat library-cpp-resource @@ -130,4 +129,7 @@ resources(ydb-core-tablet_flat-ut abi/002_full_part.pages abi/008_basics_db.redo ) +target_allocator(ydb-core-tablet_flat-ut + cpp-malloc-jemalloc +) vcs_info(ydb-core-tablet_flat-ut) diff --git a/ydb/core/tablet_flat/ut/CMakeLists.linux-x86_64.txt b/ydb/core/tablet_flat/ut/CMakeLists.linux-x86_64.txt index 220ba4127c7..1541c9280ce 100644 --- a/ydb/core/tablet_flat/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/core/tablet_flat/ut/CMakeLists.linux-x86_64.txt @@ -21,8 +21,6 @@ target_link_libraries(ydb-core-tablet_flat-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-tablet_flat @@ -132,4 +130,8 @@ resources(ydb-core-tablet_flat-ut abi/002_full_part.pages abi/008_basics_db.redo ) +target_allocator(ydb-core-tablet_flat-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-tablet_flat-ut) diff --git a/ydb/core/tablet_flat/ut/CMakeLists.windows-x86_64.txt b/ydb/core/tablet_flat/ut/CMakeLists.windows-x86_64.txt index 420854c5ffb..91d860e059b 100644 --- a/ydb/core/tablet_flat/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/core/tablet_flat/ut/CMakeLists.windows-x86_64.txt @@ -20,7 +20,6 @@ target_include_directories(ydb-core-tablet_flat-ut PRIVATE target_link_libraries(ydb-core-tablet_flat-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-tablet_flat @@ -120,4 +119,7 @@ resources(ydb-core-tablet_flat-ut abi/002_full_part.pages abi/008_basics_db.redo ) +target_allocator(ydb-core-tablet_flat-ut + system_allocator +) vcs_info(ydb-core-tablet_flat-ut) diff --git a/ydb/core/tablet_flat/ut_large/CMakeLists.darwin-x86_64.txt b/ydb/core/tablet_flat/ut_large/CMakeLists.darwin-x86_64.txt index c124163dfed..f8fc683e8e6 100644 --- a/ydb/core/tablet_flat/ut_large/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/tablet_flat/ut_large/CMakeLists.darwin-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-core-tablet_flat-ut_large PRIVATE target_link_libraries(ydb-core-tablet_flat-ut_large PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-tablet_flat @@ -74,4 +73,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tablet_flat-ut_large + system_allocator +) vcs_info(ydb-core-tablet_flat-ut_large) diff --git a/ydb/core/tablet_flat/ut_large/CMakeLists.linux-aarch64.txt b/ydb/core/tablet_flat/ut_large/CMakeLists.linux-aarch64.txt index e4bebc2101e..a8ae99445d9 100644 --- a/ydb/core/tablet_flat/ut_large/CMakeLists.linux-aarch64.txt +++ b/ydb/core/tablet_flat/ut_large/CMakeLists.linux-aarch64.txt @@ -15,7 +15,6 @@ target_link_libraries(ydb-core-tablet_flat-ut_large PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main ydb-core-tablet_flat ydb-core-scheme @@ -77,4 +76,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tablet_flat-ut_large + cpp-malloc-jemalloc +) vcs_info(ydb-core-tablet_flat-ut_large) diff --git a/ydb/core/tablet_flat/ut_large/CMakeLists.linux-x86_64.txt b/ydb/core/tablet_flat/ut_large/CMakeLists.linux-x86_64.txt index 4d176a32e74..c38e1658e85 100644 --- a/ydb/core/tablet_flat/ut_large/CMakeLists.linux-x86_64.txt +++ b/ydb/core/tablet_flat/ut_large/CMakeLists.linux-x86_64.txt @@ -15,8 +15,6 @@ target_link_libraries(ydb-core-tablet_flat-ut_large PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-tablet_flat @@ -79,4 +77,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tablet_flat-ut_large + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-tablet_flat-ut_large) diff --git a/ydb/core/tablet_flat/ut_large/CMakeLists.windows-x86_64.txt b/ydb/core/tablet_flat/ut_large/CMakeLists.windows-x86_64.txt index 3368c08bc42..feea38d0229 100644 --- a/ydb/core/tablet_flat/ut_large/CMakeLists.windows-x86_64.txt +++ b/ydb/core/tablet_flat/ut_large/CMakeLists.windows-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-core-tablet_flat-ut_large PRIVATE target_link_libraries(ydb-core-tablet_flat-ut_large PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-tablet_flat @@ -67,4 +66,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tablet_flat-ut_large + system_allocator +) vcs_info(ydb-core-tablet_flat-ut_large) diff --git a/ydb/core/tablet_flat/ut_pg/CMakeLists.darwin-x86_64.txt b/ydb/core/tablet_flat/ut_pg/CMakeLists.darwin-x86_64.txt index 29499c79c80..d18b8a5c8dc 100644 --- a/ydb/core/tablet_flat/ut_pg/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/tablet_flat/ut_pg/CMakeLists.darwin-x86_64.txt @@ -19,7 +19,6 @@ target_include_directories(ydb-core-tablet_flat-ut_pg PRIVATE target_link_libraries(ydb-core-tablet_flat-ut_pg PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-tablet_flat @@ -71,4 +70,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-tablet_flat-ut_pg + system_allocator +) vcs_info(ydb-core-tablet_flat-ut_pg) diff --git a/ydb/core/tablet_flat/ut_pg/CMakeLists.linux-aarch64.txt b/ydb/core/tablet_flat/ut_pg/CMakeLists.linux-aarch64.txt index 436232685a3..7bc4caad8e0 100644 --- a/ydb/core/tablet_flat/ut_pg/CMakeLists.linux-aarch64.txt +++ b/ydb/core/tablet_flat/ut_pg/CMakeLists.linux-aarch64.txt @@ -20,7 +20,6 @@ target_link_libraries(ydb-core-tablet_flat-ut_pg PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main ydb-core-tablet_flat ydb-core-scheme @@ -74,4 +73,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-tablet_flat-ut_pg + cpp-malloc-jemalloc +) vcs_info(ydb-core-tablet_flat-ut_pg) diff --git a/ydb/core/tablet_flat/ut_pg/CMakeLists.linux-x86_64.txt b/ydb/core/tablet_flat/ut_pg/CMakeLists.linux-x86_64.txt index 937070c9abd..a0261bfb896 100644 --- a/ydb/core/tablet_flat/ut_pg/CMakeLists.linux-x86_64.txt +++ b/ydb/core/tablet_flat/ut_pg/CMakeLists.linux-x86_64.txt @@ -20,8 +20,6 @@ target_link_libraries(ydb-core-tablet_flat-ut_pg PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-tablet_flat @@ -76,4 +74,8 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-tablet_flat-ut_pg + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-tablet_flat-ut_pg) diff --git a/ydb/core/tablet_flat/ut_pg/CMakeLists.windows-x86_64.txt b/ydb/core/tablet_flat/ut_pg/CMakeLists.windows-x86_64.txt index 406d46f9283..12c870733e8 100644 --- a/ydb/core/tablet_flat/ut_pg/CMakeLists.windows-x86_64.txt +++ b/ydb/core/tablet_flat/ut_pg/CMakeLists.windows-x86_64.txt @@ -22,7 +22,6 @@ target_include_directories(ydb-core-tablet_flat-ut_pg PRIVATE target_link_libraries(ydb-core-tablet_flat-ut_pg PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-tablet_flat @@ -67,4 +66,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-tablet_flat-ut_pg + system_allocator +) vcs_info(ydb-core-tablet_flat-ut_pg) diff --git a/ydb/core/tablet_flat/ut_util/CMakeLists.darwin-x86_64.txt b/ydb/core/tablet_flat/ut_util/CMakeLists.darwin-x86_64.txt index 02e4d90fb2d..56f770b9f18 100644 --- a/ydb/core/tablet_flat/ut_util/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/tablet_flat/ut_util/CMakeLists.darwin-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-core-tablet_flat-ut_util PRIVATE target_link_libraries(ydb-core-tablet_flat-ut_util PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-tablet_flat @@ -69,4 +68,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tablet_flat-ut_util + system_allocator +) vcs_info(ydb-core-tablet_flat-ut_util) diff --git a/ydb/core/tablet_flat/ut_util/CMakeLists.linux-aarch64.txt b/ydb/core/tablet_flat/ut_util/CMakeLists.linux-aarch64.txt index dc2364dfb97..0a4c093f79e 100644 --- a/ydb/core/tablet_flat/ut_util/CMakeLists.linux-aarch64.txt +++ b/ydb/core/tablet_flat/ut_util/CMakeLists.linux-aarch64.txt @@ -15,7 +15,6 @@ target_link_libraries(ydb-core-tablet_flat-ut_util PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main ydb-core-tablet_flat ) @@ -72,4 +71,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tablet_flat-ut_util + cpp-malloc-jemalloc +) vcs_info(ydb-core-tablet_flat-ut_util) diff --git a/ydb/core/tablet_flat/ut_util/CMakeLists.linux-x86_64.txt b/ydb/core/tablet_flat/ut_util/CMakeLists.linux-x86_64.txt index 473fb6d1337..07e40c35d5d 100644 --- a/ydb/core/tablet_flat/ut_util/CMakeLists.linux-x86_64.txt +++ b/ydb/core/tablet_flat/ut_util/CMakeLists.linux-x86_64.txt @@ -15,8 +15,6 @@ target_link_libraries(ydb-core-tablet_flat-ut_util PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-tablet_flat @@ -74,4 +72,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tablet_flat-ut_util + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-tablet_flat-ut_util) diff --git a/ydb/core/tablet_flat/ut_util/CMakeLists.windows-x86_64.txt b/ydb/core/tablet_flat/ut_util/CMakeLists.windows-x86_64.txt index b2a82593910..71591f2c8d5 100644 --- a/ydb/core/tablet_flat/ut_util/CMakeLists.windows-x86_64.txt +++ b/ydb/core/tablet_flat/ut_util/CMakeLists.windows-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-core-tablet_flat-ut_util PRIVATE target_link_libraries(ydb-core-tablet_flat-ut_util PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-tablet_flat @@ -62,4 +61,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tablet_flat-ut_util + system_allocator +) vcs_info(ydb-core-tablet_flat-ut_util) diff --git a/ydb/core/testlib/actors/ut/CMakeLists.darwin-x86_64.txt b/ydb/core/testlib/actors/ut/CMakeLists.darwin-x86_64.txt index b1fd5f9ec05..73979023cf3 100644 --- a/ydb/core/testlib/actors/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/testlib/actors/ut/CMakeLists.darwin-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-core-testlib-actors-ut PRIVATE target_link_libraries(ydb-core-testlib-actors-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-testlib-actors @@ -65,4 +64,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-testlib-actors-ut + system_allocator +) vcs_info(ydb-core-testlib-actors-ut) diff --git a/ydb/core/testlib/actors/ut/CMakeLists.linux-aarch64.txt b/ydb/core/testlib/actors/ut/CMakeLists.linux-aarch64.txt index 3d777ae642d..8501cf978da 100644 --- a/ydb/core/testlib/actors/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/core/testlib/actors/ut/CMakeLists.linux-aarch64.txt @@ -15,7 +15,6 @@ target_link_libraries(ydb-core-testlib-actors-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main core-testlib-actors library-cpp-getopt @@ -68,4 +67,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-testlib-actors-ut + cpp-malloc-jemalloc +) vcs_info(ydb-core-testlib-actors-ut) diff --git a/ydb/core/testlib/actors/ut/CMakeLists.linux-x86_64.txt b/ydb/core/testlib/actors/ut/CMakeLists.linux-x86_64.txt index fd65a2af024..c692329fc31 100644 --- a/ydb/core/testlib/actors/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/core/testlib/actors/ut/CMakeLists.linux-x86_64.txt @@ -15,8 +15,6 @@ target_link_libraries(ydb-core-testlib-actors-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main core-testlib-actors @@ -70,4 +68,8 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-testlib-actors-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-testlib-actors-ut) diff --git a/ydb/core/testlib/actors/ut/CMakeLists.windows-x86_64.txt b/ydb/core/testlib/actors/ut/CMakeLists.windows-x86_64.txt index a04f3e03250..e6ca409368f 100644 --- a/ydb/core/testlib/actors/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/core/testlib/actors/ut/CMakeLists.windows-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-core-testlib-actors-ut PRIVATE target_link_libraries(ydb-core-testlib-actors-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-testlib-actors @@ -58,4 +57,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-testlib-actors-ut + system_allocator +) vcs_info(ydb-core-testlib-actors-ut) diff --git a/ydb/core/tx/balance_coverage/ut/CMakeLists.darwin-x86_64.txt b/ydb/core/tx/balance_coverage/ut/CMakeLists.darwin-x86_64.txt index 296714c05d1..11d2645be35 100644 --- a/ydb/core/tx/balance_coverage/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/tx/balance_coverage/ut/CMakeLists.darwin-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-core-tx-balance_coverage-ut PRIVATE target_link_libraries(ydb-core-tx-balance_coverage-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-balance_coverage @@ -71,4 +70,7 @@ set_yunittest_property( TIMEOUT 60 ) +target_allocator(ydb-core-tx-balance_coverage-ut + system_allocator +) vcs_info(ydb-core-tx-balance_coverage-ut) diff --git a/ydb/core/tx/balance_coverage/ut/CMakeLists.linux-aarch64.txt b/ydb/core/tx/balance_coverage/ut/CMakeLists.linux-aarch64.txt index c75812bf96b..ea47db16a21 100644 --- a/ydb/core/tx/balance_coverage/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/core/tx/balance_coverage/ut/CMakeLists.linux-aarch64.txt @@ -15,7 +15,6 @@ target_link_libraries(ydb-core-tx-balance_coverage-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main core-tx-balance_coverage cpp-testing-unittest @@ -74,4 +73,7 @@ set_yunittest_property( TIMEOUT 60 ) +target_allocator(ydb-core-tx-balance_coverage-ut + cpp-malloc-jemalloc +) vcs_info(ydb-core-tx-balance_coverage-ut) diff --git a/ydb/core/tx/balance_coverage/ut/CMakeLists.linux-x86_64.txt b/ydb/core/tx/balance_coverage/ut/CMakeLists.linux-x86_64.txt index bad42d9c641..b5f38c7a129 100644 --- a/ydb/core/tx/balance_coverage/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/core/tx/balance_coverage/ut/CMakeLists.linux-x86_64.txt @@ -15,8 +15,6 @@ target_link_libraries(ydb-core-tx-balance_coverage-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main core-tx-balance_coverage @@ -76,4 +74,8 @@ set_yunittest_property( TIMEOUT 60 ) +target_allocator(ydb-core-tx-balance_coverage-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-tx-balance_coverage-ut) diff --git a/ydb/core/tx/balance_coverage/ut/CMakeLists.windows-x86_64.txt b/ydb/core/tx/balance_coverage/ut/CMakeLists.windows-x86_64.txt index 0cff7a9702e..002d93ed84d 100644 --- a/ydb/core/tx/balance_coverage/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/core/tx/balance_coverage/ut/CMakeLists.windows-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-core-tx-balance_coverage-ut PRIVATE target_link_libraries(ydb-core-tx-balance_coverage-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-balance_coverage @@ -64,4 +63,7 @@ set_yunittest_property( TIMEOUT 60 ) +target_allocator(ydb-core-tx-balance_coverage-ut + system_allocator +) vcs_info(ydb-core-tx-balance_coverage-ut) diff --git a/ydb/core/tx/columnshard/engines/ut/CMakeLists.darwin-x86_64.txt b/ydb/core/tx/columnshard/engines/ut/CMakeLists.darwin-x86_64.txt index 36e6982162c..bb5302afd2e 100644 --- a/ydb/core/tx/columnshard/engines/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/tx/columnshard/engines/ut/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-columnshard-engines-ut PRIVATE target_link_libraries(ydb-core-tx-columnshard-engines-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main tx-columnshard-engines @@ -78,4 +77,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-columnshard-engines-ut + system_allocator +) vcs_info(ydb-core-tx-columnshard-engines-ut) diff --git a/ydb/core/tx/columnshard/engines/ut/CMakeLists.linux-aarch64.txt b/ydb/core/tx/columnshard/engines/ut/CMakeLists.linux-aarch64.txt index 8facc2845d2..670981735be 100644 --- a/ydb/core/tx/columnshard/engines/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/core/tx/columnshard/engines/ut/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-core-tx-columnshard-engines-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main tx-columnshard-engines libs-apache-arrow @@ -81,4 +80,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-columnshard-engines-ut + cpp-malloc-jemalloc +) vcs_info(ydb-core-tx-columnshard-engines-ut) diff --git a/ydb/core/tx/columnshard/engines/ut/CMakeLists.linux-x86_64.txt b/ydb/core/tx/columnshard/engines/ut/CMakeLists.linux-x86_64.txt index 2c36d7d9001..1c18142fc5d 100644 --- a/ydb/core/tx/columnshard/engines/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/core/tx/columnshard/engines/ut/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-core-tx-columnshard-engines-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main tx-columnshard-engines @@ -83,4 +81,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-columnshard-engines-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-tx-columnshard-engines-ut) diff --git a/ydb/core/tx/columnshard/engines/ut/CMakeLists.windows-x86_64.txt b/ydb/core/tx/columnshard/engines/ut/CMakeLists.windows-x86_64.txt index baa197fcc45..042e86eb845 100644 --- a/ydb/core/tx/columnshard/engines/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/core/tx/columnshard/engines/ut/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-columnshard-engines-ut PRIVATE target_link_libraries(ydb-core-tx-columnshard-engines-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main tx-columnshard-engines @@ -71,4 +70,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-columnshard-engines-ut + system_allocator +) vcs_info(ydb-core-tx-columnshard-engines-ut) diff --git a/ydb/core/tx/columnshard/ut_rw/CMakeLists.darwin-x86_64.txt b/ydb/core/tx/columnshard/ut_rw/CMakeLists.darwin-x86_64.txt index 7db11c1724a..587341b837d 100644 --- a/ydb/core/tx/columnshard/ut_rw/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/tx/columnshard/ut_rw/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-columnshard-ut_rw PRIVATE target_link_libraries(ydb-core-tx-columnshard-ut_rw PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-columnshard @@ -80,4 +79,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-columnshard-ut_rw + system_allocator +) vcs_info(ydb-core-tx-columnshard-ut_rw) diff --git a/ydb/core/tx/columnshard/ut_rw/CMakeLists.linux-aarch64.txt b/ydb/core/tx/columnshard/ut_rw/CMakeLists.linux-aarch64.txt index d82547870b7..54902b83462 100644 --- a/ydb/core/tx/columnshard/ut_rw/CMakeLists.linux-aarch64.txt +++ b/ydb/core/tx/columnshard/ut_rw/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-core-tx-columnshard-ut_rw PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main core-tx-columnshard library-cpp-getopt @@ -83,4 +82,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-columnshard-ut_rw + cpp-malloc-jemalloc +) vcs_info(ydb-core-tx-columnshard-ut_rw) diff --git a/ydb/core/tx/columnshard/ut_rw/CMakeLists.linux-x86_64.txt b/ydb/core/tx/columnshard/ut_rw/CMakeLists.linux-x86_64.txt index 110434e2b40..241f37985b5 100644 --- a/ydb/core/tx/columnshard/ut_rw/CMakeLists.linux-x86_64.txt +++ b/ydb/core/tx/columnshard/ut_rw/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-core-tx-columnshard-ut_rw PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main core-tx-columnshard @@ -85,4 +83,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-columnshard-ut_rw + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-tx-columnshard-ut_rw) diff --git a/ydb/core/tx/columnshard/ut_rw/CMakeLists.windows-x86_64.txt b/ydb/core/tx/columnshard/ut_rw/CMakeLists.windows-x86_64.txt index f031a215023..fa4a063ddd4 100644 --- a/ydb/core/tx/columnshard/ut_rw/CMakeLists.windows-x86_64.txt +++ b/ydb/core/tx/columnshard/ut_rw/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-columnshard-ut_rw PRIVATE target_link_libraries(ydb-core-tx-columnshard-ut_rw PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-columnshard @@ -73,4 +72,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-columnshard-ut_rw + system_allocator +) vcs_info(ydb-core-tx-columnshard-ut_rw) diff --git a/ydb/core/tx/columnshard/ut_schema/CMakeLists.darwin-x86_64.txt b/ydb/core/tx/columnshard/ut_schema/CMakeLists.darwin-x86_64.txt index 27de95785e4..5154de40fee 100644 --- a/ydb/core/tx/columnshard/ut_schema/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/tx/columnshard/ut_schema/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-columnshard-ut_schema PRIVATE target_link_libraries(ydb-core-tx-columnshard-ut_schema PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-columnshard @@ -80,4 +79,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-columnshard-ut_schema + system_allocator +) vcs_info(ydb-core-tx-columnshard-ut_schema) diff --git a/ydb/core/tx/columnshard/ut_schema/CMakeLists.linux-aarch64.txt b/ydb/core/tx/columnshard/ut_schema/CMakeLists.linux-aarch64.txt index 2e25e581ac5..f478f6421c9 100644 --- a/ydb/core/tx/columnshard/ut_schema/CMakeLists.linux-aarch64.txt +++ b/ydb/core/tx/columnshard/ut_schema/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-core-tx-columnshard-ut_schema PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main core-tx-columnshard library-cpp-getopt @@ -83,4 +82,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-columnshard-ut_schema + cpp-malloc-jemalloc +) vcs_info(ydb-core-tx-columnshard-ut_schema) diff --git a/ydb/core/tx/columnshard/ut_schema/CMakeLists.linux-x86_64.txt b/ydb/core/tx/columnshard/ut_schema/CMakeLists.linux-x86_64.txt index c1f8a300a4b..fd236bae976 100644 --- a/ydb/core/tx/columnshard/ut_schema/CMakeLists.linux-x86_64.txt +++ b/ydb/core/tx/columnshard/ut_schema/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-core-tx-columnshard-ut_schema PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main core-tx-columnshard @@ -85,4 +83,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-columnshard-ut_schema + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-tx-columnshard-ut_schema) diff --git a/ydb/core/tx/columnshard/ut_schema/CMakeLists.windows-x86_64.txt b/ydb/core/tx/columnshard/ut_schema/CMakeLists.windows-x86_64.txt index ec93e6be2d1..797546b0e66 100644 --- a/ydb/core/tx/columnshard/ut_schema/CMakeLists.windows-x86_64.txt +++ b/ydb/core/tx/columnshard/ut_schema/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-columnshard-ut_schema PRIVATE target_link_libraries(ydb-core-tx-columnshard-ut_schema PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-columnshard @@ -73,4 +72,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-columnshard-ut_schema + system_allocator +) vcs_info(ydb-core-tx-columnshard-ut_schema) diff --git a/ydb/core/tx/coordinator/ut/CMakeLists.darwin-x86_64.txt b/ydb/core/tx/coordinator/ut/CMakeLists.darwin-x86_64.txt index 03ef1459264..8538ff89d98 100644 --- a/ydb/core/tx/coordinator/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/tx/coordinator/ut/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-coordinator-ut PRIVATE target_link_libraries(ydb-core-tx-coordinator-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-coordinator @@ -74,4 +73,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-coordinator-ut + system_allocator +) vcs_info(ydb-core-tx-coordinator-ut) diff --git a/ydb/core/tx/coordinator/ut/CMakeLists.linux-aarch64.txt b/ydb/core/tx/coordinator/ut/CMakeLists.linux-aarch64.txt index 05269466096..cda78020be5 100644 --- a/ydb/core/tx/coordinator/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/core/tx/coordinator/ut/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-core-tx-coordinator-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main core-tx-coordinator core-testlib-default @@ -77,4 +76,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-coordinator-ut + cpp-malloc-jemalloc +) vcs_info(ydb-core-tx-coordinator-ut) diff --git a/ydb/core/tx/coordinator/ut/CMakeLists.linux-x86_64.txt b/ydb/core/tx/coordinator/ut/CMakeLists.linux-x86_64.txt index 13bdc592be9..8d0e042ef88 100644 --- a/ydb/core/tx/coordinator/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/core/tx/coordinator/ut/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-core-tx-coordinator-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main core-tx-coordinator @@ -79,4 +77,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-coordinator-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-tx-coordinator-ut) diff --git a/ydb/core/tx/coordinator/ut/CMakeLists.windows-x86_64.txt b/ydb/core/tx/coordinator/ut/CMakeLists.windows-x86_64.txt index 025301af4ab..85df0d19be3 100644 --- a/ydb/core/tx/coordinator/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/core/tx/coordinator/ut/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-coordinator-ut PRIVATE target_link_libraries(ydb-core-tx-coordinator-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-coordinator @@ -67,4 +66,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-coordinator-ut + system_allocator +) vcs_info(ydb-core-tx-coordinator-ut) diff --git a/ydb/core/tx/datashard/ut_background_compaction/CMakeLists.darwin-x86_64.txt b/ydb/core/tx/datashard/ut_background_compaction/CMakeLists.darwin-x86_64.txt index 6f5715e5f62..53766945cbc 100644 --- a/ydb/core/tx/datashard/ut_background_compaction/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/tx/datashard/ut_background_compaction/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-datashard-ut_background_compaction PRIVAT target_link_libraries(ydb-core-tx-datashard-ut_background_compaction PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-datashard @@ -82,4 +81,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-datashard-ut_background_compaction + system_allocator +) vcs_info(ydb-core-tx-datashard-ut_background_compaction) diff --git a/ydb/core/tx/datashard/ut_background_compaction/CMakeLists.linux-aarch64.txt b/ydb/core/tx/datashard/ut_background_compaction/CMakeLists.linux-aarch64.txt index 641e9ac7bee..80bab1bc585 100644 --- a/ydb/core/tx/datashard/ut_background_compaction/CMakeLists.linux-aarch64.txt +++ b/ydb/core/tx/datashard/ut_background_compaction/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-core-tx-datashard-ut_background_compaction PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main core-tx-datashard library-cpp-getopt @@ -85,4 +84,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-datashard-ut_background_compaction + cpp-malloc-jemalloc +) vcs_info(ydb-core-tx-datashard-ut_background_compaction) diff --git a/ydb/core/tx/datashard/ut_background_compaction/CMakeLists.linux-x86_64.txt b/ydb/core/tx/datashard/ut_background_compaction/CMakeLists.linux-x86_64.txt index 21971766616..79d7da21aea 100644 --- a/ydb/core/tx/datashard/ut_background_compaction/CMakeLists.linux-x86_64.txt +++ b/ydb/core/tx/datashard/ut_background_compaction/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-core-tx-datashard-ut_background_compaction PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main core-tx-datashard @@ -87,4 +85,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-datashard-ut_background_compaction + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-tx-datashard-ut_background_compaction) diff --git a/ydb/core/tx/datashard/ut_background_compaction/CMakeLists.windows-x86_64.txt b/ydb/core/tx/datashard/ut_background_compaction/CMakeLists.windows-x86_64.txt index 92435fc2405..bc381b2aad7 100644 --- a/ydb/core/tx/datashard/ut_background_compaction/CMakeLists.windows-x86_64.txt +++ b/ydb/core/tx/datashard/ut_background_compaction/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-datashard-ut_background_compaction PRIVAT target_link_libraries(ydb-core-tx-datashard-ut_background_compaction PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-datashard @@ -75,4 +74,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-datashard-ut_background_compaction + system_allocator +) vcs_info(ydb-core-tx-datashard-ut_background_compaction) diff --git a/ydb/core/tx/datashard/ut_build_index/CMakeLists.darwin-x86_64.txt b/ydb/core/tx/datashard/ut_build_index/CMakeLists.darwin-x86_64.txt index 5a171dcb01a..f949d5cc240 100644 --- a/ydb/core/tx/datashard/ut_build_index/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/tx/datashard/ut_build_index/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-datashard-ut_build_index PRIVATE target_link_libraries(ydb-core-tx-datashard-ut_build_index PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-datashard @@ -82,4 +81,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-datashard-ut_build_index + system_allocator +) vcs_info(ydb-core-tx-datashard-ut_build_index) diff --git a/ydb/core/tx/datashard/ut_build_index/CMakeLists.linux-aarch64.txt b/ydb/core/tx/datashard/ut_build_index/CMakeLists.linux-aarch64.txt index c7251f2899f..b9c86b8824f 100644 --- a/ydb/core/tx/datashard/ut_build_index/CMakeLists.linux-aarch64.txt +++ b/ydb/core/tx/datashard/ut_build_index/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-core-tx-datashard-ut_build_index PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main core-tx-datashard library-cpp-getopt @@ -85,4 +84,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-datashard-ut_build_index + cpp-malloc-jemalloc +) vcs_info(ydb-core-tx-datashard-ut_build_index) diff --git a/ydb/core/tx/datashard/ut_build_index/CMakeLists.linux-x86_64.txt b/ydb/core/tx/datashard/ut_build_index/CMakeLists.linux-x86_64.txt index 72c65583157..66991c23c13 100644 --- a/ydb/core/tx/datashard/ut_build_index/CMakeLists.linux-x86_64.txt +++ b/ydb/core/tx/datashard/ut_build_index/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-core-tx-datashard-ut_build_index PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main core-tx-datashard @@ -87,4 +85,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-datashard-ut_build_index + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-tx-datashard-ut_build_index) diff --git a/ydb/core/tx/datashard/ut_build_index/CMakeLists.windows-x86_64.txt b/ydb/core/tx/datashard/ut_build_index/CMakeLists.windows-x86_64.txt index 3a297d43069..3b9205b98f9 100644 --- a/ydb/core/tx/datashard/ut_build_index/CMakeLists.windows-x86_64.txt +++ b/ydb/core/tx/datashard/ut_build_index/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-datashard-ut_build_index PRIVATE target_link_libraries(ydb-core-tx-datashard-ut_build_index PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-datashard @@ -75,4 +74,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-datashard-ut_build_index + system_allocator +) vcs_info(ydb-core-tx-datashard-ut_build_index) diff --git a/ydb/core/tx/datashard/ut_change_collector/CMakeLists.darwin-x86_64.txt b/ydb/core/tx/datashard/ut_change_collector/CMakeLists.darwin-x86_64.txt index 1cbe2b9b339..1f679153a97 100644 --- a/ydb/core/tx/datashard/ut_change_collector/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/tx/datashard/ut_change_collector/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-datashard-ut_change_collector PRIVATE target_link_libraries(ydb-core-tx-datashard-ut_change_collector PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-datashard @@ -82,4 +81,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-datashard-ut_change_collector + system_allocator +) vcs_info(ydb-core-tx-datashard-ut_change_collector) diff --git a/ydb/core/tx/datashard/ut_change_collector/CMakeLists.linux-aarch64.txt b/ydb/core/tx/datashard/ut_change_collector/CMakeLists.linux-aarch64.txt index c027c497de3..bcd900c8329 100644 --- a/ydb/core/tx/datashard/ut_change_collector/CMakeLists.linux-aarch64.txt +++ b/ydb/core/tx/datashard/ut_change_collector/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-core-tx-datashard-ut_change_collector PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main core-tx-datashard library-cpp-getopt @@ -85,4 +84,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-datashard-ut_change_collector + cpp-malloc-jemalloc +) vcs_info(ydb-core-tx-datashard-ut_change_collector) diff --git a/ydb/core/tx/datashard/ut_change_collector/CMakeLists.linux-x86_64.txt b/ydb/core/tx/datashard/ut_change_collector/CMakeLists.linux-x86_64.txt index e48fbd33792..d8ff37a3058 100644 --- a/ydb/core/tx/datashard/ut_change_collector/CMakeLists.linux-x86_64.txt +++ b/ydb/core/tx/datashard/ut_change_collector/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-core-tx-datashard-ut_change_collector PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main core-tx-datashard @@ -87,4 +85,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-datashard-ut_change_collector + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-tx-datashard-ut_change_collector) diff --git a/ydb/core/tx/datashard/ut_change_collector/CMakeLists.windows-x86_64.txt b/ydb/core/tx/datashard/ut_change_collector/CMakeLists.windows-x86_64.txt index 987a98d86be..8e6226c4551 100644 --- a/ydb/core/tx/datashard/ut_change_collector/CMakeLists.windows-x86_64.txt +++ b/ydb/core/tx/datashard/ut_change_collector/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-datashard-ut_change_collector PRIVATE target_link_libraries(ydb-core-tx-datashard-ut_change_collector PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-datashard @@ -75,4 +74,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-datashard-ut_change_collector + system_allocator +) vcs_info(ydb-core-tx-datashard-ut_change_collector) diff --git a/ydb/core/tx/datashard/ut_change_exchange/CMakeLists.darwin-x86_64.txt b/ydb/core/tx/datashard/ut_change_exchange/CMakeLists.darwin-x86_64.txt index 1d159889484..b7872adb1d4 100644 --- a/ydb/core/tx/datashard/ut_change_exchange/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/tx/datashard/ut_change_exchange/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-datashard-ut_change_exchange PRIVATE target_link_libraries(ydb-core-tx-datashard-ut_change_exchange PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-datashard @@ -85,4 +84,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-datashard-ut_change_exchange + system_allocator +) vcs_info(ydb-core-tx-datashard-ut_change_exchange) diff --git a/ydb/core/tx/datashard/ut_change_exchange/CMakeLists.linux-aarch64.txt b/ydb/core/tx/datashard/ut_change_exchange/CMakeLists.linux-aarch64.txt index 57707e882ef..9b434ec1952 100644 --- a/ydb/core/tx/datashard/ut_change_exchange/CMakeLists.linux-aarch64.txt +++ b/ydb/core/tx/datashard/ut_change_exchange/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-core-tx-datashard-ut_change_exchange PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main core-tx-datashard library-cpp-getopt @@ -88,4 +87,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-datashard-ut_change_exchange + cpp-malloc-jemalloc +) vcs_info(ydb-core-tx-datashard-ut_change_exchange) diff --git a/ydb/core/tx/datashard/ut_change_exchange/CMakeLists.linux-x86_64.txt b/ydb/core/tx/datashard/ut_change_exchange/CMakeLists.linux-x86_64.txt index 4510bdcdcf3..8a068615dd1 100644 --- a/ydb/core/tx/datashard/ut_change_exchange/CMakeLists.linux-x86_64.txt +++ b/ydb/core/tx/datashard/ut_change_exchange/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-core-tx-datashard-ut_change_exchange PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main core-tx-datashard @@ -90,4 +88,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-datashard-ut_change_exchange + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-tx-datashard-ut_change_exchange) diff --git a/ydb/core/tx/datashard/ut_change_exchange/CMakeLists.windows-x86_64.txt b/ydb/core/tx/datashard/ut_change_exchange/CMakeLists.windows-x86_64.txt index 56ace3112f8..c5734195cb2 100644 --- a/ydb/core/tx/datashard/ut_change_exchange/CMakeLists.windows-x86_64.txt +++ b/ydb/core/tx/datashard/ut_change_exchange/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-datashard-ut_change_exchange PRIVATE target_link_libraries(ydb-core-tx-datashard-ut_change_exchange PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-datashard @@ -78,4 +77,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-datashard-ut_change_exchange + system_allocator +) vcs_info(ydb-core-tx-datashard-ut_change_exchange) diff --git a/ydb/core/tx/datashard/ut_compaction/CMakeLists.darwin-x86_64.txt b/ydb/core/tx/datashard/ut_compaction/CMakeLists.darwin-x86_64.txt index 69b0b3f9450..9e1807d9450 100644 --- a/ydb/core/tx/datashard/ut_compaction/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/tx/datashard/ut_compaction/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-datashard-ut_compaction PRIVATE target_link_libraries(ydb-core-tx-datashard-ut_compaction PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-datashard @@ -82,4 +81,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-datashard-ut_compaction + system_allocator +) vcs_info(ydb-core-tx-datashard-ut_compaction) diff --git a/ydb/core/tx/datashard/ut_compaction/CMakeLists.linux-aarch64.txt b/ydb/core/tx/datashard/ut_compaction/CMakeLists.linux-aarch64.txt index c5423fca93f..c38eb2eb78e 100644 --- a/ydb/core/tx/datashard/ut_compaction/CMakeLists.linux-aarch64.txt +++ b/ydb/core/tx/datashard/ut_compaction/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-core-tx-datashard-ut_compaction PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main core-tx-datashard library-cpp-getopt @@ -85,4 +84,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-datashard-ut_compaction + cpp-malloc-jemalloc +) vcs_info(ydb-core-tx-datashard-ut_compaction) diff --git a/ydb/core/tx/datashard/ut_compaction/CMakeLists.linux-x86_64.txt b/ydb/core/tx/datashard/ut_compaction/CMakeLists.linux-x86_64.txt index 8b6b4e286a7..15cca0edcc5 100644 --- a/ydb/core/tx/datashard/ut_compaction/CMakeLists.linux-x86_64.txt +++ b/ydb/core/tx/datashard/ut_compaction/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-core-tx-datashard-ut_compaction PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main core-tx-datashard @@ -87,4 +85,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-datashard-ut_compaction + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-tx-datashard-ut_compaction) diff --git a/ydb/core/tx/datashard/ut_compaction/CMakeLists.windows-x86_64.txt b/ydb/core/tx/datashard/ut_compaction/CMakeLists.windows-x86_64.txt index affd61beba9..4cb7730d010 100644 --- a/ydb/core/tx/datashard/ut_compaction/CMakeLists.windows-x86_64.txt +++ b/ydb/core/tx/datashard/ut_compaction/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-datashard-ut_compaction PRIVATE target_link_libraries(ydb-core-tx-datashard-ut_compaction PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-datashard @@ -75,4 +74,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-datashard-ut_compaction + system_allocator +) vcs_info(ydb-core-tx-datashard-ut_compaction) diff --git a/ydb/core/tx/datashard/ut_erase_rows/CMakeLists.darwin-x86_64.txt b/ydb/core/tx/datashard/ut_erase_rows/CMakeLists.darwin-x86_64.txt index 29d11530b5a..df02e81ef27 100644 --- a/ydb/core/tx/datashard/ut_erase_rows/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/tx/datashard/ut_erase_rows/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-datashard-ut_erase_rows PRIVATE target_link_libraries(ydb-core-tx-datashard-ut_erase_rows PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-datashard @@ -82,4 +81,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-datashard-ut_erase_rows + system_allocator +) vcs_info(ydb-core-tx-datashard-ut_erase_rows) diff --git a/ydb/core/tx/datashard/ut_erase_rows/CMakeLists.linux-aarch64.txt b/ydb/core/tx/datashard/ut_erase_rows/CMakeLists.linux-aarch64.txt index 3f45fc17116..bdcc6a4a69d 100644 --- a/ydb/core/tx/datashard/ut_erase_rows/CMakeLists.linux-aarch64.txt +++ b/ydb/core/tx/datashard/ut_erase_rows/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-core-tx-datashard-ut_erase_rows PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main core-tx-datashard library-cpp-getopt @@ -85,4 +84,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-datashard-ut_erase_rows + cpp-malloc-jemalloc +) vcs_info(ydb-core-tx-datashard-ut_erase_rows) diff --git a/ydb/core/tx/datashard/ut_erase_rows/CMakeLists.linux-x86_64.txt b/ydb/core/tx/datashard/ut_erase_rows/CMakeLists.linux-x86_64.txt index d7c5719cf17..b882884cc07 100644 --- a/ydb/core/tx/datashard/ut_erase_rows/CMakeLists.linux-x86_64.txt +++ b/ydb/core/tx/datashard/ut_erase_rows/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-core-tx-datashard-ut_erase_rows PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main core-tx-datashard @@ -87,4 +85,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-datashard-ut_erase_rows + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-tx-datashard-ut_erase_rows) diff --git a/ydb/core/tx/datashard/ut_erase_rows/CMakeLists.windows-x86_64.txt b/ydb/core/tx/datashard/ut_erase_rows/CMakeLists.windows-x86_64.txt index 39b4e56153a..258fd27bf8a 100644 --- a/ydb/core/tx/datashard/ut_erase_rows/CMakeLists.windows-x86_64.txt +++ b/ydb/core/tx/datashard/ut_erase_rows/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-datashard-ut_erase_rows PRIVATE target_link_libraries(ydb-core-tx-datashard-ut_erase_rows PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-datashard @@ -75,4 +74,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-datashard-ut_erase_rows + system_allocator +) vcs_info(ydb-core-tx-datashard-ut_erase_rows) diff --git a/ydb/core/tx/datashard/ut_followers/CMakeLists.darwin-x86_64.txt b/ydb/core/tx/datashard/ut_followers/CMakeLists.darwin-x86_64.txt index d936713dfb3..aa9db8dbe57 100644 --- a/ydb/core/tx/datashard/ut_followers/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/tx/datashard/ut_followers/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-datashard-ut_followers PRIVATE target_link_libraries(ydb-core-tx-datashard-ut_followers PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-datashard @@ -82,4 +81,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-datashard-ut_followers + system_allocator +) vcs_info(ydb-core-tx-datashard-ut_followers) diff --git a/ydb/core/tx/datashard/ut_followers/CMakeLists.linux-aarch64.txt b/ydb/core/tx/datashard/ut_followers/CMakeLists.linux-aarch64.txt index 33cd2c5950d..60c0e42b17b 100644 --- a/ydb/core/tx/datashard/ut_followers/CMakeLists.linux-aarch64.txt +++ b/ydb/core/tx/datashard/ut_followers/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-core-tx-datashard-ut_followers PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main core-tx-datashard library-cpp-getopt @@ -85,4 +84,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-datashard-ut_followers + cpp-malloc-jemalloc +) vcs_info(ydb-core-tx-datashard-ut_followers) diff --git a/ydb/core/tx/datashard/ut_followers/CMakeLists.linux-x86_64.txt b/ydb/core/tx/datashard/ut_followers/CMakeLists.linux-x86_64.txt index ab44a00e8db..1e44febd3d3 100644 --- a/ydb/core/tx/datashard/ut_followers/CMakeLists.linux-x86_64.txt +++ b/ydb/core/tx/datashard/ut_followers/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-core-tx-datashard-ut_followers PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main core-tx-datashard @@ -87,4 +85,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-datashard-ut_followers + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-tx-datashard-ut_followers) diff --git a/ydb/core/tx/datashard/ut_followers/CMakeLists.windows-x86_64.txt b/ydb/core/tx/datashard/ut_followers/CMakeLists.windows-x86_64.txt index df7a8b9f9ab..16b6ec46363 100644 --- a/ydb/core/tx/datashard/ut_followers/CMakeLists.windows-x86_64.txt +++ b/ydb/core/tx/datashard/ut_followers/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-datashard-ut_followers PRIVATE target_link_libraries(ydb-core-tx-datashard-ut_followers PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-datashard @@ -75,4 +74,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-datashard-ut_followers + system_allocator +) vcs_info(ydb-core-tx-datashard-ut_followers) diff --git a/ydb/core/tx/datashard/ut_init/CMakeLists.darwin-x86_64.txt b/ydb/core/tx/datashard/ut_init/CMakeLists.darwin-x86_64.txt index 9ee0ae3cda3..1af7e218d2c 100644 --- a/ydb/core/tx/datashard/ut_init/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/tx/datashard/ut_init/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-datashard-ut_init PRIVATE target_link_libraries(ydb-core-tx-datashard-ut_init PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-datashard @@ -82,4 +81,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-datashard-ut_init + system_allocator +) vcs_info(ydb-core-tx-datashard-ut_init) diff --git a/ydb/core/tx/datashard/ut_init/CMakeLists.linux-aarch64.txt b/ydb/core/tx/datashard/ut_init/CMakeLists.linux-aarch64.txt index ea31d41d737..66e80958db9 100644 --- a/ydb/core/tx/datashard/ut_init/CMakeLists.linux-aarch64.txt +++ b/ydb/core/tx/datashard/ut_init/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-core-tx-datashard-ut_init PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main core-tx-datashard library-cpp-getopt @@ -85,4 +84,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-datashard-ut_init + cpp-malloc-jemalloc +) vcs_info(ydb-core-tx-datashard-ut_init) diff --git a/ydb/core/tx/datashard/ut_init/CMakeLists.linux-x86_64.txt b/ydb/core/tx/datashard/ut_init/CMakeLists.linux-x86_64.txt index e2c7e11c141..6fe7d752239 100644 --- a/ydb/core/tx/datashard/ut_init/CMakeLists.linux-x86_64.txt +++ b/ydb/core/tx/datashard/ut_init/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-core-tx-datashard-ut_init PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main core-tx-datashard @@ -87,4 +85,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-datashard-ut_init + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-tx-datashard-ut_init) diff --git a/ydb/core/tx/datashard/ut_init/CMakeLists.windows-x86_64.txt b/ydb/core/tx/datashard/ut_init/CMakeLists.windows-x86_64.txt index c31191f8bc3..9ea5e3e4094 100644 --- a/ydb/core/tx/datashard/ut_init/CMakeLists.windows-x86_64.txt +++ b/ydb/core/tx/datashard/ut_init/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-datashard-ut_init PRIVATE target_link_libraries(ydb-core-tx-datashard-ut_init PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-datashard @@ -75,4 +74,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-datashard-ut_init + system_allocator +) vcs_info(ydb-core-tx-datashard-ut_init) diff --git a/ydb/core/tx/datashard/ut_keys/CMakeLists.darwin-x86_64.txt b/ydb/core/tx/datashard/ut_keys/CMakeLists.darwin-x86_64.txt index 5acf3ec46bb..368a4f842b4 100644 --- a/ydb/core/tx/datashard/ut_keys/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/tx/datashard/ut_keys/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-datashard-ut_keys PRIVATE target_link_libraries(ydb-core-tx-datashard-ut_keys PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-datashard @@ -82,4 +81,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-datashard-ut_keys + system_allocator +) vcs_info(ydb-core-tx-datashard-ut_keys) diff --git a/ydb/core/tx/datashard/ut_keys/CMakeLists.linux-aarch64.txt b/ydb/core/tx/datashard/ut_keys/CMakeLists.linux-aarch64.txt index e61958d894d..f7559dc4d34 100644 --- a/ydb/core/tx/datashard/ut_keys/CMakeLists.linux-aarch64.txt +++ b/ydb/core/tx/datashard/ut_keys/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-core-tx-datashard-ut_keys PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main core-tx-datashard library-cpp-getopt @@ -85,4 +84,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-datashard-ut_keys + cpp-malloc-jemalloc +) vcs_info(ydb-core-tx-datashard-ut_keys) diff --git a/ydb/core/tx/datashard/ut_keys/CMakeLists.linux-x86_64.txt b/ydb/core/tx/datashard/ut_keys/CMakeLists.linux-x86_64.txt index 90152162561..1d99db2ae99 100644 --- a/ydb/core/tx/datashard/ut_keys/CMakeLists.linux-x86_64.txt +++ b/ydb/core/tx/datashard/ut_keys/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-core-tx-datashard-ut_keys PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main core-tx-datashard @@ -87,4 +85,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-datashard-ut_keys + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-tx-datashard-ut_keys) diff --git a/ydb/core/tx/datashard/ut_keys/CMakeLists.windows-x86_64.txt b/ydb/core/tx/datashard/ut_keys/CMakeLists.windows-x86_64.txt index ac9dba834a6..cd643ccd7fa 100644 --- a/ydb/core/tx/datashard/ut_keys/CMakeLists.windows-x86_64.txt +++ b/ydb/core/tx/datashard/ut_keys/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-datashard-ut_keys PRIVATE target_link_libraries(ydb-core-tx-datashard-ut_keys PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-datashard @@ -75,4 +74,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-datashard-ut_keys + system_allocator +) vcs_info(ydb-core-tx-datashard-ut_keys) diff --git a/ydb/core/tx/datashard/ut_kqp/CMakeLists.darwin-x86_64.txt b/ydb/core/tx/datashard/ut_kqp/CMakeLists.darwin-x86_64.txt index e65d278bbac..506773249b4 100644 --- a/ydb/core/tx/datashard/ut_kqp/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/tx/datashard/ut_kqp/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-datashard-ut_kqp PRIVATE target_link_libraries(ydb-core-tx-datashard-ut_kqp PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-datashard @@ -83,4 +82,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-datashard-ut_kqp + system_allocator +) vcs_info(ydb-core-tx-datashard-ut_kqp) diff --git a/ydb/core/tx/datashard/ut_kqp/CMakeLists.linux-aarch64.txt b/ydb/core/tx/datashard/ut_kqp/CMakeLists.linux-aarch64.txt index d63684cf756..10129c82356 100644 --- a/ydb/core/tx/datashard/ut_kqp/CMakeLists.linux-aarch64.txt +++ b/ydb/core/tx/datashard/ut_kqp/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-core-tx-datashard-ut_kqp PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main core-tx-datashard library-cpp-getopt @@ -86,4 +85,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-datashard-ut_kqp + cpp-malloc-jemalloc +) vcs_info(ydb-core-tx-datashard-ut_kqp) diff --git a/ydb/core/tx/datashard/ut_kqp/CMakeLists.linux-x86_64.txt b/ydb/core/tx/datashard/ut_kqp/CMakeLists.linux-x86_64.txt index 733420c8cea..86cf66787c7 100644 --- a/ydb/core/tx/datashard/ut_kqp/CMakeLists.linux-x86_64.txt +++ b/ydb/core/tx/datashard/ut_kqp/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-core-tx-datashard-ut_kqp PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main core-tx-datashard @@ -88,4 +86,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-datashard-ut_kqp + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-tx-datashard-ut_kqp) diff --git a/ydb/core/tx/datashard/ut_kqp/CMakeLists.windows-x86_64.txt b/ydb/core/tx/datashard/ut_kqp/CMakeLists.windows-x86_64.txt index e2944594844..509a6920b10 100644 --- a/ydb/core/tx/datashard/ut_kqp/CMakeLists.windows-x86_64.txt +++ b/ydb/core/tx/datashard/ut_kqp/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-datashard-ut_kqp PRIVATE target_link_libraries(ydb-core-tx-datashard-ut_kqp PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-datashard @@ -76,4 +75,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-datashard-ut_kqp + system_allocator +) vcs_info(ydb-core-tx-datashard-ut_kqp) diff --git a/ydb/core/tx/datashard/ut_kqp_errors/CMakeLists.darwin-x86_64.txt b/ydb/core/tx/datashard/ut_kqp_errors/CMakeLists.darwin-x86_64.txt index f9197162c4c..b1f14c17a76 100644 --- a/ydb/core/tx/datashard/ut_kqp_errors/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/tx/datashard/ut_kqp_errors/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-datashard-ut_kqp_errors PRIVATE target_link_libraries(ydb-core-tx-datashard-ut_kqp_errors PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-datashard @@ -82,4 +81,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-datashard-ut_kqp_errors + system_allocator +) vcs_info(ydb-core-tx-datashard-ut_kqp_errors) diff --git a/ydb/core/tx/datashard/ut_kqp_errors/CMakeLists.linux-aarch64.txt b/ydb/core/tx/datashard/ut_kqp_errors/CMakeLists.linux-aarch64.txt index b48480fd3d5..f538b135870 100644 --- a/ydb/core/tx/datashard/ut_kqp_errors/CMakeLists.linux-aarch64.txt +++ b/ydb/core/tx/datashard/ut_kqp_errors/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-core-tx-datashard-ut_kqp_errors PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main core-tx-datashard library-cpp-getopt @@ -85,4 +84,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-datashard-ut_kqp_errors + cpp-malloc-jemalloc +) vcs_info(ydb-core-tx-datashard-ut_kqp_errors) diff --git a/ydb/core/tx/datashard/ut_kqp_errors/CMakeLists.linux-x86_64.txt b/ydb/core/tx/datashard/ut_kqp_errors/CMakeLists.linux-x86_64.txt index 6de65883af8..6e6150164ce 100644 --- a/ydb/core/tx/datashard/ut_kqp_errors/CMakeLists.linux-x86_64.txt +++ b/ydb/core/tx/datashard/ut_kqp_errors/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-core-tx-datashard-ut_kqp_errors PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main core-tx-datashard @@ -87,4 +85,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-datashard-ut_kqp_errors + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-tx-datashard-ut_kqp_errors) diff --git a/ydb/core/tx/datashard/ut_kqp_errors/CMakeLists.windows-x86_64.txt b/ydb/core/tx/datashard/ut_kqp_errors/CMakeLists.windows-x86_64.txt index b1bf6e03eff..21bb52c87ff 100644 --- a/ydb/core/tx/datashard/ut_kqp_errors/CMakeLists.windows-x86_64.txt +++ b/ydb/core/tx/datashard/ut_kqp_errors/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-datashard-ut_kqp_errors PRIVATE target_link_libraries(ydb-core-tx-datashard-ut_kqp_errors PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-datashard @@ -75,4 +74,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-datashard-ut_kqp_errors + system_allocator +) vcs_info(ydb-core-tx-datashard-ut_kqp_errors) diff --git a/ydb/core/tx/datashard/ut_kqp_scan/CMakeLists.darwin-x86_64.txt b/ydb/core/tx/datashard/ut_kqp_scan/CMakeLists.darwin-x86_64.txt index 4d5b3cc07cf..d89ef15507f 100644 --- a/ydb/core/tx/datashard/ut_kqp_scan/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/tx/datashard/ut_kqp_scan/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-datashard-ut_kqp_scan PRIVATE target_link_libraries(ydb-core-tx-datashard-ut_kqp_scan PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-datashard @@ -82,4 +81,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-datashard-ut_kqp_scan + system_allocator +) vcs_info(ydb-core-tx-datashard-ut_kqp_scan) diff --git a/ydb/core/tx/datashard/ut_kqp_scan/CMakeLists.linux-aarch64.txt b/ydb/core/tx/datashard/ut_kqp_scan/CMakeLists.linux-aarch64.txt index fc63ab451dd..82b180270fd 100644 --- a/ydb/core/tx/datashard/ut_kqp_scan/CMakeLists.linux-aarch64.txt +++ b/ydb/core/tx/datashard/ut_kqp_scan/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-core-tx-datashard-ut_kqp_scan PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main core-tx-datashard library-cpp-getopt @@ -85,4 +84,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-datashard-ut_kqp_scan + cpp-malloc-jemalloc +) vcs_info(ydb-core-tx-datashard-ut_kqp_scan) diff --git a/ydb/core/tx/datashard/ut_kqp_scan/CMakeLists.linux-x86_64.txt b/ydb/core/tx/datashard/ut_kqp_scan/CMakeLists.linux-x86_64.txt index 65a44541951..1b024372912 100644 --- a/ydb/core/tx/datashard/ut_kqp_scan/CMakeLists.linux-x86_64.txt +++ b/ydb/core/tx/datashard/ut_kqp_scan/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-core-tx-datashard-ut_kqp_scan PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main core-tx-datashard @@ -87,4 +85,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-datashard-ut_kqp_scan + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-tx-datashard-ut_kqp_scan) diff --git a/ydb/core/tx/datashard/ut_kqp_scan/CMakeLists.windows-x86_64.txt b/ydb/core/tx/datashard/ut_kqp_scan/CMakeLists.windows-x86_64.txt index 4fd289c0260..050fc8499f0 100644 --- a/ydb/core/tx/datashard/ut_kqp_scan/CMakeLists.windows-x86_64.txt +++ b/ydb/core/tx/datashard/ut_kqp_scan/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-datashard-ut_kqp_scan PRIVATE target_link_libraries(ydb-core-tx-datashard-ut_kqp_scan PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-datashard @@ -75,4 +74,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-datashard-ut_kqp_scan + system_allocator +) vcs_info(ydb-core-tx-datashard-ut_kqp_scan) diff --git a/ydb/core/tx/datashard/ut_locks/CMakeLists.darwin-x86_64.txt b/ydb/core/tx/datashard/ut_locks/CMakeLists.darwin-x86_64.txt index 40f919a379e..8e294d8fb80 100644 --- a/ydb/core/tx/datashard/ut_locks/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/tx/datashard/ut_locks/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-datashard-ut_locks PRIVATE target_link_libraries(ydb-core-tx-datashard-ut_locks PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-datashard @@ -82,4 +81,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-datashard-ut_locks + system_allocator +) vcs_info(ydb-core-tx-datashard-ut_locks) diff --git a/ydb/core/tx/datashard/ut_locks/CMakeLists.linux-aarch64.txt b/ydb/core/tx/datashard/ut_locks/CMakeLists.linux-aarch64.txt index 0451a5fea1b..f6895932e50 100644 --- a/ydb/core/tx/datashard/ut_locks/CMakeLists.linux-aarch64.txt +++ b/ydb/core/tx/datashard/ut_locks/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-core-tx-datashard-ut_locks PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main core-tx-datashard library-cpp-getopt @@ -85,4 +84,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-datashard-ut_locks + cpp-malloc-jemalloc +) vcs_info(ydb-core-tx-datashard-ut_locks) diff --git a/ydb/core/tx/datashard/ut_locks/CMakeLists.linux-x86_64.txt b/ydb/core/tx/datashard/ut_locks/CMakeLists.linux-x86_64.txt index 037966adbf5..18258309ec5 100644 --- a/ydb/core/tx/datashard/ut_locks/CMakeLists.linux-x86_64.txt +++ b/ydb/core/tx/datashard/ut_locks/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-core-tx-datashard-ut_locks PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main core-tx-datashard @@ -87,4 +85,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-datashard-ut_locks + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-tx-datashard-ut_locks) diff --git a/ydb/core/tx/datashard/ut_locks/CMakeLists.windows-x86_64.txt b/ydb/core/tx/datashard/ut_locks/CMakeLists.windows-x86_64.txt index 415f0ef7503..cd41f18e5bd 100644 --- a/ydb/core/tx/datashard/ut_locks/CMakeLists.windows-x86_64.txt +++ b/ydb/core/tx/datashard/ut_locks/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-datashard-ut_locks PRIVATE target_link_libraries(ydb-core-tx-datashard-ut_locks PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-datashard @@ -75,4 +74,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-datashard-ut_locks + system_allocator +) vcs_info(ydb-core-tx-datashard-ut_locks) diff --git a/ydb/core/tx/datashard/ut_minikql/CMakeLists.darwin-x86_64.txt b/ydb/core/tx/datashard/ut_minikql/CMakeLists.darwin-x86_64.txt index 0cd931be1e2..71016852d7d 100644 --- a/ydb/core/tx/datashard/ut_minikql/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/tx/datashard/ut_minikql/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-datashard-ut_minikql PRIVATE target_link_libraries(ydb-core-tx-datashard-ut_minikql PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-datashard @@ -82,4 +81,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-datashard-ut_minikql + system_allocator +) vcs_info(ydb-core-tx-datashard-ut_minikql) diff --git a/ydb/core/tx/datashard/ut_minikql/CMakeLists.linux-aarch64.txt b/ydb/core/tx/datashard/ut_minikql/CMakeLists.linux-aarch64.txt index 0401a5e833e..1b2c8631611 100644 --- a/ydb/core/tx/datashard/ut_minikql/CMakeLists.linux-aarch64.txt +++ b/ydb/core/tx/datashard/ut_minikql/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-core-tx-datashard-ut_minikql PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main core-tx-datashard library-cpp-getopt @@ -85,4 +84,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-datashard-ut_minikql + cpp-malloc-jemalloc +) vcs_info(ydb-core-tx-datashard-ut_minikql) diff --git a/ydb/core/tx/datashard/ut_minikql/CMakeLists.linux-x86_64.txt b/ydb/core/tx/datashard/ut_minikql/CMakeLists.linux-x86_64.txt index 883aa606d66..523154d53d7 100644 --- a/ydb/core/tx/datashard/ut_minikql/CMakeLists.linux-x86_64.txt +++ b/ydb/core/tx/datashard/ut_minikql/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-core-tx-datashard-ut_minikql PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main core-tx-datashard @@ -87,4 +85,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-datashard-ut_minikql + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-tx-datashard-ut_minikql) diff --git a/ydb/core/tx/datashard/ut_minikql/CMakeLists.windows-x86_64.txt b/ydb/core/tx/datashard/ut_minikql/CMakeLists.windows-x86_64.txt index bd9e9962db1..87d1d0185c7 100644 --- a/ydb/core/tx/datashard/ut_minikql/CMakeLists.windows-x86_64.txt +++ b/ydb/core/tx/datashard/ut_minikql/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-datashard-ut_minikql PRIVATE target_link_libraries(ydb-core-tx-datashard-ut_minikql PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-datashard @@ -75,4 +74,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-datashard-ut_minikql + system_allocator +) vcs_info(ydb-core-tx-datashard-ut_minikql) diff --git a/ydb/core/tx/datashard/ut_minstep/CMakeLists.darwin-x86_64.txt b/ydb/core/tx/datashard/ut_minstep/CMakeLists.darwin-x86_64.txt index acd4ed90eda..52f9ecbdba9 100644 --- a/ydb/core/tx/datashard/ut_minstep/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/tx/datashard/ut_minstep/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-datashard-ut_minstep PRIVATE target_link_libraries(ydb-core-tx-datashard-ut_minstep PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-datashard @@ -82,4 +81,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-datashard-ut_minstep + system_allocator +) vcs_info(ydb-core-tx-datashard-ut_minstep) diff --git a/ydb/core/tx/datashard/ut_minstep/CMakeLists.linux-aarch64.txt b/ydb/core/tx/datashard/ut_minstep/CMakeLists.linux-aarch64.txt index 22b856f50c2..7f953c94833 100644 --- a/ydb/core/tx/datashard/ut_minstep/CMakeLists.linux-aarch64.txt +++ b/ydb/core/tx/datashard/ut_minstep/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-core-tx-datashard-ut_minstep PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main core-tx-datashard library-cpp-getopt @@ -85,4 +84,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-datashard-ut_minstep + cpp-malloc-jemalloc +) vcs_info(ydb-core-tx-datashard-ut_minstep) diff --git a/ydb/core/tx/datashard/ut_minstep/CMakeLists.linux-x86_64.txt b/ydb/core/tx/datashard/ut_minstep/CMakeLists.linux-x86_64.txt index 76424f36c01..2e53df4fa3d 100644 --- a/ydb/core/tx/datashard/ut_minstep/CMakeLists.linux-x86_64.txt +++ b/ydb/core/tx/datashard/ut_minstep/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-core-tx-datashard-ut_minstep PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main core-tx-datashard @@ -87,4 +85,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-datashard-ut_minstep + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-tx-datashard-ut_minstep) diff --git a/ydb/core/tx/datashard/ut_minstep/CMakeLists.windows-x86_64.txt b/ydb/core/tx/datashard/ut_minstep/CMakeLists.windows-x86_64.txt index 3ccdf42fd7f..bc7706473f7 100644 --- a/ydb/core/tx/datashard/ut_minstep/CMakeLists.windows-x86_64.txt +++ b/ydb/core/tx/datashard/ut_minstep/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-datashard-ut_minstep PRIVATE target_link_libraries(ydb-core-tx-datashard-ut_minstep PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-datashard @@ -75,4 +74,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-datashard-ut_minstep + system_allocator +) vcs_info(ydb-core-tx-datashard-ut_minstep) diff --git a/ydb/core/tx/datashard/ut_order/CMakeLists.darwin-x86_64.txt b/ydb/core/tx/datashard/ut_order/CMakeLists.darwin-x86_64.txt index ec50a9a0547..6c475d02954 100644 --- a/ydb/core/tx/datashard/ut_order/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/tx/datashard/ut_order/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-datashard-ut_order PRIVATE target_link_libraries(ydb-core-tx-datashard-ut_order PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-datashard @@ -82,4 +81,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-datashard-ut_order + system_allocator +) vcs_info(ydb-core-tx-datashard-ut_order) diff --git a/ydb/core/tx/datashard/ut_order/CMakeLists.linux-aarch64.txt b/ydb/core/tx/datashard/ut_order/CMakeLists.linux-aarch64.txt index 135518d1ad8..1013c3d96e2 100644 --- a/ydb/core/tx/datashard/ut_order/CMakeLists.linux-aarch64.txt +++ b/ydb/core/tx/datashard/ut_order/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-core-tx-datashard-ut_order PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main core-tx-datashard library-cpp-getopt @@ -85,4 +84,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-datashard-ut_order + cpp-malloc-jemalloc +) vcs_info(ydb-core-tx-datashard-ut_order) diff --git a/ydb/core/tx/datashard/ut_order/CMakeLists.linux-x86_64.txt b/ydb/core/tx/datashard/ut_order/CMakeLists.linux-x86_64.txt index e2eed687520..5556db35119 100644 --- a/ydb/core/tx/datashard/ut_order/CMakeLists.linux-x86_64.txt +++ b/ydb/core/tx/datashard/ut_order/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-core-tx-datashard-ut_order PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main core-tx-datashard @@ -87,4 +85,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-datashard-ut_order + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-tx-datashard-ut_order) diff --git a/ydb/core/tx/datashard/ut_order/CMakeLists.windows-x86_64.txt b/ydb/core/tx/datashard/ut_order/CMakeLists.windows-x86_64.txt index e1cd30b7850..5a45ae75e35 100644 --- a/ydb/core/tx/datashard/ut_order/CMakeLists.windows-x86_64.txt +++ b/ydb/core/tx/datashard/ut_order/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-datashard-ut_order PRIVATE target_link_libraries(ydb-core-tx-datashard-ut_order PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-datashard @@ -75,4 +74,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-datashard-ut_order + system_allocator +) vcs_info(ydb-core-tx-datashard-ut_order) diff --git a/ydb/core/tx/datashard/ut_range_avl_tree/CMakeLists.darwin-x86_64.txt b/ydb/core/tx/datashard/ut_range_avl_tree/CMakeLists.darwin-x86_64.txt index 364234d6c60..e07dd82fdb2 100644 --- a/ydb/core/tx/datashard/ut_range_avl_tree/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/tx/datashard/ut_range_avl_tree/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-datashard-ut_range_avl_tree PRIVATE target_link_libraries(ydb-core-tx-datashard-ut_range_avl_tree PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-datashard @@ -81,4 +80,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-datashard-ut_range_avl_tree + system_allocator +) vcs_info(ydb-core-tx-datashard-ut_range_avl_tree) diff --git a/ydb/core/tx/datashard/ut_range_avl_tree/CMakeLists.linux-aarch64.txt b/ydb/core/tx/datashard/ut_range_avl_tree/CMakeLists.linux-aarch64.txt index 00ab98502cd..855ba19cdc5 100644 --- a/ydb/core/tx/datashard/ut_range_avl_tree/CMakeLists.linux-aarch64.txt +++ b/ydb/core/tx/datashard/ut_range_avl_tree/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-core-tx-datashard-ut_range_avl_tree PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main core-tx-datashard library-cpp-getopt @@ -84,4 +83,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-datashard-ut_range_avl_tree + cpp-malloc-jemalloc +) vcs_info(ydb-core-tx-datashard-ut_range_avl_tree) diff --git a/ydb/core/tx/datashard/ut_range_avl_tree/CMakeLists.linux-x86_64.txt b/ydb/core/tx/datashard/ut_range_avl_tree/CMakeLists.linux-x86_64.txt index 54cfa116ae9..870520eb01e 100644 --- a/ydb/core/tx/datashard/ut_range_avl_tree/CMakeLists.linux-x86_64.txt +++ b/ydb/core/tx/datashard/ut_range_avl_tree/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-core-tx-datashard-ut_range_avl_tree PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main core-tx-datashard @@ -86,4 +84,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-datashard-ut_range_avl_tree + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-tx-datashard-ut_range_avl_tree) diff --git a/ydb/core/tx/datashard/ut_range_avl_tree/CMakeLists.windows-x86_64.txt b/ydb/core/tx/datashard/ut_range_avl_tree/CMakeLists.windows-x86_64.txt index 2da1ab03a76..4d9d0745414 100644 --- a/ydb/core/tx/datashard/ut_range_avl_tree/CMakeLists.windows-x86_64.txt +++ b/ydb/core/tx/datashard/ut_range_avl_tree/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-datashard-ut_range_avl_tree PRIVATE target_link_libraries(ydb-core-tx-datashard-ut_range_avl_tree PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-datashard @@ -74,4 +73,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-datashard-ut_range_avl_tree + system_allocator +) vcs_info(ydb-core-tx-datashard-ut_range_avl_tree) diff --git a/ydb/core/tx/datashard/ut_range_ops/CMakeLists.darwin-x86_64.txt b/ydb/core/tx/datashard/ut_range_ops/CMakeLists.darwin-x86_64.txt index d3bfa5b6dc5..f4dc7d008b0 100644 --- a/ydb/core/tx/datashard/ut_range_ops/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/tx/datashard/ut_range_ops/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-datashard-ut_range_ops PRIVATE target_link_libraries(ydb-core-tx-datashard-ut_range_ops PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-datashard @@ -82,4 +81,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-datashard-ut_range_ops + system_allocator +) vcs_info(ydb-core-tx-datashard-ut_range_ops) diff --git a/ydb/core/tx/datashard/ut_range_ops/CMakeLists.linux-aarch64.txt b/ydb/core/tx/datashard/ut_range_ops/CMakeLists.linux-aarch64.txt index ef0eaf24cf8..49411676f1d 100644 --- a/ydb/core/tx/datashard/ut_range_ops/CMakeLists.linux-aarch64.txt +++ b/ydb/core/tx/datashard/ut_range_ops/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-core-tx-datashard-ut_range_ops PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main core-tx-datashard library-cpp-getopt @@ -85,4 +84,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-datashard-ut_range_ops + cpp-malloc-jemalloc +) vcs_info(ydb-core-tx-datashard-ut_range_ops) diff --git a/ydb/core/tx/datashard/ut_range_ops/CMakeLists.linux-x86_64.txt b/ydb/core/tx/datashard/ut_range_ops/CMakeLists.linux-x86_64.txt index 84eec837620..fec359bd364 100644 --- a/ydb/core/tx/datashard/ut_range_ops/CMakeLists.linux-x86_64.txt +++ b/ydb/core/tx/datashard/ut_range_ops/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-core-tx-datashard-ut_range_ops PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main core-tx-datashard @@ -87,4 +85,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-datashard-ut_range_ops + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-tx-datashard-ut_range_ops) diff --git a/ydb/core/tx/datashard/ut_range_ops/CMakeLists.windows-x86_64.txt b/ydb/core/tx/datashard/ut_range_ops/CMakeLists.windows-x86_64.txt index ebfa2c68900..d9e13efd076 100644 --- a/ydb/core/tx/datashard/ut_range_ops/CMakeLists.windows-x86_64.txt +++ b/ydb/core/tx/datashard/ut_range_ops/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-datashard-ut_range_ops PRIVATE target_link_libraries(ydb-core-tx-datashard-ut_range_ops PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-datashard @@ -75,4 +74,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-datashard-ut_range_ops + system_allocator +) vcs_info(ydb-core-tx-datashard-ut_range_ops) diff --git a/ydb/core/tx/datashard/ut_range_treap/CMakeLists.darwin-x86_64.txt b/ydb/core/tx/datashard/ut_range_treap/CMakeLists.darwin-x86_64.txt index c5686d002be..8b8e3177fb0 100644 --- a/ydb/core/tx/datashard/ut_range_treap/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/tx/datashard/ut_range_treap/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-datashard-ut_range_treap PRIVATE target_link_libraries(ydb-core-tx-datashard-ut_range_treap PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-datashard @@ -81,4 +80,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-datashard-ut_range_treap + system_allocator +) vcs_info(ydb-core-tx-datashard-ut_range_treap) diff --git a/ydb/core/tx/datashard/ut_range_treap/CMakeLists.linux-aarch64.txt b/ydb/core/tx/datashard/ut_range_treap/CMakeLists.linux-aarch64.txt index efe179f93ee..3bdcd59d653 100644 --- a/ydb/core/tx/datashard/ut_range_treap/CMakeLists.linux-aarch64.txt +++ b/ydb/core/tx/datashard/ut_range_treap/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-core-tx-datashard-ut_range_treap PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main core-tx-datashard library-cpp-getopt @@ -84,4 +83,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-datashard-ut_range_treap + cpp-malloc-jemalloc +) vcs_info(ydb-core-tx-datashard-ut_range_treap) diff --git a/ydb/core/tx/datashard/ut_range_treap/CMakeLists.linux-x86_64.txt b/ydb/core/tx/datashard/ut_range_treap/CMakeLists.linux-x86_64.txt index 8ef94e6feee..7ede5c2d1a7 100644 --- a/ydb/core/tx/datashard/ut_range_treap/CMakeLists.linux-x86_64.txt +++ b/ydb/core/tx/datashard/ut_range_treap/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-core-tx-datashard-ut_range_treap PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main core-tx-datashard @@ -86,4 +84,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-datashard-ut_range_treap + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-tx-datashard-ut_range_treap) diff --git a/ydb/core/tx/datashard/ut_range_treap/CMakeLists.windows-x86_64.txt b/ydb/core/tx/datashard/ut_range_treap/CMakeLists.windows-x86_64.txt index 4848b361eac..ac79dd04adf 100644 --- a/ydb/core/tx/datashard/ut_range_treap/CMakeLists.windows-x86_64.txt +++ b/ydb/core/tx/datashard/ut_range_treap/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-datashard-ut_range_treap PRIVATE target_link_libraries(ydb-core-tx-datashard-ut_range_treap PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-datashard @@ -74,4 +73,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-datashard-ut_range_treap + system_allocator +) vcs_info(ydb-core-tx-datashard-ut_range_treap) diff --git a/ydb/core/tx/datashard/ut_read_iterator/CMakeLists.darwin-x86_64.txt b/ydb/core/tx/datashard/ut_read_iterator/CMakeLists.darwin-x86_64.txt index 6a61f0a2f8f..ebd9f07d526 100644 --- a/ydb/core/tx/datashard/ut_read_iterator/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/tx/datashard/ut_read_iterator/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-datashard-ut_read_iterator PRIVATE target_link_libraries(ydb-core-tx-datashard-ut_read_iterator PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-datashard @@ -82,4 +81,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-datashard-ut_read_iterator + system_allocator +) vcs_info(ydb-core-tx-datashard-ut_read_iterator) diff --git a/ydb/core/tx/datashard/ut_read_iterator/CMakeLists.linux-aarch64.txt b/ydb/core/tx/datashard/ut_read_iterator/CMakeLists.linux-aarch64.txt index c3ef41a85f1..5143736dc97 100644 --- a/ydb/core/tx/datashard/ut_read_iterator/CMakeLists.linux-aarch64.txt +++ b/ydb/core/tx/datashard/ut_read_iterator/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-core-tx-datashard-ut_read_iterator PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main core-tx-datashard library-cpp-getopt @@ -85,4 +84,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-datashard-ut_read_iterator + cpp-malloc-jemalloc +) vcs_info(ydb-core-tx-datashard-ut_read_iterator) diff --git a/ydb/core/tx/datashard/ut_read_iterator/CMakeLists.linux-x86_64.txt b/ydb/core/tx/datashard/ut_read_iterator/CMakeLists.linux-x86_64.txt index eb8a2885254..7e2e1c23c34 100644 --- a/ydb/core/tx/datashard/ut_read_iterator/CMakeLists.linux-x86_64.txt +++ b/ydb/core/tx/datashard/ut_read_iterator/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-core-tx-datashard-ut_read_iterator PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main core-tx-datashard @@ -87,4 +85,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-datashard-ut_read_iterator + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-tx-datashard-ut_read_iterator) diff --git a/ydb/core/tx/datashard/ut_read_iterator/CMakeLists.windows-x86_64.txt b/ydb/core/tx/datashard/ut_read_iterator/CMakeLists.windows-x86_64.txt index 92fbebbc9bb..91fd40fbf70 100644 --- a/ydb/core/tx/datashard/ut_read_iterator/CMakeLists.windows-x86_64.txt +++ b/ydb/core/tx/datashard/ut_read_iterator/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-datashard-ut_read_iterator PRIVATE target_link_libraries(ydb-core-tx-datashard-ut_read_iterator PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-datashard @@ -75,4 +74,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-datashard-ut_read_iterator + system_allocator +) vcs_info(ydb-core-tx-datashard-ut_read_iterator) diff --git a/ydb/core/tx/datashard/ut_read_table/CMakeLists.darwin-x86_64.txt b/ydb/core/tx/datashard/ut_read_table/CMakeLists.darwin-x86_64.txt index 28f0b64e316..8529cefd12f 100644 --- a/ydb/core/tx/datashard/ut_read_table/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/tx/datashard/ut_read_table/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-datashard-ut_read_table PRIVATE target_link_libraries(ydb-core-tx-datashard-ut_read_table PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-datashard @@ -82,4 +81,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-datashard-ut_read_table + system_allocator +) vcs_info(ydb-core-tx-datashard-ut_read_table) diff --git a/ydb/core/tx/datashard/ut_read_table/CMakeLists.linux-aarch64.txt b/ydb/core/tx/datashard/ut_read_table/CMakeLists.linux-aarch64.txt index 41388032d1d..ae1ca8d3f3c 100644 --- a/ydb/core/tx/datashard/ut_read_table/CMakeLists.linux-aarch64.txt +++ b/ydb/core/tx/datashard/ut_read_table/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-core-tx-datashard-ut_read_table PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main core-tx-datashard library-cpp-getopt @@ -85,4 +84,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-datashard-ut_read_table + cpp-malloc-jemalloc +) vcs_info(ydb-core-tx-datashard-ut_read_table) diff --git a/ydb/core/tx/datashard/ut_read_table/CMakeLists.linux-x86_64.txt b/ydb/core/tx/datashard/ut_read_table/CMakeLists.linux-x86_64.txt index 8ad350a273b..cfacb80ff3d 100644 --- a/ydb/core/tx/datashard/ut_read_table/CMakeLists.linux-x86_64.txt +++ b/ydb/core/tx/datashard/ut_read_table/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-core-tx-datashard-ut_read_table PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main core-tx-datashard @@ -87,4 +85,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-datashard-ut_read_table + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-tx-datashard-ut_read_table) diff --git a/ydb/core/tx/datashard/ut_read_table/CMakeLists.windows-x86_64.txt b/ydb/core/tx/datashard/ut_read_table/CMakeLists.windows-x86_64.txt index de0a367ff57..03a5b69b3f1 100644 --- a/ydb/core/tx/datashard/ut_read_table/CMakeLists.windows-x86_64.txt +++ b/ydb/core/tx/datashard/ut_read_table/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-datashard-ut_read_table PRIVATE target_link_libraries(ydb-core-tx-datashard-ut_read_table PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-datashard @@ -75,4 +74,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-datashard-ut_read_table + system_allocator +) vcs_info(ydb-core-tx-datashard-ut_read_table) diff --git a/ydb/core/tx/datashard/ut_reassign/CMakeLists.darwin-x86_64.txt b/ydb/core/tx/datashard/ut_reassign/CMakeLists.darwin-x86_64.txt index c793c83cbde..81263a12972 100644 --- a/ydb/core/tx/datashard/ut_reassign/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/tx/datashard/ut_reassign/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-datashard-ut_reassign PRIVATE target_link_libraries(ydb-core-tx-datashard-ut_reassign PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-datashard @@ -82,4 +81,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-datashard-ut_reassign + system_allocator +) vcs_info(ydb-core-tx-datashard-ut_reassign) diff --git a/ydb/core/tx/datashard/ut_reassign/CMakeLists.linux-aarch64.txt b/ydb/core/tx/datashard/ut_reassign/CMakeLists.linux-aarch64.txt index 95730207104..ae74536d6d3 100644 --- a/ydb/core/tx/datashard/ut_reassign/CMakeLists.linux-aarch64.txt +++ b/ydb/core/tx/datashard/ut_reassign/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-core-tx-datashard-ut_reassign PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main core-tx-datashard library-cpp-getopt @@ -85,4 +84,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-datashard-ut_reassign + cpp-malloc-jemalloc +) vcs_info(ydb-core-tx-datashard-ut_reassign) diff --git a/ydb/core/tx/datashard/ut_reassign/CMakeLists.linux-x86_64.txt b/ydb/core/tx/datashard/ut_reassign/CMakeLists.linux-x86_64.txt index 37d9f551c45..27b09aaf8fc 100644 --- a/ydb/core/tx/datashard/ut_reassign/CMakeLists.linux-x86_64.txt +++ b/ydb/core/tx/datashard/ut_reassign/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-core-tx-datashard-ut_reassign PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main core-tx-datashard @@ -87,4 +85,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-datashard-ut_reassign + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-tx-datashard-ut_reassign) diff --git a/ydb/core/tx/datashard/ut_reassign/CMakeLists.windows-x86_64.txt b/ydb/core/tx/datashard/ut_reassign/CMakeLists.windows-x86_64.txt index c6ce12eac66..bfb6b73b4f8 100644 --- a/ydb/core/tx/datashard/ut_reassign/CMakeLists.windows-x86_64.txt +++ b/ydb/core/tx/datashard/ut_reassign/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-datashard-ut_reassign PRIVATE target_link_libraries(ydb-core-tx-datashard-ut_reassign PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-datashard @@ -75,4 +74,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-datashard-ut_reassign + system_allocator +) vcs_info(ydb-core-tx-datashard-ut_reassign) diff --git a/ydb/core/tx/datashard/ut_replication/CMakeLists.darwin-x86_64.txt b/ydb/core/tx/datashard/ut_replication/CMakeLists.darwin-x86_64.txt index 865e08a7815..0225553e327 100644 --- a/ydb/core/tx/datashard/ut_replication/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/tx/datashard/ut_replication/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-datashard-ut_replication PRIVATE target_link_libraries(ydb-core-tx-datashard-ut_replication PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-datashard @@ -82,4 +81,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-datashard-ut_replication + system_allocator +) vcs_info(ydb-core-tx-datashard-ut_replication) diff --git a/ydb/core/tx/datashard/ut_replication/CMakeLists.linux-aarch64.txt b/ydb/core/tx/datashard/ut_replication/CMakeLists.linux-aarch64.txt index f88f6308035..1477b16a170 100644 --- a/ydb/core/tx/datashard/ut_replication/CMakeLists.linux-aarch64.txt +++ b/ydb/core/tx/datashard/ut_replication/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-core-tx-datashard-ut_replication PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main core-tx-datashard library-cpp-getopt @@ -85,4 +84,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-datashard-ut_replication + cpp-malloc-jemalloc +) vcs_info(ydb-core-tx-datashard-ut_replication) diff --git a/ydb/core/tx/datashard/ut_replication/CMakeLists.linux-x86_64.txt b/ydb/core/tx/datashard/ut_replication/CMakeLists.linux-x86_64.txt index 78dacb8d18c..1941fc54756 100644 --- a/ydb/core/tx/datashard/ut_replication/CMakeLists.linux-x86_64.txt +++ b/ydb/core/tx/datashard/ut_replication/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-core-tx-datashard-ut_replication PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main core-tx-datashard @@ -87,4 +85,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-datashard-ut_replication + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-tx-datashard-ut_replication) diff --git a/ydb/core/tx/datashard/ut_replication/CMakeLists.windows-x86_64.txt b/ydb/core/tx/datashard/ut_replication/CMakeLists.windows-x86_64.txt index f1b5a3a7435..1acb857224d 100644 --- a/ydb/core/tx/datashard/ut_replication/CMakeLists.windows-x86_64.txt +++ b/ydb/core/tx/datashard/ut_replication/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-datashard-ut_replication PRIVATE target_link_libraries(ydb-core-tx-datashard-ut_replication PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-datashard @@ -75,4 +74,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-datashard-ut_replication + system_allocator +) vcs_info(ydb-core-tx-datashard-ut_replication) diff --git a/ydb/core/tx/datashard/ut_rs/CMakeLists.darwin-x86_64.txt b/ydb/core/tx/datashard/ut_rs/CMakeLists.darwin-x86_64.txt index ee96f670ff3..6da5bcdb6c0 100644 --- a/ydb/core/tx/datashard/ut_rs/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/tx/datashard/ut_rs/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-datashard-ut_rs PRIVATE target_link_libraries(ydb-core-tx-datashard-ut_rs PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-datashard @@ -82,4 +81,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-datashard-ut_rs + system_allocator +) vcs_info(ydb-core-tx-datashard-ut_rs) diff --git a/ydb/core/tx/datashard/ut_rs/CMakeLists.linux-aarch64.txt b/ydb/core/tx/datashard/ut_rs/CMakeLists.linux-aarch64.txt index 4b581c3f842..67715ee2d0a 100644 --- a/ydb/core/tx/datashard/ut_rs/CMakeLists.linux-aarch64.txt +++ b/ydb/core/tx/datashard/ut_rs/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-core-tx-datashard-ut_rs PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main core-tx-datashard library-cpp-getopt @@ -85,4 +84,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-datashard-ut_rs + cpp-malloc-jemalloc +) vcs_info(ydb-core-tx-datashard-ut_rs) diff --git a/ydb/core/tx/datashard/ut_rs/CMakeLists.linux-x86_64.txt b/ydb/core/tx/datashard/ut_rs/CMakeLists.linux-x86_64.txt index 5c7d360e326..62eb222564a 100644 --- a/ydb/core/tx/datashard/ut_rs/CMakeLists.linux-x86_64.txt +++ b/ydb/core/tx/datashard/ut_rs/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-core-tx-datashard-ut_rs PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main core-tx-datashard @@ -87,4 +85,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-datashard-ut_rs + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-tx-datashard-ut_rs) diff --git a/ydb/core/tx/datashard/ut_rs/CMakeLists.windows-x86_64.txt b/ydb/core/tx/datashard/ut_rs/CMakeLists.windows-x86_64.txt index b1f1eebce87..c09173ebb58 100644 --- a/ydb/core/tx/datashard/ut_rs/CMakeLists.windows-x86_64.txt +++ b/ydb/core/tx/datashard/ut_rs/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-datashard-ut_rs PRIVATE target_link_libraries(ydb-core-tx-datashard-ut_rs PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-datashard @@ -75,4 +74,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-datashard-ut_rs + system_allocator +) vcs_info(ydb-core-tx-datashard-ut_rs) diff --git a/ydb/core/tx/datashard/ut_snapshot/CMakeLists.darwin-x86_64.txt b/ydb/core/tx/datashard/ut_snapshot/CMakeLists.darwin-x86_64.txt index 45ca91a3938..d5f29d63689 100644 --- a/ydb/core/tx/datashard/ut_snapshot/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/tx/datashard/ut_snapshot/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-datashard-ut_snapshot PRIVATE target_link_libraries(ydb-core-tx-datashard-ut_snapshot PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-datashard @@ -82,4 +81,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-datashard-ut_snapshot + system_allocator +) vcs_info(ydb-core-tx-datashard-ut_snapshot) diff --git a/ydb/core/tx/datashard/ut_snapshot/CMakeLists.linux-aarch64.txt b/ydb/core/tx/datashard/ut_snapshot/CMakeLists.linux-aarch64.txt index 9c0483d8034..ea973bcebf0 100644 --- a/ydb/core/tx/datashard/ut_snapshot/CMakeLists.linux-aarch64.txt +++ b/ydb/core/tx/datashard/ut_snapshot/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-core-tx-datashard-ut_snapshot PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main core-tx-datashard library-cpp-getopt @@ -85,4 +84,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-datashard-ut_snapshot + cpp-malloc-jemalloc +) vcs_info(ydb-core-tx-datashard-ut_snapshot) diff --git a/ydb/core/tx/datashard/ut_snapshot/CMakeLists.linux-x86_64.txt b/ydb/core/tx/datashard/ut_snapshot/CMakeLists.linux-x86_64.txt index 7dafe42f3eb..7bac23b35f4 100644 --- a/ydb/core/tx/datashard/ut_snapshot/CMakeLists.linux-x86_64.txt +++ b/ydb/core/tx/datashard/ut_snapshot/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-core-tx-datashard-ut_snapshot PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main core-tx-datashard @@ -87,4 +85,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-datashard-ut_snapshot + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-tx-datashard-ut_snapshot) diff --git a/ydb/core/tx/datashard/ut_snapshot/CMakeLists.windows-x86_64.txt b/ydb/core/tx/datashard/ut_snapshot/CMakeLists.windows-x86_64.txt index eef90734464..ab241bd8661 100644 --- a/ydb/core/tx/datashard/ut_snapshot/CMakeLists.windows-x86_64.txt +++ b/ydb/core/tx/datashard/ut_snapshot/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-datashard-ut_snapshot PRIVATE target_link_libraries(ydb-core-tx-datashard-ut_snapshot PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-datashard @@ -75,4 +74,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-datashard-ut_snapshot + system_allocator +) vcs_info(ydb-core-tx-datashard-ut_snapshot) diff --git a/ydb/core/tx/datashard/ut_stats/CMakeLists.darwin-x86_64.txt b/ydb/core/tx/datashard/ut_stats/CMakeLists.darwin-x86_64.txt index fd09fa61434..e9b6b2b4290 100644 --- a/ydb/core/tx/datashard/ut_stats/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/tx/datashard/ut_stats/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-datashard-ut_stats PRIVATE target_link_libraries(ydb-core-tx-datashard-ut_stats PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-datashard @@ -82,4 +81,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-datashard-ut_stats + system_allocator +) vcs_info(ydb-core-tx-datashard-ut_stats) diff --git a/ydb/core/tx/datashard/ut_stats/CMakeLists.linux-aarch64.txt b/ydb/core/tx/datashard/ut_stats/CMakeLists.linux-aarch64.txt index fe5f964f0f2..003c2f53037 100644 --- a/ydb/core/tx/datashard/ut_stats/CMakeLists.linux-aarch64.txt +++ b/ydb/core/tx/datashard/ut_stats/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-core-tx-datashard-ut_stats PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main core-tx-datashard library-cpp-getopt @@ -85,4 +84,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-datashard-ut_stats + cpp-malloc-jemalloc +) vcs_info(ydb-core-tx-datashard-ut_stats) diff --git a/ydb/core/tx/datashard/ut_stats/CMakeLists.linux-x86_64.txt b/ydb/core/tx/datashard/ut_stats/CMakeLists.linux-x86_64.txt index 6388557e979..8bcd612d798 100644 --- a/ydb/core/tx/datashard/ut_stats/CMakeLists.linux-x86_64.txt +++ b/ydb/core/tx/datashard/ut_stats/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-core-tx-datashard-ut_stats PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main core-tx-datashard @@ -87,4 +85,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-datashard-ut_stats + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-tx-datashard-ut_stats) diff --git a/ydb/core/tx/datashard/ut_stats/CMakeLists.windows-x86_64.txt b/ydb/core/tx/datashard/ut_stats/CMakeLists.windows-x86_64.txt index 83e1a31d5b1..45f9623ef41 100644 --- a/ydb/core/tx/datashard/ut_stats/CMakeLists.windows-x86_64.txt +++ b/ydb/core/tx/datashard/ut_stats/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-datashard-ut_stats PRIVATE target_link_libraries(ydb-core-tx-datashard-ut_stats PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-datashard @@ -75,4 +74,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-datashard-ut_stats + system_allocator +) vcs_info(ydb-core-tx-datashard-ut_stats) diff --git a/ydb/core/tx/datashard/ut_upload_rows/CMakeLists.darwin-x86_64.txt b/ydb/core/tx/datashard/ut_upload_rows/CMakeLists.darwin-x86_64.txt index 999e7930c76..44e4e48e73a 100644 --- a/ydb/core/tx/datashard/ut_upload_rows/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/tx/datashard/ut_upload_rows/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-datashard-ut_upload_rows PRIVATE target_link_libraries(ydb-core-tx-datashard-ut_upload_rows PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-datashard @@ -82,4 +81,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-datashard-ut_upload_rows + system_allocator +) vcs_info(ydb-core-tx-datashard-ut_upload_rows) diff --git a/ydb/core/tx/datashard/ut_upload_rows/CMakeLists.linux-aarch64.txt b/ydb/core/tx/datashard/ut_upload_rows/CMakeLists.linux-aarch64.txt index 20f230497f2..112a1cfac68 100644 --- a/ydb/core/tx/datashard/ut_upload_rows/CMakeLists.linux-aarch64.txt +++ b/ydb/core/tx/datashard/ut_upload_rows/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-core-tx-datashard-ut_upload_rows PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main core-tx-datashard library-cpp-getopt @@ -85,4 +84,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-datashard-ut_upload_rows + cpp-malloc-jemalloc +) vcs_info(ydb-core-tx-datashard-ut_upload_rows) diff --git a/ydb/core/tx/datashard/ut_upload_rows/CMakeLists.linux-x86_64.txt b/ydb/core/tx/datashard/ut_upload_rows/CMakeLists.linux-x86_64.txt index b0ec132d0ba..71300164cbd 100644 --- a/ydb/core/tx/datashard/ut_upload_rows/CMakeLists.linux-x86_64.txt +++ b/ydb/core/tx/datashard/ut_upload_rows/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-core-tx-datashard-ut_upload_rows PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main core-tx-datashard @@ -87,4 +85,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-datashard-ut_upload_rows + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-tx-datashard-ut_upload_rows) diff --git a/ydb/core/tx/datashard/ut_upload_rows/CMakeLists.windows-x86_64.txt b/ydb/core/tx/datashard/ut_upload_rows/CMakeLists.windows-x86_64.txt index 2a9ef377f85..d5e45089fa4 100644 --- a/ydb/core/tx/datashard/ut_upload_rows/CMakeLists.windows-x86_64.txt +++ b/ydb/core/tx/datashard/ut_upload_rows/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-datashard-ut_upload_rows PRIVATE target_link_libraries(ydb-core-tx-datashard-ut_upload_rows PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-datashard @@ -75,4 +74,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-datashard-ut_upload_rows + system_allocator +) vcs_info(ydb-core-tx-datashard-ut_upload_rows) diff --git a/ydb/core/tx/datashard/ut_volatile/CMakeLists.darwin-x86_64.txt b/ydb/core/tx/datashard/ut_volatile/CMakeLists.darwin-x86_64.txt index d930aa7e658..0993b9a1014 100644 --- a/ydb/core/tx/datashard/ut_volatile/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/tx/datashard/ut_volatile/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-datashard-ut_volatile PRIVATE target_link_libraries(ydb-core-tx-datashard-ut_volatile PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-datashard @@ -83,4 +82,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-datashard-ut_volatile + system_allocator +) vcs_info(ydb-core-tx-datashard-ut_volatile) diff --git a/ydb/core/tx/datashard/ut_volatile/CMakeLists.linux-aarch64.txt b/ydb/core/tx/datashard/ut_volatile/CMakeLists.linux-aarch64.txt index d7b53aa6756..56d614db545 100644 --- a/ydb/core/tx/datashard/ut_volatile/CMakeLists.linux-aarch64.txt +++ b/ydb/core/tx/datashard/ut_volatile/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-core-tx-datashard-ut_volatile PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main core-tx-datashard library-cpp-getopt @@ -86,4 +85,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-datashard-ut_volatile + cpp-malloc-jemalloc +) vcs_info(ydb-core-tx-datashard-ut_volatile) diff --git a/ydb/core/tx/datashard/ut_volatile/CMakeLists.linux-x86_64.txt b/ydb/core/tx/datashard/ut_volatile/CMakeLists.linux-x86_64.txt index b1b84cd6a5e..0ece591e4e6 100644 --- a/ydb/core/tx/datashard/ut_volatile/CMakeLists.linux-x86_64.txt +++ b/ydb/core/tx/datashard/ut_volatile/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-core-tx-datashard-ut_volatile PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main core-tx-datashard @@ -88,4 +86,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-datashard-ut_volatile + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-tx-datashard-ut_volatile) diff --git a/ydb/core/tx/datashard/ut_volatile/CMakeLists.windows-x86_64.txt b/ydb/core/tx/datashard/ut_volatile/CMakeLists.windows-x86_64.txt index 8430c3be5eb..59bc1a2065e 100644 --- a/ydb/core/tx/datashard/ut_volatile/CMakeLists.windows-x86_64.txt +++ b/ydb/core/tx/datashard/ut_volatile/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-datashard-ut_volatile PRIVATE target_link_libraries(ydb-core-tx-datashard-ut_volatile PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-datashard @@ -76,4 +75,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-datashard-ut_volatile + system_allocator +) vcs_info(ydb-core-tx-datashard-ut_volatile) diff --git a/ydb/core/tx/long_tx_service/public/ut/CMakeLists.darwin-x86_64.txt b/ydb/core/tx/long_tx_service/public/ut/CMakeLists.darwin-x86_64.txt index 421dc70bffe..ca2308a9cd1 100644 --- a/ydb/core/tx/long_tx_service/public/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/tx/long_tx_service/public/ut/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-long_tx_service-public-ut PRIVATE target_link_libraries(ydb-core-tx-long_tx_service-public-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main tx-long_tx_service-public @@ -66,4 +65,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-tx-long_tx_service-public-ut + system_allocator +) vcs_info(ydb-core-tx-long_tx_service-public-ut) diff --git a/ydb/core/tx/long_tx_service/public/ut/CMakeLists.linux-aarch64.txt b/ydb/core/tx/long_tx_service/public/ut/CMakeLists.linux-aarch64.txt index a5797b4d1d4..6f91fee077f 100644 --- a/ydb/core/tx/long_tx_service/public/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/core/tx/long_tx_service/public/ut/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-core-tx-long_tx_service-public-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main tx-long_tx_service-public cpp-testing-unittest @@ -69,4 +68,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-tx-long_tx_service-public-ut + cpp-malloc-jemalloc +) vcs_info(ydb-core-tx-long_tx_service-public-ut) diff --git a/ydb/core/tx/long_tx_service/public/ut/CMakeLists.linux-x86_64.txt b/ydb/core/tx/long_tx_service/public/ut/CMakeLists.linux-x86_64.txt index 7695e71e3a7..95878b8443e 100644 --- a/ydb/core/tx/long_tx_service/public/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/core/tx/long_tx_service/public/ut/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-core-tx-long_tx_service-public-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main tx-long_tx_service-public @@ -71,4 +69,8 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-tx-long_tx_service-public-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-tx-long_tx_service-public-ut) diff --git a/ydb/core/tx/long_tx_service/public/ut/CMakeLists.windows-x86_64.txt b/ydb/core/tx/long_tx_service/public/ut/CMakeLists.windows-x86_64.txt index 028a8ebfea9..e801bef6eb1 100644 --- a/ydb/core/tx/long_tx_service/public/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/core/tx/long_tx_service/public/ut/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-long_tx_service-public-ut PRIVATE target_link_libraries(ydb-core-tx-long_tx_service-public-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main tx-long_tx_service-public @@ -59,4 +58,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-tx-long_tx_service-public-ut + system_allocator +) vcs_info(ydb-core-tx-long_tx_service-public-ut) diff --git a/ydb/core/tx/long_tx_service/ut/CMakeLists.darwin-x86_64.txt b/ydb/core/tx/long_tx_service/ut/CMakeLists.darwin-x86_64.txt index 41f8b42e37a..479349979f2 100644 --- a/ydb/core/tx/long_tx_service/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/tx/long_tx_service/ut/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-long_tx_service-ut PRIVATE target_link_libraries(ydb-core-tx-long_tx_service-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-long_tx_service @@ -66,4 +65,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-tx-long_tx_service-ut + system_allocator +) vcs_info(ydb-core-tx-long_tx_service-ut) diff --git a/ydb/core/tx/long_tx_service/ut/CMakeLists.linux-aarch64.txt b/ydb/core/tx/long_tx_service/ut/CMakeLists.linux-aarch64.txt index 7929043161a..a09594447c2 100644 --- a/ydb/core/tx/long_tx_service/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/core/tx/long_tx_service/ut/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-core-tx-long_tx_service-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main core-tx-long_tx_service core-testlib-default @@ -69,4 +68,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-tx-long_tx_service-ut + cpp-malloc-jemalloc +) vcs_info(ydb-core-tx-long_tx_service-ut) diff --git a/ydb/core/tx/long_tx_service/ut/CMakeLists.linux-x86_64.txt b/ydb/core/tx/long_tx_service/ut/CMakeLists.linux-x86_64.txt index 1b759f03857..cf03210ac12 100644 --- a/ydb/core/tx/long_tx_service/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/core/tx/long_tx_service/ut/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-core-tx-long_tx_service-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main core-tx-long_tx_service @@ -71,4 +69,8 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-tx-long_tx_service-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-tx-long_tx_service-ut) diff --git a/ydb/core/tx/long_tx_service/ut/CMakeLists.windows-x86_64.txt b/ydb/core/tx/long_tx_service/ut/CMakeLists.windows-x86_64.txt index a045b9d4842..cda3f3a7887 100644 --- a/ydb/core/tx/long_tx_service/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/core/tx/long_tx_service/ut/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-long_tx_service-ut PRIVATE target_link_libraries(ydb-core-tx-long_tx_service-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-long_tx_service @@ -59,4 +58,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-tx-long_tx_service-ut + system_allocator +) vcs_info(ydb-core-tx-long_tx_service-ut) diff --git a/ydb/core/tx/replication/ydb_proxy/ut/CMakeLists.darwin-x86_64.txt b/ydb/core/tx/replication/ydb_proxy/ut/CMakeLists.darwin-x86_64.txt index 4c238a6996e..e24e8be7605 100644 --- a/ydb/core/tx/replication/ydb_proxy/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/tx/replication/ydb_proxy/ut/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-replication-ydb_proxy-ut PRIVATE target_link_libraries(ydb-core-tx-replication-ydb_proxy-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main tx-replication-ydb_proxy @@ -75,4 +74,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-replication-ydb_proxy-ut + system_allocator +) vcs_info(ydb-core-tx-replication-ydb_proxy-ut) diff --git a/ydb/core/tx/replication/ydb_proxy/ut/CMakeLists.linux-aarch64.txt b/ydb/core/tx/replication/ydb_proxy/ut/CMakeLists.linux-aarch64.txt index 958ec4ce5a0..33fd1e9dd6a 100644 --- a/ydb/core/tx/replication/ydb_proxy/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/core/tx/replication/ydb_proxy/ut/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-core-tx-replication-ydb_proxy-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main tx-replication-ydb_proxy cpp-testing-unittest @@ -78,4 +77,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-replication-ydb_proxy-ut + cpp-malloc-jemalloc +) vcs_info(ydb-core-tx-replication-ydb_proxy-ut) diff --git a/ydb/core/tx/replication/ydb_proxy/ut/CMakeLists.linux-x86_64.txt b/ydb/core/tx/replication/ydb_proxy/ut/CMakeLists.linux-x86_64.txt index 3e3361ef1fb..e3ad8ee89c0 100644 --- a/ydb/core/tx/replication/ydb_proxy/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/core/tx/replication/ydb_proxy/ut/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-core-tx-replication-ydb_proxy-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main tx-replication-ydb_proxy @@ -80,4 +78,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-replication-ydb_proxy-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-tx-replication-ydb_proxy-ut) diff --git a/ydb/core/tx/replication/ydb_proxy/ut/CMakeLists.windows-x86_64.txt b/ydb/core/tx/replication/ydb_proxy/ut/CMakeLists.windows-x86_64.txt index ae305f17382..a231dd3d226 100644 --- a/ydb/core/tx/replication/ydb_proxy/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/core/tx/replication/ydb_proxy/ut/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-replication-ydb_proxy-ut PRIVATE target_link_libraries(ydb-core-tx-replication-ydb_proxy-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main tx-replication-ydb_proxy @@ -68,4 +67,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-replication-ydb_proxy-ut + system_allocator +) vcs_info(ydb-core-tx-replication-ydb_proxy-ut) diff --git a/ydb/core/tx/scheme_board/ut_cache/CMakeLists.darwin-x86_64.txt b/ydb/core/tx/scheme_board/ut_cache/CMakeLists.darwin-x86_64.txt index 5fe6a580893..f79a62dc2d4 100644 --- a/ydb/core/tx/scheme_board/ut_cache/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/tx/scheme_board/ut_cache/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-scheme_board-ut_cache PRIVATE target_link_libraries(ydb-core-tx-scheme_board-ut_cache PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-scheme_board @@ -77,4 +76,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-scheme_board-ut_cache + system_allocator +) vcs_info(ydb-core-tx-scheme_board-ut_cache) diff --git a/ydb/core/tx/scheme_board/ut_cache/CMakeLists.linux-aarch64.txt b/ydb/core/tx/scheme_board/ut_cache/CMakeLists.linux-aarch64.txt index 96bcb358978..6a0fb344bef 100644 --- a/ydb/core/tx/scheme_board/ut_cache/CMakeLists.linux-aarch64.txt +++ b/ydb/core/tx/scheme_board/ut_cache/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-core-tx-scheme_board-ut_cache PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main core-tx-scheme_board cpp-testing-unittest @@ -80,4 +79,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-scheme_board-ut_cache + cpp-malloc-jemalloc +) vcs_info(ydb-core-tx-scheme_board-ut_cache) diff --git a/ydb/core/tx/scheme_board/ut_cache/CMakeLists.linux-x86_64.txt b/ydb/core/tx/scheme_board/ut_cache/CMakeLists.linux-x86_64.txt index 1468786d3d3..e95f35346e2 100644 --- a/ydb/core/tx/scheme_board/ut_cache/CMakeLists.linux-x86_64.txt +++ b/ydb/core/tx/scheme_board/ut_cache/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-core-tx-scheme_board-ut_cache PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main core-tx-scheme_board @@ -82,4 +80,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-scheme_board-ut_cache + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-tx-scheme_board-ut_cache) diff --git a/ydb/core/tx/scheme_board/ut_cache/CMakeLists.windows-x86_64.txt b/ydb/core/tx/scheme_board/ut_cache/CMakeLists.windows-x86_64.txt index 8557daf1c2b..cfa76751d7f 100644 --- a/ydb/core/tx/scheme_board/ut_cache/CMakeLists.windows-x86_64.txt +++ b/ydb/core/tx/scheme_board/ut_cache/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-scheme_board-ut_cache PRIVATE target_link_libraries(ydb-core-tx-scheme_board-ut_cache PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-scheme_board @@ -70,4 +69,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-scheme_board-ut_cache + system_allocator +) vcs_info(ydb-core-tx-scheme_board-ut_cache) diff --git a/ydb/core/tx/scheme_board/ut_double_indexed/CMakeLists.darwin-x86_64.txt b/ydb/core/tx/scheme_board/ut_double_indexed/CMakeLists.darwin-x86_64.txt index b3f0a72690c..7dc173161a3 100644 --- a/ydb/core/tx/scheme_board/ut_double_indexed/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/tx/scheme_board/ut_double_indexed/CMakeLists.darwin-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-core-tx-scheme_board-ut_double_indexed PRIVATE target_link_libraries(ydb-core-tx-scheme_board-ut_double_indexed PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-scheme_board @@ -65,4 +64,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-tx-scheme_board-ut_double_indexed + system_allocator +) vcs_info(ydb-core-tx-scheme_board-ut_double_indexed) diff --git a/ydb/core/tx/scheme_board/ut_double_indexed/CMakeLists.linux-aarch64.txt b/ydb/core/tx/scheme_board/ut_double_indexed/CMakeLists.linux-aarch64.txt index 1a29e3e8243..5ca6b2c1491 100644 --- a/ydb/core/tx/scheme_board/ut_double_indexed/CMakeLists.linux-aarch64.txt +++ b/ydb/core/tx/scheme_board/ut_double_indexed/CMakeLists.linux-aarch64.txt @@ -15,7 +15,6 @@ target_link_libraries(ydb-core-tx-scheme_board-ut_double_indexed PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main core-tx-scheme_board cpp-testing-unittest @@ -68,4 +67,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-tx-scheme_board-ut_double_indexed + cpp-malloc-jemalloc +) vcs_info(ydb-core-tx-scheme_board-ut_double_indexed) diff --git a/ydb/core/tx/scheme_board/ut_double_indexed/CMakeLists.linux-x86_64.txt b/ydb/core/tx/scheme_board/ut_double_indexed/CMakeLists.linux-x86_64.txt index 00a580e969b..f935b441ae4 100644 --- a/ydb/core/tx/scheme_board/ut_double_indexed/CMakeLists.linux-x86_64.txt +++ b/ydb/core/tx/scheme_board/ut_double_indexed/CMakeLists.linux-x86_64.txt @@ -15,8 +15,6 @@ target_link_libraries(ydb-core-tx-scheme_board-ut_double_indexed PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main core-tx-scheme_board @@ -70,4 +68,8 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-tx-scheme_board-ut_double_indexed + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-tx-scheme_board-ut_double_indexed) diff --git a/ydb/core/tx/scheme_board/ut_double_indexed/CMakeLists.windows-x86_64.txt b/ydb/core/tx/scheme_board/ut_double_indexed/CMakeLists.windows-x86_64.txt index b6e0cd200d6..6b12030ffb6 100644 --- a/ydb/core/tx/scheme_board/ut_double_indexed/CMakeLists.windows-x86_64.txt +++ b/ydb/core/tx/scheme_board/ut_double_indexed/CMakeLists.windows-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-core-tx-scheme_board-ut_double_indexed PRIVATE target_link_libraries(ydb-core-tx-scheme_board-ut_double_indexed PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-scheme_board @@ -58,4 +57,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-tx-scheme_board-ut_double_indexed + system_allocator +) vcs_info(ydb-core-tx-scheme_board-ut_double_indexed) diff --git a/ydb/core/tx/scheme_board/ut_monitoring/CMakeLists.darwin-x86_64.txt b/ydb/core/tx/scheme_board/ut_monitoring/CMakeLists.darwin-x86_64.txt index 6e40793fa1a..9d62c2e77ac 100644 --- a/ydb/core/tx/scheme_board/ut_monitoring/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/tx/scheme_board/ut_monitoring/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-scheme_board-ut_monitoring PRIVATE target_link_libraries(ydb-core-tx-scheme_board-ut_monitoring PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-scheme_board @@ -76,4 +75,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-scheme_board-ut_monitoring + system_allocator +) vcs_info(ydb-core-tx-scheme_board-ut_monitoring) diff --git a/ydb/core/tx/scheme_board/ut_monitoring/CMakeLists.linux-aarch64.txt b/ydb/core/tx/scheme_board/ut_monitoring/CMakeLists.linux-aarch64.txt index 2cf43a0246f..29816592662 100644 --- a/ydb/core/tx/scheme_board/ut_monitoring/CMakeLists.linux-aarch64.txt +++ b/ydb/core/tx/scheme_board/ut_monitoring/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-core-tx-scheme_board-ut_monitoring PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main core-tx-scheme_board cpp-actors-core @@ -79,4 +78,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-scheme_board-ut_monitoring + cpp-malloc-jemalloc +) vcs_info(ydb-core-tx-scheme_board-ut_monitoring) diff --git a/ydb/core/tx/scheme_board/ut_monitoring/CMakeLists.linux-x86_64.txt b/ydb/core/tx/scheme_board/ut_monitoring/CMakeLists.linux-x86_64.txt index 22808375ff4..f88ec8e0837 100644 --- a/ydb/core/tx/scheme_board/ut_monitoring/CMakeLists.linux-x86_64.txt +++ b/ydb/core/tx/scheme_board/ut_monitoring/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-core-tx-scheme_board-ut_monitoring PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main core-tx-scheme_board @@ -81,4 +79,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-scheme_board-ut_monitoring + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-tx-scheme_board-ut_monitoring) diff --git a/ydb/core/tx/scheme_board/ut_monitoring/CMakeLists.windows-x86_64.txt b/ydb/core/tx/scheme_board/ut_monitoring/CMakeLists.windows-x86_64.txt index de0b925c853..b151cd0c7e6 100644 --- a/ydb/core/tx/scheme_board/ut_monitoring/CMakeLists.windows-x86_64.txt +++ b/ydb/core/tx/scheme_board/ut_monitoring/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-scheme_board-ut_monitoring PRIVATE target_link_libraries(ydb-core-tx-scheme_board-ut_monitoring PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-scheme_board @@ -69,4 +68,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-scheme_board-ut_monitoring + system_allocator +) vcs_info(ydb-core-tx-scheme_board-ut_monitoring) diff --git a/ydb/core/tx/scheme_board/ut_populator/CMakeLists.darwin-x86_64.txt b/ydb/core/tx/scheme_board/ut_populator/CMakeLists.darwin-x86_64.txt index c9a6484cb57..3173958e67f 100644 --- a/ydb/core/tx/scheme_board/ut_populator/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/tx/scheme_board/ut_populator/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-scheme_board-ut_populator PRIVATE target_link_libraries(ydb-core-tx-scheme_board-ut_populator PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-scheme_board @@ -78,4 +77,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-scheme_board-ut_populator + system_allocator +) vcs_info(ydb-core-tx-scheme_board-ut_populator) diff --git a/ydb/core/tx/scheme_board/ut_populator/CMakeLists.linux-aarch64.txt b/ydb/core/tx/scheme_board/ut_populator/CMakeLists.linux-aarch64.txt index e20f06275c0..067f78030b7 100644 --- a/ydb/core/tx/scheme_board/ut_populator/CMakeLists.linux-aarch64.txt +++ b/ydb/core/tx/scheme_board/ut_populator/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-core-tx-scheme_board-ut_populator PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main core-tx-scheme_board cpp-testing-unittest @@ -81,4 +80,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-scheme_board-ut_populator + cpp-malloc-jemalloc +) vcs_info(ydb-core-tx-scheme_board-ut_populator) diff --git a/ydb/core/tx/scheme_board/ut_populator/CMakeLists.linux-x86_64.txt b/ydb/core/tx/scheme_board/ut_populator/CMakeLists.linux-x86_64.txt index 255292a985f..42561a3ca00 100644 --- a/ydb/core/tx/scheme_board/ut_populator/CMakeLists.linux-x86_64.txt +++ b/ydb/core/tx/scheme_board/ut_populator/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-core-tx-scheme_board-ut_populator PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main core-tx-scheme_board @@ -83,4 +81,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-scheme_board-ut_populator + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-tx-scheme_board-ut_populator) diff --git a/ydb/core/tx/scheme_board/ut_populator/CMakeLists.windows-x86_64.txt b/ydb/core/tx/scheme_board/ut_populator/CMakeLists.windows-x86_64.txt index fdef0430494..5aa756da24f 100644 --- a/ydb/core/tx/scheme_board/ut_populator/CMakeLists.windows-x86_64.txt +++ b/ydb/core/tx/scheme_board/ut_populator/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-scheme_board-ut_populator PRIVATE target_link_libraries(ydb-core-tx-scheme_board-ut_populator PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-scheme_board @@ -71,4 +70,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-scheme_board-ut_populator + system_allocator +) vcs_info(ydb-core-tx-scheme_board-ut_populator) diff --git a/ydb/core/tx/scheme_board/ut_replica/CMakeLists.darwin-x86_64.txt b/ydb/core/tx/scheme_board/ut_replica/CMakeLists.darwin-x86_64.txt index 0dc8cfe97b8..603831ede7a 100644 --- a/ydb/core/tx/scheme_board/ut_replica/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/tx/scheme_board/ut_replica/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-scheme_board-ut_replica PRIVATE target_link_libraries(ydb-core-tx-scheme_board-ut_replica PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-scheme_board @@ -75,4 +74,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-scheme_board-ut_replica + system_allocator +) vcs_info(ydb-core-tx-scheme_board-ut_replica) diff --git a/ydb/core/tx/scheme_board/ut_replica/CMakeLists.linux-aarch64.txt b/ydb/core/tx/scheme_board/ut_replica/CMakeLists.linux-aarch64.txt index 5953d4cd84e..d732dc23457 100644 --- a/ydb/core/tx/scheme_board/ut_replica/CMakeLists.linux-aarch64.txt +++ b/ydb/core/tx/scheme_board/ut_replica/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-core-tx-scheme_board-ut_replica PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main core-tx-scheme_board cpp-testing-unittest @@ -78,4 +77,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-scheme_board-ut_replica + cpp-malloc-jemalloc +) vcs_info(ydb-core-tx-scheme_board-ut_replica) diff --git a/ydb/core/tx/scheme_board/ut_replica/CMakeLists.linux-x86_64.txt b/ydb/core/tx/scheme_board/ut_replica/CMakeLists.linux-x86_64.txt index bc81525443d..0072087b8b6 100644 --- a/ydb/core/tx/scheme_board/ut_replica/CMakeLists.linux-x86_64.txt +++ b/ydb/core/tx/scheme_board/ut_replica/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-core-tx-scheme_board-ut_replica PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main core-tx-scheme_board @@ -80,4 +78,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-scheme_board-ut_replica + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-tx-scheme_board-ut_replica) diff --git a/ydb/core/tx/scheme_board/ut_replica/CMakeLists.windows-x86_64.txt b/ydb/core/tx/scheme_board/ut_replica/CMakeLists.windows-x86_64.txt index c9066c1adeb..307a52d7fa1 100644 --- a/ydb/core/tx/scheme_board/ut_replica/CMakeLists.windows-x86_64.txt +++ b/ydb/core/tx/scheme_board/ut_replica/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-scheme_board-ut_replica PRIVATE target_link_libraries(ydb-core-tx-scheme_board-ut_replica PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-scheme_board @@ -68,4 +67,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-scheme_board-ut_replica + system_allocator +) vcs_info(ydb-core-tx-scheme_board-ut_replica) diff --git a/ydb/core/tx/scheme_board/ut_subscriber/CMakeLists.darwin-x86_64.txt b/ydb/core/tx/scheme_board/ut_subscriber/CMakeLists.darwin-x86_64.txt index 1518466a072..aaed627a124 100644 --- a/ydb/core/tx/scheme_board/ut_subscriber/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/tx/scheme_board/ut_subscriber/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-scheme_board-ut_subscriber PRIVATE target_link_libraries(ydb-core-tx-scheme_board-ut_subscriber PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-scheme_board @@ -76,4 +75,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-scheme_board-ut_subscriber + system_allocator +) vcs_info(ydb-core-tx-scheme_board-ut_subscriber) diff --git a/ydb/core/tx/scheme_board/ut_subscriber/CMakeLists.linux-aarch64.txt b/ydb/core/tx/scheme_board/ut_subscriber/CMakeLists.linux-aarch64.txt index 669243ec43d..6eb9fd35664 100644 --- a/ydb/core/tx/scheme_board/ut_subscriber/CMakeLists.linux-aarch64.txt +++ b/ydb/core/tx/scheme_board/ut_subscriber/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-core-tx-scheme_board-ut_subscriber PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main core-tx-scheme_board cpp-actors-interconnect @@ -79,4 +78,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-scheme_board-ut_subscriber + cpp-malloc-jemalloc +) vcs_info(ydb-core-tx-scheme_board-ut_subscriber) diff --git a/ydb/core/tx/scheme_board/ut_subscriber/CMakeLists.linux-x86_64.txt b/ydb/core/tx/scheme_board/ut_subscriber/CMakeLists.linux-x86_64.txt index 8c9410212b8..d308eb2d4bc 100644 --- a/ydb/core/tx/scheme_board/ut_subscriber/CMakeLists.linux-x86_64.txt +++ b/ydb/core/tx/scheme_board/ut_subscriber/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-core-tx-scheme_board-ut_subscriber PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main core-tx-scheme_board @@ -81,4 +79,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-scheme_board-ut_subscriber + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-tx-scheme_board-ut_subscriber) diff --git a/ydb/core/tx/scheme_board/ut_subscriber/CMakeLists.windows-x86_64.txt b/ydb/core/tx/scheme_board/ut_subscriber/CMakeLists.windows-x86_64.txt index 10d0685c7b4..af066542cae 100644 --- a/ydb/core/tx/scheme_board/ut_subscriber/CMakeLists.windows-x86_64.txt +++ b/ydb/core/tx/scheme_board/ut_subscriber/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-scheme_board-ut_subscriber PRIVATE target_link_libraries(ydb-core-tx-scheme_board-ut_subscriber PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-scheme_board @@ -69,4 +68,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-scheme_board-ut_subscriber + system_allocator +) vcs_info(ydb-core-tx-scheme_board-ut_subscriber) diff --git a/ydb/core/tx/schemeshard/ut_async_index/CMakeLists.darwin-x86_64.txt b/ydb/core/tx/schemeshard/ut_async_index/CMakeLists.darwin-x86_64.txt index 50d42c15535..edb5199f19b 100644 --- a/ydb/core/tx/schemeshard/ut_async_index/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_async_index/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-schemeshard-ut_async_index PRIVATE target_link_libraries(ydb-core-tx-schemeshard-ut_async_index PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-schemeshard @@ -74,4 +73,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-schemeshard-ut_async_index + system_allocator +) vcs_info(ydb-core-tx-schemeshard-ut_async_index) diff --git a/ydb/core/tx/schemeshard/ut_async_index/CMakeLists.linux-aarch64.txt b/ydb/core/tx/schemeshard/ut_async_index/CMakeLists.linux-aarch64.txt index 5ae183cac35..1a0b1ae3b62 100644 --- a/ydb/core/tx/schemeshard/ut_async_index/CMakeLists.linux-aarch64.txt +++ b/ydb/core/tx/schemeshard/ut_async_index/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-core-tx-schemeshard-ut_async_index PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main core-tx-schemeshard core-testlib-default @@ -77,4 +76,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-schemeshard-ut_async_index + cpp-malloc-jemalloc +) vcs_info(ydb-core-tx-schemeshard-ut_async_index) diff --git a/ydb/core/tx/schemeshard/ut_async_index/CMakeLists.linux-x86_64.txt b/ydb/core/tx/schemeshard/ut_async_index/CMakeLists.linux-x86_64.txt index 061fe314687..ce7674381dd 100644 --- a/ydb/core/tx/schemeshard/ut_async_index/CMakeLists.linux-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_async_index/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-core-tx-schemeshard-ut_async_index PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main core-tx-schemeshard @@ -79,4 +77,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-schemeshard-ut_async_index + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-tx-schemeshard-ut_async_index) diff --git a/ydb/core/tx/schemeshard/ut_async_index/CMakeLists.windows-x86_64.txt b/ydb/core/tx/schemeshard/ut_async_index/CMakeLists.windows-x86_64.txt index e3796b1bfa1..9396669bb71 100644 --- a/ydb/core/tx/schemeshard/ut_async_index/CMakeLists.windows-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_async_index/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-schemeshard-ut_async_index PRIVATE target_link_libraries(ydb-core-tx-schemeshard-ut_async_index PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-schemeshard @@ -67,4 +66,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-schemeshard-ut_async_index + system_allocator +) vcs_info(ydb-core-tx-schemeshard-ut_async_index) diff --git a/ydb/core/tx/schemeshard/ut_backup/CMakeLists.darwin-x86_64.txt b/ydb/core/tx/schemeshard/ut_backup/CMakeLists.darwin-x86_64.txt index 6a74a7ca5e8..4c4e447fb42 100644 --- a/ydb/core/tx/schemeshard/ut_backup/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_backup/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-schemeshard-ut_backup PRIVATE target_link_libraries(ydb-core-tx-schemeshard-ut_backup PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-schemeshard @@ -80,4 +79,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-schemeshard-ut_backup + system_allocator +) vcs_info(ydb-core-tx-schemeshard-ut_backup) diff --git a/ydb/core/tx/schemeshard/ut_backup/CMakeLists.linux-aarch64.txt b/ydb/core/tx/schemeshard/ut_backup/CMakeLists.linux-aarch64.txt index bb147e316ff..f9d5a21199c 100644 --- a/ydb/core/tx/schemeshard/ut_backup/CMakeLists.linux-aarch64.txt +++ b/ydb/core/tx/schemeshard/ut_backup/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-core-tx-schemeshard-ut_backup PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main core-tx-schemeshard library-cpp-getopt @@ -83,4 +82,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-schemeshard-ut_backup + cpp-malloc-jemalloc +) vcs_info(ydb-core-tx-schemeshard-ut_backup) diff --git a/ydb/core/tx/schemeshard/ut_backup/CMakeLists.linux-x86_64.txt b/ydb/core/tx/schemeshard/ut_backup/CMakeLists.linux-x86_64.txt index 0582ccf2871..9a56f2e1124 100644 --- a/ydb/core/tx/schemeshard/ut_backup/CMakeLists.linux-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_backup/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-core-tx-schemeshard-ut_backup PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main core-tx-schemeshard @@ -85,4 +83,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-schemeshard-ut_backup + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-tx-schemeshard-ut_backup) diff --git a/ydb/core/tx/schemeshard/ut_backup/CMakeLists.windows-x86_64.txt b/ydb/core/tx/schemeshard/ut_backup/CMakeLists.windows-x86_64.txt index e077e315338..ddc5251d828 100644 --- a/ydb/core/tx/schemeshard/ut_backup/CMakeLists.windows-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_backup/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-schemeshard-ut_backup PRIVATE target_link_libraries(ydb-core-tx-schemeshard-ut_backup PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-schemeshard @@ -62,4 +61,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-schemeshard-ut_backup + system_allocator +) vcs_info(ydb-core-tx-schemeshard-ut_backup) diff --git a/ydb/core/tx/schemeshard/ut_base/CMakeLists.darwin-x86_64.txt b/ydb/core/tx/schemeshard/ut_base/CMakeLists.darwin-x86_64.txt index 1c60707d30a..cd0ddb6b49e 100644 --- a/ydb/core/tx/schemeshard/ut_base/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_base/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-schemeshard-ut_base PRIVATE target_link_libraries(ydb-core-tx-schemeshard-ut_base PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-schemeshard @@ -82,4 +81,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-schemeshard-ut_base + system_allocator +) vcs_info(ydb-core-tx-schemeshard-ut_base) diff --git a/ydb/core/tx/schemeshard/ut_base/CMakeLists.linux-aarch64.txt b/ydb/core/tx/schemeshard/ut_base/CMakeLists.linux-aarch64.txt index 0e5ede6d5cd..752cc4383c1 100644 --- a/ydb/core/tx/schemeshard/ut_base/CMakeLists.linux-aarch64.txt +++ b/ydb/core/tx/schemeshard/ut_base/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-core-tx-schemeshard-ut_base PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main core-tx-schemeshard library-cpp-getopt @@ -85,4 +84,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-schemeshard-ut_base + cpp-malloc-jemalloc +) vcs_info(ydb-core-tx-schemeshard-ut_base) diff --git a/ydb/core/tx/schemeshard/ut_base/CMakeLists.linux-x86_64.txt b/ydb/core/tx/schemeshard/ut_base/CMakeLists.linux-x86_64.txt index 51903bcbe52..f6c97cabb3b 100644 --- a/ydb/core/tx/schemeshard/ut_base/CMakeLists.linux-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_base/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-core-tx-schemeshard-ut_base PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main core-tx-schemeshard @@ -87,4 +85,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-schemeshard-ut_base + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-tx-schemeshard-ut_base) diff --git a/ydb/core/tx/schemeshard/ut_base/CMakeLists.windows-x86_64.txt b/ydb/core/tx/schemeshard/ut_base/CMakeLists.windows-x86_64.txt index 9d716a23f01..0377a93dbee 100644 --- a/ydb/core/tx/schemeshard/ut_base/CMakeLists.windows-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_base/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-schemeshard-ut_base PRIVATE target_link_libraries(ydb-core-tx-schemeshard-ut_base PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-schemeshard @@ -75,4 +74,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-schemeshard-ut_base + system_allocator +) vcs_info(ydb-core-tx-schemeshard-ut_base) diff --git a/ydb/core/tx/schemeshard/ut_base_reboots/CMakeLists.darwin-x86_64.txt b/ydb/core/tx/schemeshard/ut_base_reboots/CMakeLists.darwin-x86_64.txt index b2bf1ee1cc6..0971cf1ca7a 100644 --- a/ydb/core/tx/schemeshard/ut_base_reboots/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_base_reboots/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-schemeshard-ut_base_reboots PRIVATE target_link_libraries(ydb-core-tx-schemeshard-ut_base_reboots PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-schemeshard @@ -80,4 +79,7 @@ set_yunittest_property( TIMEOUT 1800 ) +target_allocator(ydb-core-tx-schemeshard-ut_base_reboots + system_allocator +) vcs_info(ydb-core-tx-schemeshard-ut_base_reboots) diff --git a/ydb/core/tx/schemeshard/ut_base_reboots/CMakeLists.linux-aarch64.txt b/ydb/core/tx/schemeshard/ut_base_reboots/CMakeLists.linux-aarch64.txt index 034997e2ad3..8ffd20e7754 100644 --- a/ydb/core/tx/schemeshard/ut_base_reboots/CMakeLists.linux-aarch64.txt +++ b/ydb/core/tx/schemeshard/ut_base_reboots/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-core-tx-schemeshard-ut_base_reboots PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main core-tx-schemeshard library-cpp-getopt @@ -83,4 +82,7 @@ set_yunittest_property( TIMEOUT 1800 ) +target_allocator(ydb-core-tx-schemeshard-ut_base_reboots + cpp-malloc-jemalloc +) vcs_info(ydb-core-tx-schemeshard-ut_base_reboots) diff --git a/ydb/core/tx/schemeshard/ut_base_reboots/CMakeLists.linux-x86_64.txt b/ydb/core/tx/schemeshard/ut_base_reboots/CMakeLists.linux-x86_64.txt index 0564bb23ccf..cedcb652693 100644 --- a/ydb/core/tx/schemeshard/ut_base_reboots/CMakeLists.linux-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_base_reboots/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-core-tx-schemeshard-ut_base_reboots PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main core-tx-schemeshard @@ -85,4 +83,8 @@ set_yunittest_property( TIMEOUT 1800 ) +target_allocator(ydb-core-tx-schemeshard-ut_base_reboots + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-tx-schemeshard-ut_base_reboots) diff --git a/ydb/core/tx/schemeshard/ut_base_reboots/CMakeLists.windows-x86_64.txt b/ydb/core/tx/schemeshard/ut_base_reboots/CMakeLists.windows-x86_64.txt index bca805884b5..7317f31f153 100644 --- a/ydb/core/tx/schemeshard/ut_base_reboots/CMakeLists.windows-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_base_reboots/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-schemeshard-ut_base_reboots PRIVATE target_link_libraries(ydb-core-tx-schemeshard-ut_base_reboots PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-schemeshard @@ -73,4 +72,7 @@ set_yunittest_property( TIMEOUT 1800 ) +target_allocator(ydb-core-tx-schemeshard-ut_base_reboots + system_allocator +) vcs_info(ydb-core-tx-schemeshard-ut_base_reboots) diff --git a/ydb/core/tx/schemeshard/ut_bsvolume/CMakeLists.darwin-x86_64.txt b/ydb/core/tx/schemeshard/ut_bsvolume/CMakeLists.darwin-x86_64.txt index f2c3887cba8..51a59eb48be 100644 --- a/ydb/core/tx/schemeshard/ut_bsvolume/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_bsvolume/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-schemeshard-ut_bsvolume PRIVATE target_link_libraries(ydb-core-tx-schemeshard-ut_bsvolume PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-schemeshard @@ -79,4 +78,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-schemeshard-ut_bsvolume + system_allocator +) vcs_info(ydb-core-tx-schemeshard-ut_bsvolume) diff --git a/ydb/core/tx/schemeshard/ut_bsvolume/CMakeLists.linux-aarch64.txt b/ydb/core/tx/schemeshard/ut_bsvolume/CMakeLists.linux-aarch64.txt index e7503039768..0c277b41a44 100644 --- a/ydb/core/tx/schemeshard/ut_bsvolume/CMakeLists.linux-aarch64.txt +++ b/ydb/core/tx/schemeshard/ut_bsvolume/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-core-tx-schemeshard-ut_bsvolume PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main core-tx-schemeshard library-cpp-getopt @@ -82,4 +81,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-schemeshard-ut_bsvolume + cpp-malloc-jemalloc +) vcs_info(ydb-core-tx-schemeshard-ut_bsvolume) diff --git a/ydb/core/tx/schemeshard/ut_bsvolume/CMakeLists.linux-x86_64.txt b/ydb/core/tx/schemeshard/ut_bsvolume/CMakeLists.linux-x86_64.txt index 480a565192d..2572002a60b 100644 --- a/ydb/core/tx/schemeshard/ut_bsvolume/CMakeLists.linux-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_bsvolume/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-core-tx-schemeshard-ut_bsvolume PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main core-tx-schemeshard @@ -84,4 +82,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-schemeshard-ut_bsvolume + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-tx-schemeshard-ut_bsvolume) diff --git a/ydb/core/tx/schemeshard/ut_bsvolume/CMakeLists.windows-x86_64.txt b/ydb/core/tx/schemeshard/ut_bsvolume/CMakeLists.windows-x86_64.txt index b39a48a4bf1..408aba55cf6 100644 --- a/ydb/core/tx/schemeshard/ut_bsvolume/CMakeLists.windows-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_bsvolume/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-schemeshard-ut_bsvolume PRIVATE target_link_libraries(ydb-core-tx-schemeshard-ut_bsvolume PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-schemeshard @@ -72,4 +71,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-schemeshard-ut_bsvolume + system_allocator +) vcs_info(ydb-core-tx-schemeshard-ut_bsvolume) diff --git a/ydb/core/tx/schemeshard/ut_bsvolume_reboots/CMakeLists.darwin-x86_64.txt b/ydb/core/tx/schemeshard/ut_bsvolume_reboots/CMakeLists.darwin-x86_64.txt index abd60967fd5..4a5c8a24d51 100644 --- a/ydb/core/tx/schemeshard/ut_bsvolume_reboots/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_bsvolume_reboots/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-schemeshard-ut_bsvolume_reboots PRIVATE target_link_libraries(ydb-core-tx-schemeshard-ut_bsvolume_reboots PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-schemeshard @@ -79,4 +78,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-schemeshard-ut_bsvolume_reboots + system_allocator +) vcs_info(ydb-core-tx-schemeshard-ut_bsvolume_reboots) diff --git a/ydb/core/tx/schemeshard/ut_bsvolume_reboots/CMakeLists.linux-aarch64.txt b/ydb/core/tx/schemeshard/ut_bsvolume_reboots/CMakeLists.linux-aarch64.txt index f3667a07537..00c605e7814 100644 --- a/ydb/core/tx/schemeshard/ut_bsvolume_reboots/CMakeLists.linux-aarch64.txt +++ b/ydb/core/tx/schemeshard/ut_bsvolume_reboots/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-core-tx-schemeshard-ut_bsvolume_reboots PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main core-tx-schemeshard library-cpp-getopt @@ -82,4 +81,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-schemeshard-ut_bsvolume_reboots + cpp-malloc-jemalloc +) vcs_info(ydb-core-tx-schemeshard-ut_bsvolume_reboots) diff --git a/ydb/core/tx/schemeshard/ut_bsvolume_reboots/CMakeLists.linux-x86_64.txt b/ydb/core/tx/schemeshard/ut_bsvolume_reboots/CMakeLists.linux-x86_64.txt index c0b8db568a0..86729c528f4 100644 --- a/ydb/core/tx/schemeshard/ut_bsvolume_reboots/CMakeLists.linux-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_bsvolume_reboots/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-core-tx-schemeshard-ut_bsvolume_reboots PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main core-tx-schemeshard @@ -84,4 +82,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-schemeshard-ut_bsvolume_reboots + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-tx-schemeshard-ut_bsvolume_reboots) diff --git a/ydb/core/tx/schemeshard/ut_bsvolume_reboots/CMakeLists.windows-x86_64.txt b/ydb/core/tx/schemeshard/ut_bsvolume_reboots/CMakeLists.windows-x86_64.txt index f633c4152ce..598c79bf819 100644 --- a/ydb/core/tx/schemeshard/ut_bsvolume_reboots/CMakeLists.windows-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_bsvolume_reboots/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-schemeshard-ut_bsvolume_reboots PRIVATE target_link_libraries(ydb-core-tx-schemeshard-ut_bsvolume_reboots PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-schemeshard @@ -72,4 +71,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-schemeshard-ut_bsvolume_reboots + system_allocator +) vcs_info(ydb-core-tx-schemeshard-ut_bsvolume_reboots) diff --git a/ydb/core/tx/schemeshard/ut_cdc_stream/CMakeLists.darwin-x86_64.txt b/ydb/core/tx/schemeshard/ut_cdc_stream/CMakeLists.darwin-x86_64.txt index 3580e53a903..c6e516760b6 100644 --- a/ydb/core/tx/schemeshard/ut_cdc_stream/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_cdc_stream/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-schemeshard-ut_cdc_stream PRIVATE target_link_libraries(ydb-core-tx-schemeshard-ut_cdc_stream PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-schemeshard @@ -75,4 +74,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-schemeshard-ut_cdc_stream + system_allocator +) vcs_info(ydb-core-tx-schemeshard-ut_cdc_stream) diff --git a/ydb/core/tx/schemeshard/ut_cdc_stream/CMakeLists.linux-aarch64.txt b/ydb/core/tx/schemeshard/ut_cdc_stream/CMakeLists.linux-aarch64.txt index 62ee06f6f5e..0c38ac2d15d 100644 --- a/ydb/core/tx/schemeshard/ut_cdc_stream/CMakeLists.linux-aarch64.txt +++ b/ydb/core/tx/schemeshard/ut_cdc_stream/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-core-tx-schemeshard-ut_cdc_stream PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main core-tx-schemeshard core-testlib-default @@ -78,4 +77,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-schemeshard-ut_cdc_stream + cpp-malloc-jemalloc +) vcs_info(ydb-core-tx-schemeshard-ut_cdc_stream) diff --git a/ydb/core/tx/schemeshard/ut_cdc_stream/CMakeLists.linux-x86_64.txt b/ydb/core/tx/schemeshard/ut_cdc_stream/CMakeLists.linux-x86_64.txt index ea3dc40c0df..1e4a34af985 100644 --- a/ydb/core/tx/schemeshard/ut_cdc_stream/CMakeLists.linux-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_cdc_stream/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-core-tx-schemeshard-ut_cdc_stream PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main core-tx-schemeshard @@ -80,4 +78,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-schemeshard-ut_cdc_stream + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-tx-schemeshard-ut_cdc_stream) diff --git a/ydb/core/tx/schemeshard/ut_cdc_stream/CMakeLists.windows-x86_64.txt b/ydb/core/tx/schemeshard/ut_cdc_stream/CMakeLists.windows-x86_64.txt index 9ce40b62d22..21a6fb6efc5 100644 --- a/ydb/core/tx/schemeshard/ut_cdc_stream/CMakeLists.windows-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_cdc_stream/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-schemeshard-ut_cdc_stream PRIVATE target_link_libraries(ydb-core-tx-schemeshard-ut_cdc_stream PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-schemeshard @@ -68,4 +67,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-schemeshard-ut_cdc_stream + system_allocator +) vcs_info(ydb-core-tx-schemeshard-ut_cdc_stream) diff --git a/ydb/core/tx/schemeshard/ut_cdc_stream_reboots/CMakeLists.darwin-x86_64.txt b/ydb/core/tx/schemeshard/ut_cdc_stream_reboots/CMakeLists.darwin-x86_64.txt index 2785fe9a174..2b0d4abe5fd 100644 --- a/ydb/core/tx/schemeshard/ut_cdc_stream_reboots/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_cdc_stream_reboots/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-schemeshard-ut_cdc_stream_reboots PRIVATE target_link_libraries(ydb-core-tx-schemeshard-ut_cdc_stream_reboots PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-schemeshard @@ -74,4 +73,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-schemeshard-ut_cdc_stream_reboots + system_allocator +) vcs_info(ydb-core-tx-schemeshard-ut_cdc_stream_reboots) diff --git a/ydb/core/tx/schemeshard/ut_cdc_stream_reboots/CMakeLists.linux-aarch64.txt b/ydb/core/tx/schemeshard/ut_cdc_stream_reboots/CMakeLists.linux-aarch64.txt index f055730eb72..7aa9a717334 100644 --- a/ydb/core/tx/schemeshard/ut_cdc_stream_reboots/CMakeLists.linux-aarch64.txt +++ b/ydb/core/tx/schemeshard/ut_cdc_stream_reboots/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-core-tx-schemeshard-ut_cdc_stream_reboots PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main core-tx-schemeshard tx-schemeshard-ut_helpers @@ -77,4 +76,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-schemeshard-ut_cdc_stream_reboots + cpp-malloc-jemalloc +) vcs_info(ydb-core-tx-schemeshard-ut_cdc_stream_reboots) diff --git a/ydb/core/tx/schemeshard/ut_cdc_stream_reboots/CMakeLists.linux-x86_64.txt b/ydb/core/tx/schemeshard/ut_cdc_stream_reboots/CMakeLists.linux-x86_64.txt index ed50558bd28..6cb01c565f9 100644 --- a/ydb/core/tx/schemeshard/ut_cdc_stream_reboots/CMakeLists.linux-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_cdc_stream_reboots/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-core-tx-schemeshard-ut_cdc_stream_reboots PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main core-tx-schemeshard @@ -79,4 +77,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-schemeshard-ut_cdc_stream_reboots + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-tx-schemeshard-ut_cdc_stream_reboots) diff --git a/ydb/core/tx/schemeshard/ut_cdc_stream_reboots/CMakeLists.windows-x86_64.txt b/ydb/core/tx/schemeshard/ut_cdc_stream_reboots/CMakeLists.windows-x86_64.txt index 78211fb1821..1d22ac71607 100644 --- a/ydb/core/tx/schemeshard/ut_cdc_stream_reboots/CMakeLists.windows-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_cdc_stream_reboots/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-schemeshard-ut_cdc_stream_reboots PRIVATE target_link_libraries(ydb-core-tx-schemeshard-ut_cdc_stream_reboots PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-schemeshard @@ -67,4 +66,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-schemeshard-ut_cdc_stream_reboots + system_allocator +) vcs_info(ydb-core-tx-schemeshard-ut_cdc_stream_reboots) diff --git a/ydb/core/tx/schemeshard/ut_compaction/CMakeLists.darwin-x86_64.txt b/ydb/core/tx/schemeshard/ut_compaction/CMakeLists.darwin-x86_64.txt index b470af1b335..074e3b1daf2 100644 --- a/ydb/core/tx/schemeshard/ut_compaction/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_compaction/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-schemeshard-ut_compaction PRIVATE target_link_libraries(ydb-core-tx-schemeshard-ut_compaction PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-schemeshard @@ -79,4 +78,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-schemeshard-ut_compaction + system_allocator +) vcs_info(ydb-core-tx-schemeshard-ut_compaction) diff --git a/ydb/core/tx/schemeshard/ut_compaction/CMakeLists.linux-aarch64.txt b/ydb/core/tx/schemeshard/ut_compaction/CMakeLists.linux-aarch64.txt index dbf7d8132d7..02791bd47b6 100644 --- a/ydb/core/tx/schemeshard/ut_compaction/CMakeLists.linux-aarch64.txt +++ b/ydb/core/tx/schemeshard/ut_compaction/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-core-tx-schemeshard-ut_compaction PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main core-tx-schemeshard library-cpp-getopt @@ -82,4 +81,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-schemeshard-ut_compaction + cpp-malloc-jemalloc +) vcs_info(ydb-core-tx-schemeshard-ut_compaction) diff --git a/ydb/core/tx/schemeshard/ut_compaction/CMakeLists.linux-x86_64.txt b/ydb/core/tx/schemeshard/ut_compaction/CMakeLists.linux-x86_64.txt index c2ab77d461b..b1a0df39848 100644 --- a/ydb/core/tx/schemeshard/ut_compaction/CMakeLists.linux-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_compaction/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-core-tx-schemeshard-ut_compaction PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main core-tx-schemeshard @@ -84,4 +82,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-schemeshard-ut_compaction + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-tx-schemeshard-ut_compaction) diff --git a/ydb/core/tx/schemeshard/ut_compaction/CMakeLists.windows-x86_64.txt b/ydb/core/tx/schemeshard/ut_compaction/CMakeLists.windows-x86_64.txt index 8bb91874a78..adce0ce0083 100644 --- a/ydb/core/tx/schemeshard/ut_compaction/CMakeLists.windows-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_compaction/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-schemeshard-ut_compaction PRIVATE target_link_libraries(ydb-core-tx-schemeshard-ut_compaction PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-schemeshard @@ -72,4 +71,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-schemeshard-ut_compaction + system_allocator +) vcs_info(ydb-core-tx-schemeshard-ut_compaction) diff --git a/ydb/core/tx/schemeshard/ut_export/CMakeLists.darwin-x86_64.txt b/ydb/core/tx/schemeshard/ut_export/CMakeLists.darwin-x86_64.txt index 5155515fd57..16b17d7203d 100644 --- a/ydb/core/tx/schemeshard/ut_export/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_export/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-schemeshard-ut_export PRIVATE target_link_libraries(ydb-core-tx-schemeshard-ut_export PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-schemeshard @@ -80,4 +79,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-schemeshard-ut_export + system_allocator +) vcs_info(ydb-core-tx-schemeshard-ut_export) diff --git a/ydb/core/tx/schemeshard/ut_export/CMakeLists.linux-aarch64.txt b/ydb/core/tx/schemeshard/ut_export/CMakeLists.linux-aarch64.txt index 2c0c2eddeff..d340969a907 100644 --- a/ydb/core/tx/schemeshard/ut_export/CMakeLists.linux-aarch64.txt +++ b/ydb/core/tx/schemeshard/ut_export/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-core-tx-schemeshard-ut_export PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main core-tx-schemeshard library-cpp-getopt @@ -83,4 +82,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-schemeshard-ut_export + cpp-malloc-jemalloc +) vcs_info(ydb-core-tx-schemeshard-ut_export) diff --git a/ydb/core/tx/schemeshard/ut_export/CMakeLists.linux-x86_64.txt b/ydb/core/tx/schemeshard/ut_export/CMakeLists.linux-x86_64.txt index 8ebe946b96e..d66d5cc87eb 100644 --- a/ydb/core/tx/schemeshard/ut_export/CMakeLists.linux-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_export/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-core-tx-schemeshard-ut_export PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main core-tx-schemeshard @@ -85,4 +83,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-schemeshard-ut_export + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-tx-schemeshard-ut_export) diff --git a/ydb/core/tx/schemeshard/ut_export/CMakeLists.windows-x86_64.txt b/ydb/core/tx/schemeshard/ut_export/CMakeLists.windows-x86_64.txt index efc33d13a91..91ceb9a7923 100644 --- a/ydb/core/tx/schemeshard/ut_export/CMakeLists.windows-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_export/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-schemeshard-ut_export PRIVATE target_link_libraries(ydb-core-tx-schemeshard-ut_export PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-schemeshard @@ -62,4 +61,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-schemeshard-ut_export + system_allocator +) vcs_info(ydb-core-tx-schemeshard-ut_export) diff --git a/ydb/core/tx/schemeshard/ut_export_reboots_s3/CMakeLists.darwin-x86_64.txt b/ydb/core/tx/schemeshard/ut_export_reboots_s3/CMakeLists.darwin-x86_64.txt index 5e3af0a9285..1661ac4b5d7 100644 --- a/ydb/core/tx/schemeshard/ut_export_reboots_s3/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_export_reboots_s3/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-schemeshard-ut_export_reboots_s3 PRIVATE target_link_libraries(ydb-core-tx-schemeshard-ut_export_reboots_s3 PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-schemeshard @@ -80,4 +79,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-schemeshard-ut_export_reboots_s3 + system_allocator +) vcs_info(ydb-core-tx-schemeshard-ut_export_reboots_s3) diff --git a/ydb/core/tx/schemeshard/ut_export_reboots_s3/CMakeLists.linux-aarch64.txt b/ydb/core/tx/schemeshard/ut_export_reboots_s3/CMakeLists.linux-aarch64.txt index 37b505121f8..ac152ee2af7 100644 --- a/ydb/core/tx/schemeshard/ut_export_reboots_s3/CMakeLists.linux-aarch64.txt +++ b/ydb/core/tx/schemeshard/ut_export_reboots_s3/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-core-tx-schemeshard-ut_export_reboots_s3 PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main core-tx-schemeshard library-cpp-getopt @@ -83,4 +82,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-schemeshard-ut_export_reboots_s3 + cpp-malloc-jemalloc +) vcs_info(ydb-core-tx-schemeshard-ut_export_reboots_s3) diff --git a/ydb/core/tx/schemeshard/ut_export_reboots_s3/CMakeLists.linux-x86_64.txt b/ydb/core/tx/schemeshard/ut_export_reboots_s3/CMakeLists.linux-x86_64.txt index 09a302c238b..a1021b1da2c 100644 --- a/ydb/core/tx/schemeshard/ut_export_reboots_s3/CMakeLists.linux-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_export_reboots_s3/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-core-tx-schemeshard-ut_export_reboots_s3 PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main core-tx-schemeshard @@ -85,4 +83,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-schemeshard-ut_export_reboots_s3 + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-tx-schemeshard-ut_export_reboots_s3) diff --git a/ydb/core/tx/schemeshard/ut_export_reboots_s3/CMakeLists.windows-x86_64.txt b/ydb/core/tx/schemeshard/ut_export_reboots_s3/CMakeLists.windows-x86_64.txt index 2435f81cd99..786fbdbcb7d 100644 --- a/ydb/core/tx/schemeshard/ut_export_reboots_s3/CMakeLists.windows-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_export_reboots_s3/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-schemeshard-ut_export_reboots_s3 PRIVATE target_link_libraries(ydb-core-tx-schemeshard-ut_export_reboots_s3 PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-schemeshard @@ -73,4 +72,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-schemeshard-ut_export_reboots_s3 + system_allocator +) vcs_info(ydb-core-tx-schemeshard-ut_export_reboots_s3) diff --git a/ydb/core/tx/schemeshard/ut_external_data_source/CMakeLists.darwin-x86_64.txt b/ydb/core/tx/schemeshard/ut_external_data_source/CMakeLists.darwin-x86_64.txt index bdd3a176e15..624e8d7cf48 100644 --- a/ydb/core/tx/schemeshard/ut_external_data_source/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_external_data_source/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-schemeshard-ut_external_data_source PRIVA target_link_libraries(ydb-core-tx-schemeshard-ut_external_data_source PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-schemeshard @@ -79,4 +78,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-schemeshard-ut_external_data_source + system_allocator +) vcs_info(ydb-core-tx-schemeshard-ut_external_data_source) diff --git a/ydb/core/tx/schemeshard/ut_external_data_source/CMakeLists.linux-aarch64.txt b/ydb/core/tx/schemeshard/ut_external_data_source/CMakeLists.linux-aarch64.txt index 464d99eba51..c6ca22ea00c 100644 --- a/ydb/core/tx/schemeshard/ut_external_data_source/CMakeLists.linux-aarch64.txt +++ b/ydb/core/tx/schemeshard/ut_external_data_source/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-core-tx-schemeshard-ut_external_data_source PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main core-tx-schemeshard library-cpp-getopt @@ -82,4 +81,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-schemeshard-ut_external_data_source + cpp-malloc-jemalloc +) vcs_info(ydb-core-tx-schemeshard-ut_external_data_source) diff --git a/ydb/core/tx/schemeshard/ut_external_data_source/CMakeLists.linux-x86_64.txt b/ydb/core/tx/schemeshard/ut_external_data_source/CMakeLists.linux-x86_64.txt index 037aa8a2ce7..a12ee97eb77 100644 --- a/ydb/core/tx/schemeshard/ut_external_data_source/CMakeLists.linux-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_external_data_source/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-core-tx-schemeshard-ut_external_data_source PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main core-tx-schemeshard @@ -84,4 +82,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-schemeshard-ut_external_data_source + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-tx-schemeshard-ut_external_data_source) diff --git a/ydb/core/tx/schemeshard/ut_external_data_source/CMakeLists.windows-x86_64.txt b/ydb/core/tx/schemeshard/ut_external_data_source/CMakeLists.windows-x86_64.txt index e23e5ebd25e..a9c343e8a6a 100644 --- a/ydb/core/tx/schemeshard/ut_external_data_source/CMakeLists.windows-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_external_data_source/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-schemeshard-ut_external_data_source PRIVA target_link_libraries(ydb-core-tx-schemeshard-ut_external_data_source PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-schemeshard @@ -72,4 +71,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-schemeshard-ut_external_data_source + system_allocator +) vcs_info(ydb-core-tx-schemeshard-ut_external_data_source) diff --git a/ydb/core/tx/schemeshard/ut_external_data_source_reboots/CMakeLists.darwin-x86_64.txt b/ydb/core/tx/schemeshard/ut_external_data_source_reboots/CMakeLists.darwin-x86_64.txt index 8dd840d096e..ccac9aed083 100644 --- a/ydb/core/tx/schemeshard/ut_external_data_source_reboots/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_external_data_source_reboots/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(schemeshard-ut_external_data_source_reboots PRIVATE target_link_libraries(schemeshard-ut_external_data_source_reboots PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-schemeshard @@ -79,4 +78,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(schemeshard-ut_external_data_source_reboots + system_allocator +) vcs_info(schemeshard-ut_external_data_source_reboots) diff --git a/ydb/core/tx/schemeshard/ut_external_data_source_reboots/CMakeLists.linux-aarch64.txt b/ydb/core/tx/schemeshard/ut_external_data_source_reboots/CMakeLists.linux-aarch64.txt index 3bd0a2a955e..9501533bac3 100644 --- a/ydb/core/tx/schemeshard/ut_external_data_source_reboots/CMakeLists.linux-aarch64.txt +++ b/ydb/core/tx/schemeshard/ut_external_data_source_reboots/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(schemeshard-ut_external_data_source_reboots PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main core-tx-schemeshard library-cpp-getopt @@ -82,4 +81,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(schemeshard-ut_external_data_source_reboots + cpp-malloc-jemalloc +) vcs_info(schemeshard-ut_external_data_source_reboots) diff --git a/ydb/core/tx/schemeshard/ut_external_data_source_reboots/CMakeLists.linux-x86_64.txt b/ydb/core/tx/schemeshard/ut_external_data_source_reboots/CMakeLists.linux-x86_64.txt index 973e1a080e7..aa50d252822 100644 --- a/ydb/core/tx/schemeshard/ut_external_data_source_reboots/CMakeLists.linux-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_external_data_source_reboots/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(schemeshard-ut_external_data_source_reboots PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main core-tx-schemeshard @@ -84,4 +82,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(schemeshard-ut_external_data_source_reboots + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(schemeshard-ut_external_data_source_reboots) diff --git a/ydb/core/tx/schemeshard/ut_external_data_source_reboots/CMakeLists.windows-x86_64.txt b/ydb/core/tx/schemeshard/ut_external_data_source_reboots/CMakeLists.windows-x86_64.txt index b61a70d5164..c277cd81c68 100644 --- a/ydb/core/tx/schemeshard/ut_external_data_source_reboots/CMakeLists.windows-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_external_data_source_reboots/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(schemeshard-ut_external_data_source_reboots PRIVATE target_link_libraries(schemeshard-ut_external_data_source_reboots PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-schemeshard @@ -72,4 +71,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(schemeshard-ut_external_data_source_reboots + system_allocator +) vcs_info(schemeshard-ut_external_data_source_reboots) diff --git a/ydb/core/tx/schemeshard/ut_external_table/CMakeLists.darwin-x86_64.txt b/ydb/core/tx/schemeshard/ut_external_table/CMakeLists.darwin-x86_64.txt index b0d4f82fb59..588f965707d 100644 --- a/ydb/core/tx/schemeshard/ut_external_table/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_external_table/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-schemeshard-ut_external_table PRIVATE target_link_libraries(ydb-core-tx-schemeshard-ut_external_table PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-schemeshard @@ -79,4 +78,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-schemeshard-ut_external_table + system_allocator +) vcs_info(ydb-core-tx-schemeshard-ut_external_table) diff --git a/ydb/core/tx/schemeshard/ut_external_table/CMakeLists.linux-aarch64.txt b/ydb/core/tx/schemeshard/ut_external_table/CMakeLists.linux-aarch64.txt index 2a891af2cef..6553562283c 100644 --- a/ydb/core/tx/schemeshard/ut_external_table/CMakeLists.linux-aarch64.txt +++ b/ydb/core/tx/schemeshard/ut_external_table/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-core-tx-schemeshard-ut_external_table PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main core-tx-schemeshard library-cpp-getopt @@ -82,4 +81,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-schemeshard-ut_external_table + cpp-malloc-jemalloc +) vcs_info(ydb-core-tx-schemeshard-ut_external_table) diff --git a/ydb/core/tx/schemeshard/ut_external_table/CMakeLists.linux-x86_64.txt b/ydb/core/tx/schemeshard/ut_external_table/CMakeLists.linux-x86_64.txt index f1418da3f2b..2457737d315 100644 --- a/ydb/core/tx/schemeshard/ut_external_table/CMakeLists.linux-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_external_table/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-core-tx-schemeshard-ut_external_table PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main core-tx-schemeshard @@ -84,4 +82,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-schemeshard-ut_external_table + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-tx-schemeshard-ut_external_table) diff --git a/ydb/core/tx/schemeshard/ut_external_table/CMakeLists.windows-x86_64.txt b/ydb/core/tx/schemeshard/ut_external_table/CMakeLists.windows-x86_64.txt index 80e24c41d65..df2dda718e7 100644 --- a/ydb/core/tx/schemeshard/ut_external_table/CMakeLists.windows-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_external_table/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-schemeshard-ut_external_table PRIVATE target_link_libraries(ydb-core-tx-schemeshard-ut_external_table PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-schemeshard @@ -72,4 +71,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-schemeshard-ut_external_table + system_allocator +) vcs_info(ydb-core-tx-schemeshard-ut_external_table) diff --git a/ydb/core/tx/schemeshard/ut_external_table_reboots/CMakeLists.darwin-x86_64.txt b/ydb/core/tx/schemeshard/ut_external_table_reboots/CMakeLists.darwin-x86_64.txt index 4b79ae9db8a..e0a6ae6d6ea 100644 --- a/ydb/core/tx/schemeshard/ut_external_table_reboots/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_external_table_reboots/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-schemeshard-ut_external_table_reboots PRI target_link_libraries(ydb-core-tx-schemeshard-ut_external_table_reboots PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-schemeshard @@ -79,4 +78,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-schemeshard-ut_external_table_reboots + system_allocator +) vcs_info(ydb-core-tx-schemeshard-ut_external_table_reboots) diff --git a/ydb/core/tx/schemeshard/ut_external_table_reboots/CMakeLists.linux-aarch64.txt b/ydb/core/tx/schemeshard/ut_external_table_reboots/CMakeLists.linux-aarch64.txt index 3ba0c71ea81..bfbd30758f4 100644 --- a/ydb/core/tx/schemeshard/ut_external_table_reboots/CMakeLists.linux-aarch64.txt +++ b/ydb/core/tx/schemeshard/ut_external_table_reboots/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-core-tx-schemeshard-ut_external_table_reboots PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main core-tx-schemeshard library-cpp-getopt @@ -82,4 +81,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-schemeshard-ut_external_table_reboots + cpp-malloc-jemalloc +) vcs_info(ydb-core-tx-schemeshard-ut_external_table_reboots) diff --git a/ydb/core/tx/schemeshard/ut_external_table_reboots/CMakeLists.linux-x86_64.txt b/ydb/core/tx/schemeshard/ut_external_table_reboots/CMakeLists.linux-x86_64.txt index 50b77826716..5a07217adb0 100644 --- a/ydb/core/tx/schemeshard/ut_external_table_reboots/CMakeLists.linux-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_external_table_reboots/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-core-tx-schemeshard-ut_external_table_reboots PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main core-tx-schemeshard @@ -84,4 +82,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-schemeshard-ut_external_table_reboots + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-tx-schemeshard-ut_external_table_reboots) diff --git a/ydb/core/tx/schemeshard/ut_external_table_reboots/CMakeLists.windows-x86_64.txt b/ydb/core/tx/schemeshard/ut_external_table_reboots/CMakeLists.windows-x86_64.txt index 6dea48a5f0a..d35b68d6266 100644 --- a/ydb/core/tx/schemeshard/ut_external_table_reboots/CMakeLists.windows-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_external_table_reboots/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-schemeshard-ut_external_table_reboots PRI target_link_libraries(ydb-core-tx-schemeshard-ut_external_table_reboots PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-schemeshard @@ -72,4 +71,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-schemeshard-ut_external_table_reboots + system_allocator +) vcs_info(ydb-core-tx-schemeshard-ut_external_table_reboots) diff --git a/ydb/core/tx/schemeshard/ut_extsubdomain/CMakeLists.darwin-x86_64.txt b/ydb/core/tx/schemeshard/ut_extsubdomain/CMakeLists.darwin-x86_64.txt index d256d70aed0..9b9bede15fd 100644 --- a/ydb/core/tx/schemeshard/ut_extsubdomain/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_extsubdomain/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-schemeshard-ut_extsubdomain PRIVATE target_link_libraries(ydb-core-tx-schemeshard-ut_extsubdomain PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-schemeshard @@ -79,4 +78,7 @@ set_yunittest_property( TIMEOUT 60 ) +target_allocator(ydb-core-tx-schemeshard-ut_extsubdomain + system_allocator +) vcs_info(ydb-core-tx-schemeshard-ut_extsubdomain) diff --git a/ydb/core/tx/schemeshard/ut_extsubdomain/CMakeLists.linux-aarch64.txt b/ydb/core/tx/schemeshard/ut_extsubdomain/CMakeLists.linux-aarch64.txt index c7c055ff2ee..6b858517b5c 100644 --- a/ydb/core/tx/schemeshard/ut_extsubdomain/CMakeLists.linux-aarch64.txt +++ b/ydb/core/tx/schemeshard/ut_extsubdomain/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-core-tx-schemeshard-ut_extsubdomain PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main core-tx-schemeshard library-cpp-getopt @@ -82,4 +81,7 @@ set_yunittest_property( TIMEOUT 60 ) +target_allocator(ydb-core-tx-schemeshard-ut_extsubdomain + cpp-malloc-jemalloc +) vcs_info(ydb-core-tx-schemeshard-ut_extsubdomain) diff --git a/ydb/core/tx/schemeshard/ut_extsubdomain/CMakeLists.linux-x86_64.txt b/ydb/core/tx/schemeshard/ut_extsubdomain/CMakeLists.linux-x86_64.txt index c2d783a8ee9..18f14abcd99 100644 --- a/ydb/core/tx/schemeshard/ut_extsubdomain/CMakeLists.linux-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_extsubdomain/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-core-tx-schemeshard-ut_extsubdomain PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main core-tx-schemeshard @@ -84,4 +82,8 @@ set_yunittest_property( TIMEOUT 60 ) +target_allocator(ydb-core-tx-schemeshard-ut_extsubdomain + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-tx-schemeshard-ut_extsubdomain) diff --git a/ydb/core/tx/schemeshard/ut_extsubdomain/CMakeLists.windows-x86_64.txt b/ydb/core/tx/schemeshard/ut_extsubdomain/CMakeLists.windows-x86_64.txt index ccb7ab51dd0..6c1ff69acc3 100644 --- a/ydb/core/tx/schemeshard/ut_extsubdomain/CMakeLists.windows-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_extsubdomain/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-schemeshard-ut_extsubdomain PRIVATE target_link_libraries(ydb-core-tx-schemeshard-ut_extsubdomain PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-schemeshard @@ -72,4 +71,7 @@ set_yunittest_property( TIMEOUT 60 ) +target_allocator(ydb-core-tx-schemeshard-ut_extsubdomain + system_allocator +) vcs_info(ydb-core-tx-schemeshard-ut_extsubdomain) diff --git a/ydb/core/tx/schemeshard/ut_extsubdomain_reboots/CMakeLists.darwin-x86_64.txt b/ydb/core/tx/schemeshard/ut_extsubdomain_reboots/CMakeLists.darwin-x86_64.txt index b2af0129b45..251eb4ff6d1 100644 --- a/ydb/core/tx/schemeshard/ut_extsubdomain_reboots/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_extsubdomain_reboots/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-schemeshard-ut_extsubdomain_reboots PRIVA target_link_libraries(ydb-core-tx-schemeshard-ut_extsubdomain_reboots PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-schemeshard @@ -79,4 +78,7 @@ set_yunittest_property( TIMEOUT 300 ) +target_allocator(ydb-core-tx-schemeshard-ut_extsubdomain_reboots + system_allocator +) vcs_info(ydb-core-tx-schemeshard-ut_extsubdomain_reboots) diff --git a/ydb/core/tx/schemeshard/ut_extsubdomain_reboots/CMakeLists.linux-aarch64.txt b/ydb/core/tx/schemeshard/ut_extsubdomain_reboots/CMakeLists.linux-aarch64.txt index 38607e3927a..cdcd7757b8a 100644 --- a/ydb/core/tx/schemeshard/ut_extsubdomain_reboots/CMakeLists.linux-aarch64.txt +++ b/ydb/core/tx/schemeshard/ut_extsubdomain_reboots/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-core-tx-schemeshard-ut_extsubdomain_reboots PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main core-tx-schemeshard library-cpp-getopt @@ -82,4 +81,7 @@ set_yunittest_property( TIMEOUT 300 ) +target_allocator(ydb-core-tx-schemeshard-ut_extsubdomain_reboots + cpp-malloc-jemalloc +) vcs_info(ydb-core-tx-schemeshard-ut_extsubdomain_reboots) diff --git a/ydb/core/tx/schemeshard/ut_extsubdomain_reboots/CMakeLists.linux-x86_64.txt b/ydb/core/tx/schemeshard/ut_extsubdomain_reboots/CMakeLists.linux-x86_64.txt index a671ffdd11e..26f50846619 100644 --- a/ydb/core/tx/schemeshard/ut_extsubdomain_reboots/CMakeLists.linux-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_extsubdomain_reboots/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-core-tx-schemeshard-ut_extsubdomain_reboots PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main core-tx-schemeshard @@ -84,4 +82,8 @@ set_yunittest_property( TIMEOUT 300 ) +target_allocator(ydb-core-tx-schemeshard-ut_extsubdomain_reboots + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-tx-schemeshard-ut_extsubdomain_reboots) diff --git a/ydb/core/tx/schemeshard/ut_extsubdomain_reboots/CMakeLists.windows-x86_64.txt b/ydb/core/tx/schemeshard/ut_extsubdomain_reboots/CMakeLists.windows-x86_64.txt index ef00d151f59..acd14eb6dc9 100644 --- a/ydb/core/tx/schemeshard/ut_extsubdomain_reboots/CMakeLists.windows-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_extsubdomain_reboots/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-schemeshard-ut_extsubdomain_reboots PRIVA target_link_libraries(ydb-core-tx-schemeshard-ut_extsubdomain_reboots PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-schemeshard @@ -72,4 +71,7 @@ set_yunittest_property( TIMEOUT 300 ) +target_allocator(ydb-core-tx-schemeshard-ut_extsubdomain_reboots + system_allocator +) vcs_info(ydb-core-tx-schemeshard-ut_extsubdomain_reboots) diff --git a/ydb/core/tx/schemeshard/ut_filestore_reboots/CMakeLists.darwin-x86_64.txt b/ydb/core/tx/schemeshard/ut_filestore_reboots/CMakeLists.darwin-x86_64.txt index 72a3bf9c7cb..b3a30485433 100644 --- a/ydb/core/tx/schemeshard/ut_filestore_reboots/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_filestore_reboots/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-schemeshard-ut_filestore_reboots PRIVATE target_link_libraries(ydb-core-tx-schemeshard-ut_filestore_reboots PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-schemeshard @@ -79,4 +78,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-schemeshard-ut_filestore_reboots + system_allocator +) vcs_info(ydb-core-tx-schemeshard-ut_filestore_reboots) diff --git a/ydb/core/tx/schemeshard/ut_filestore_reboots/CMakeLists.linux-aarch64.txt b/ydb/core/tx/schemeshard/ut_filestore_reboots/CMakeLists.linux-aarch64.txt index 932c42c792a..dc93ae25d6d 100644 --- a/ydb/core/tx/schemeshard/ut_filestore_reboots/CMakeLists.linux-aarch64.txt +++ b/ydb/core/tx/schemeshard/ut_filestore_reboots/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-core-tx-schemeshard-ut_filestore_reboots PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main core-tx-schemeshard library-cpp-getopt @@ -82,4 +81,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-schemeshard-ut_filestore_reboots + cpp-malloc-jemalloc +) vcs_info(ydb-core-tx-schemeshard-ut_filestore_reboots) diff --git a/ydb/core/tx/schemeshard/ut_filestore_reboots/CMakeLists.linux-x86_64.txt b/ydb/core/tx/schemeshard/ut_filestore_reboots/CMakeLists.linux-x86_64.txt index 393bb0ddb97..2999a39ffe4 100644 --- a/ydb/core/tx/schemeshard/ut_filestore_reboots/CMakeLists.linux-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_filestore_reboots/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-core-tx-schemeshard-ut_filestore_reboots PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main core-tx-schemeshard @@ -84,4 +82,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-schemeshard-ut_filestore_reboots + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-tx-schemeshard-ut_filestore_reboots) diff --git a/ydb/core/tx/schemeshard/ut_filestore_reboots/CMakeLists.windows-x86_64.txt b/ydb/core/tx/schemeshard/ut_filestore_reboots/CMakeLists.windows-x86_64.txt index 680ee36f422..168025bafaa 100644 --- a/ydb/core/tx/schemeshard/ut_filestore_reboots/CMakeLists.windows-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_filestore_reboots/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-schemeshard-ut_filestore_reboots PRIVATE target_link_libraries(ydb-core-tx-schemeshard-ut_filestore_reboots PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-schemeshard @@ -72,4 +71,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-schemeshard-ut_filestore_reboots + system_allocator +) vcs_info(ydb-core-tx-schemeshard-ut_filestore_reboots) diff --git a/ydb/core/tx/schemeshard/ut_index_build/CMakeLists.darwin-x86_64.txt b/ydb/core/tx/schemeshard/ut_index_build/CMakeLists.darwin-x86_64.txt index 9e076a2d097..20c4692b71e 100644 --- a/ydb/core/tx/schemeshard/ut_index_build/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_index_build/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-schemeshard-ut_index_build PRIVATE target_link_libraries(ydb-core-tx-schemeshard-ut_index_build PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-schemeshard @@ -79,4 +78,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-schemeshard-ut_index_build + system_allocator +) vcs_info(ydb-core-tx-schemeshard-ut_index_build) diff --git a/ydb/core/tx/schemeshard/ut_index_build/CMakeLists.linux-aarch64.txt b/ydb/core/tx/schemeshard/ut_index_build/CMakeLists.linux-aarch64.txt index 32788b61915..7b5df5e977e 100644 --- a/ydb/core/tx/schemeshard/ut_index_build/CMakeLists.linux-aarch64.txt +++ b/ydb/core/tx/schemeshard/ut_index_build/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-core-tx-schemeshard-ut_index_build PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main core-tx-schemeshard library-cpp-getopt @@ -82,4 +81,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-schemeshard-ut_index_build + cpp-malloc-jemalloc +) vcs_info(ydb-core-tx-schemeshard-ut_index_build) diff --git a/ydb/core/tx/schemeshard/ut_index_build/CMakeLists.linux-x86_64.txt b/ydb/core/tx/schemeshard/ut_index_build/CMakeLists.linux-x86_64.txt index 26d7b260086..aa728f9acce 100644 --- a/ydb/core/tx/schemeshard/ut_index_build/CMakeLists.linux-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_index_build/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-core-tx-schemeshard-ut_index_build PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main core-tx-schemeshard @@ -84,4 +82,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-schemeshard-ut_index_build + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-tx-schemeshard-ut_index_build) diff --git a/ydb/core/tx/schemeshard/ut_index_build/CMakeLists.windows-x86_64.txt b/ydb/core/tx/schemeshard/ut_index_build/CMakeLists.windows-x86_64.txt index a20bc672054..287e55a8485 100644 --- a/ydb/core/tx/schemeshard/ut_index_build/CMakeLists.windows-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_index_build/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-schemeshard-ut_index_build PRIVATE target_link_libraries(ydb-core-tx-schemeshard-ut_index_build PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-schemeshard @@ -72,4 +71,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-schemeshard-ut_index_build + system_allocator +) vcs_info(ydb-core-tx-schemeshard-ut_index_build) diff --git a/ydb/core/tx/schemeshard/ut_index_build_reboots/CMakeLists.darwin-x86_64.txt b/ydb/core/tx/schemeshard/ut_index_build_reboots/CMakeLists.darwin-x86_64.txt index d5cbcf85557..eb4ad3c2b88 100644 --- a/ydb/core/tx/schemeshard/ut_index_build_reboots/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_index_build_reboots/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-schemeshard-ut_index_build_reboots PRIVAT target_link_libraries(ydb-core-tx-schemeshard-ut_index_build_reboots PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-schemeshard @@ -80,4 +79,7 @@ set_yunittest_property( TIMEOUT 2400 ) +target_allocator(ydb-core-tx-schemeshard-ut_index_build_reboots + system_allocator +) vcs_info(ydb-core-tx-schemeshard-ut_index_build_reboots) diff --git a/ydb/core/tx/schemeshard/ut_index_build_reboots/CMakeLists.linux-aarch64.txt b/ydb/core/tx/schemeshard/ut_index_build_reboots/CMakeLists.linux-aarch64.txt index b58b9d6cddc..0c345149e90 100644 --- a/ydb/core/tx/schemeshard/ut_index_build_reboots/CMakeLists.linux-aarch64.txt +++ b/ydb/core/tx/schemeshard/ut_index_build_reboots/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-core-tx-schemeshard-ut_index_build_reboots PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main core-tx-schemeshard library-cpp-getopt @@ -83,4 +82,7 @@ set_yunittest_property( TIMEOUT 2400 ) +target_allocator(ydb-core-tx-schemeshard-ut_index_build_reboots + cpp-malloc-jemalloc +) vcs_info(ydb-core-tx-schemeshard-ut_index_build_reboots) diff --git a/ydb/core/tx/schemeshard/ut_index_build_reboots/CMakeLists.linux-x86_64.txt b/ydb/core/tx/schemeshard/ut_index_build_reboots/CMakeLists.linux-x86_64.txt index 202d2b6c932..6820c16481f 100644 --- a/ydb/core/tx/schemeshard/ut_index_build_reboots/CMakeLists.linux-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_index_build_reboots/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-core-tx-schemeshard-ut_index_build_reboots PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main core-tx-schemeshard @@ -85,4 +83,8 @@ set_yunittest_property( TIMEOUT 2400 ) +target_allocator(ydb-core-tx-schemeshard-ut_index_build_reboots + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-tx-schemeshard-ut_index_build_reboots) diff --git a/ydb/core/tx/schemeshard/ut_index_build_reboots/CMakeLists.windows-x86_64.txt b/ydb/core/tx/schemeshard/ut_index_build_reboots/CMakeLists.windows-x86_64.txt index 1d414d39113..8ffb6c33f0b 100644 --- a/ydb/core/tx/schemeshard/ut_index_build_reboots/CMakeLists.windows-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_index_build_reboots/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-schemeshard-ut_index_build_reboots PRIVAT target_link_libraries(ydb-core-tx-schemeshard-ut_index_build_reboots PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-schemeshard @@ -73,4 +72,7 @@ set_yunittest_property( TIMEOUT 2400 ) +target_allocator(ydb-core-tx-schemeshard-ut_index_build_reboots + system_allocator +) vcs_info(ydb-core-tx-schemeshard-ut_index_build_reboots) diff --git a/ydb/core/tx/schemeshard/ut_login/CMakeLists.darwin-x86_64.txt b/ydb/core/tx/schemeshard/ut_login/CMakeLists.darwin-x86_64.txt index efc5df8bb86..14aaac1c238 100644 --- a/ydb/core/tx/schemeshard/ut_login/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_login/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-schemeshard-ut_login PRIVATE target_link_libraries(ydb-core-tx-schemeshard-ut_login PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-schemeshard @@ -80,4 +79,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-schemeshard-ut_login + system_allocator +) vcs_info(ydb-core-tx-schemeshard-ut_login) diff --git a/ydb/core/tx/schemeshard/ut_login/CMakeLists.linux-aarch64.txt b/ydb/core/tx/schemeshard/ut_login/CMakeLists.linux-aarch64.txt index 1f42cd8abb3..33a2b3a8d6a 100644 --- a/ydb/core/tx/schemeshard/ut_login/CMakeLists.linux-aarch64.txt +++ b/ydb/core/tx/schemeshard/ut_login/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-core-tx-schemeshard-ut_login PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main core-tx-schemeshard library-cpp-getopt @@ -83,4 +82,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-schemeshard-ut_login + cpp-malloc-jemalloc +) vcs_info(ydb-core-tx-schemeshard-ut_login) diff --git a/ydb/core/tx/schemeshard/ut_login/CMakeLists.linux-x86_64.txt b/ydb/core/tx/schemeshard/ut_login/CMakeLists.linux-x86_64.txt index 84bc58ac86a..614a7c7c8c3 100644 --- a/ydb/core/tx/schemeshard/ut_login/CMakeLists.linux-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_login/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-core-tx-schemeshard-ut_login PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main core-tx-schemeshard @@ -85,4 +83,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-schemeshard-ut_login + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-tx-schemeshard-ut_login) diff --git a/ydb/core/tx/schemeshard/ut_login/CMakeLists.windows-x86_64.txt b/ydb/core/tx/schemeshard/ut_login/CMakeLists.windows-x86_64.txt index fe9c28dd9e6..3de96f762ea 100644 --- a/ydb/core/tx/schemeshard/ut_login/CMakeLists.windows-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_login/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-schemeshard-ut_login PRIVATE target_link_libraries(ydb-core-tx-schemeshard-ut_login PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-schemeshard @@ -73,4 +72,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-schemeshard-ut_login + system_allocator +) vcs_info(ydb-core-tx-schemeshard-ut_login) diff --git a/ydb/core/tx/schemeshard/ut_move/CMakeLists.darwin-x86_64.txt b/ydb/core/tx/schemeshard/ut_move/CMakeLists.darwin-x86_64.txt index 5fb0c858603..bf04b9d56ae 100644 --- a/ydb/core/tx/schemeshard/ut_move/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_move/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-schemeshard-ut_move PRIVATE target_link_libraries(ydb-core-tx-schemeshard-ut_move PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-schemeshard @@ -80,4 +79,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-schemeshard-ut_move + system_allocator +) vcs_info(ydb-core-tx-schemeshard-ut_move) diff --git a/ydb/core/tx/schemeshard/ut_move/CMakeLists.linux-aarch64.txt b/ydb/core/tx/schemeshard/ut_move/CMakeLists.linux-aarch64.txt index 5710ae3df96..be29b72d2cd 100644 --- a/ydb/core/tx/schemeshard/ut_move/CMakeLists.linux-aarch64.txt +++ b/ydb/core/tx/schemeshard/ut_move/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-core-tx-schemeshard-ut_move PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main core-tx-schemeshard library-cpp-getopt @@ -83,4 +82,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-schemeshard-ut_move + cpp-malloc-jemalloc +) vcs_info(ydb-core-tx-schemeshard-ut_move) diff --git a/ydb/core/tx/schemeshard/ut_move/CMakeLists.linux-x86_64.txt b/ydb/core/tx/schemeshard/ut_move/CMakeLists.linux-x86_64.txt index 2371b7f1d3a..0b3d948d5a8 100644 --- a/ydb/core/tx/schemeshard/ut_move/CMakeLists.linux-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_move/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-core-tx-schemeshard-ut_move PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main core-tx-schemeshard @@ -85,4 +83,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-schemeshard-ut_move + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-tx-schemeshard-ut_move) diff --git a/ydb/core/tx/schemeshard/ut_move/CMakeLists.windows-x86_64.txt b/ydb/core/tx/schemeshard/ut_move/CMakeLists.windows-x86_64.txt index 0665fe93655..6cac2f67bc9 100644 --- a/ydb/core/tx/schemeshard/ut_move/CMakeLists.windows-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_move/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-schemeshard-ut_move PRIVATE target_link_libraries(ydb-core-tx-schemeshard-ut_move PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-schemeshard @@ -73,4 +72,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-schemeshard-ut_move + system_allocator +) vcs_info(ydb-core-tx-schemeshard-ut_move) diff --git a/ydb/core/tx/schemeshard/ut_move_reboots/CMakeLists.darwin-x86_64.txt b/ydb/core/tx/schemeshard/ut_move_reboots/CMakeLists.darwin-x86_64.txt index 8d0a2024bee..7d8146437f0 100644 --- a/ydb/core/tx/schemeshard/ut_move_reboots/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_move_reboots/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-schemeshard-ut_move_reboots PRIVATE target_link_libraries(ydb-core-tx-schemeshard-ut_move_reboots PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-schemeshard @@ -79,4 +78,7 @@ set_yunittest_property( TIMEOUT 1800 ) +target_allocator(ydb-core-tx-schemeshard-ut_move_reboots + system_allocator +) vcs_info(ydb-core-tx-schemeshard-ut_move_reboots) diff --git a/ydb/core/tx/schemeshard/ut_move_reboots/CMakeLists.linux-aarch64.txt b/ydb/core/tx/schemeshard/ut_move_reboots/CMakeLists.linux-aarch64.txt index 372961a3432..e1c308c3d18 100644 --- a/ydb/core/tx/schemeshard/ut_move_reboots/CMakeLists.linux-aarch64.txt +++ b/ydb/core/tx/schemeshard/ut_move_reboots/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-core-tx-schemeshard-ut_move_reboots PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main core-tx-schemeshard library-cpp-getopt @@ -82,4 +81,7 @@ set_yunittest_property( TIMEOUT 1800 ) +target_allocator(ydb-core-tx-schemeshard-ut_move_reboots + cpp-malloc-jemalloc +) vcs_info(ydb-core-tx-schemeshard-ut_move_reboots) diff --git a/ydb/core/tx/schemeshard/ut_move_reboots/CMakeLists.linux-x86_64.txt b/ydb/core/tx/schemeshard/ut_move_reboots/CMakeLists.linux-x86_64.txt index 6591381bcb1..f530e9ef333 100644 --- a/ydb/core/tx/schemeshard/ut_move_reboots/CMakeLists.linux-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_move_reboots/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-core-tx-schemeshard-ut_move_reboots PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main core-tx-schemeshard @@ -84,4 +82,8 @@ set_yunittest_property( TIMEOUT 1800 ) +target_allocator(ydb-core-tx-schemeshard-ut_move_reboots + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-tx-schemeshard-ut_move_reboots) diff --git a/ydb/core/tx/schemeshard/ut_move_reboots/CMakeLists.windows-x86_64.txt b/ydb/core/tx/schemeshard/ut_move_reboots/CMakeLists.windows-x86_64.txt index cef654703be..e5ca7cc947a 100644 --- a/ydb/core/tx/schemeshard/ut_move_reboots/CMakeLists.windows-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_move_reboots/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-schemeshard-ut_move_reboots PRIVATE target_link_libraries(ydb-core-tx-schemeshard-ut_move_reboots PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-schemeshard @@ -72,4 +71,7 @@ set_yunittest_property( TIMEOUT 1800 ) +target_allocator(ydb-core-tx-schemeshard-ut_move_reboots + system_allocator +) vcs_info(ydb-core-tx-schemeshard-ut_move_reboots) diff --git a/ydb/core/tx/schemeshard/ut_olap/CMakeLists.darwin-x86_64.txt b/ydb/core/tx/schemeshard/ut_olap/CMakeLists.darwin-x86_64.txt index 34019ca45ac..a899ec6c6c2 100644 --- a/ydb/core/tx/schemeshard/ut_olap/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_olap/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-schemeshard-ut_olap PRIVATE target_link_libraries(ydb-core-tx-schemeshard-ut_olap PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-schemeshard @@ -81,4 +80,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-schemeshard-ut_olap + system_allocator +) vcs_info(ydb-core-tx-schemeshard-ut_olap) diff --git a/ydb/core/tx/schemeshard/ut_olap/CMakeLists.linux-aarch64.txt b/ydb/core/tx/schemeshard/ut_olap/CMakeLists.linux-aarch64.txt index c3f3fd1f79e..792c5ec3d20 100644 --- a/ydb/core/tx/schemeshard/ut_olap/CMakeLists.linux-aarch64.txt +++ b/ydb/core/tx/schemeshard/ut_olap/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-core-tx-schemeshard-ut_olap PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main core-tx-schemeshard library-cpp-getopt @@ -84,4 +83,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-schemeshard-ut_olap + cpp-malloc-jemalloc +) vcs_info(ydb-core-tx-schemeshard-ut_olap) diff --git a/ydb/core/tx/schemeshard/ut_olap/CMakeLists.linux-x86_64.txt b/ydb/core/tx/schemeshard/ut_olap/CMakeLists.linux-x86_64.txt index 8fa94bcebb5..4ae2f06628e 100644 --- a/ydb/core/tx/schemeshard/ut_olap/CMakeLists.linux-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_olap/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-core-tx-schemeshard-ut_olap PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main core-tx-schemeshard @@ -86,4 +84,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-schemeshard-ut_olap + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-tx-schemeshard-ut_olap) diff --git a/ydb/core/tx/schemeshard/ut_olap/CMakeLists.windows-x86_64.txt b/ydb/core/tx/schemeshard/ut_olap/CMakeLists.windows-x86_64.txt index 758bac38c0c..3bb760793ab 100644 --- a/ydb/core/tx/schemeshard/ut_olap/CMakeLists.windows-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_olap/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-schemeshard-ut_olap PRIVATE target_link_libraries(ydb-core-tx-schemeshard-ut_olap PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-schemeshard @@ -74,4 +73,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-schemeshard-ut_olap + system_allocator +) vcs_info(ydb-core-tx-schemeshard-ut_olap) diff --git a/ydb/core/tx/schemeshard/ut_olap_reboots/CMakeLists.darwin-x86_64.txt b/ydb/core/tx/schemeshard/ut_olap_reboots/CMakeLists.darwin-x86_64.txt index d3175707c9a..16770be68c6 100644 --- a/ydb/core/tx/schemeshard/ut_olap_reboots/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_olap_reboots/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-schemeshard-ut_olap_reboots PRIVATE target_link_libraries(ydb-core-tx-schemeshard-ut_olap_reboots PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-schemeshard @@ -80,4 +79,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-schemeshard-ut_olap_reboots + system_allocator +) vcs_info(ydb-core-tx-schemeshard-ut_olap_reboots) diff --git a/ydb/core/tx/schemeshard/ut_olap_reboots/CMakeLists.linux-aarch64.txt b/ydb/core/tx/schemeshard/ut_olap_reboots/CMakeLists.linux-aarch64.txt index 325e5f1b18f..92c2afa79cc 100644 --- a/ydb/core/tx/schemeshard/ut_olap_reboots/CMakeLists.linux-aarch64.txt +++ b/ydb/core/tx/schemeshard/ut_olap_reboots/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-core-tx-schemeshard-ut_olap_reboots PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main core-tx-schemeshard library-cpp-getopt @@ -83,4 +82,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-schemeshard-ut_olap_reboots + cpp-malloc-jemalloc +) vcs_info(ydb-core-tx-schemeshard-ut_olap_reboots) diff --git a/ydb/core/tx/schemeshard/ut_olap_reboots/CMakeLists.linux-x86_64.txt b/ydb/core/tx/schemeshard/ut_olap_reboots/CMakeLists.linux-x86_64.txt index 8220e543f69..8be9dbf4ca2 100644 --- a/ydb/core/tx/schemeshard/ut_olap_reboots/CMakeLists.linux-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_olap_reboots/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-core-tx-schemeshard-ut_olap_reboots PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main core-tx-schemeshard @@ -85,4 +83,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-schemeshard-ut_olap_reboots + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-tx-schemeshard-ut_olap_reboots) diff --git a/ydb/core/tx/schemeshard/ut_olap_reboots/CMakeLists.windows-x86_64.txt b/ydb/core/tx/schemeshard/ut_olap_reboots/CMakeLists.windows-x86_64.txt index 5e72a4818cb..d6cbf0b79ac 100644 --- a/ydb/core/tx/schemeshard/ut_olap_reboots/CMakeLists.windows-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_olap_reboots/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-schemeshard-ut_olap_reboots PRIVATE target_link_libraries(ydb-core-tx-schemeshard-ut_olap_reboots PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-schemeshard @@ -73,4 +72,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-schemeshard-ut_olap_reboots + system_allocator +) vcs_info(ydb-core-tx-schemeshard-ut_olap_reboots) diff --git a/ydb/core/tx/schemeshard/ut_pq/CMakeLists.darwin-x86_64.txt b/ydb/core/tx/schemeshard/ut_pq/CMakeLists.darwin-x86_64.txt index 92e87959605..5795aa46b12 100644 --- a/ydb/core/tx/schemeshard/ut_pq/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_pq/CMakeLists.darwin-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-core-tx-schemeshard-ut_pq PRIVATE target_link_libraries(ydb-core-tx-schemeshard-ut_pq PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-schemeshard @@ -76,4 +75,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-schemeshard-ut_pq + system_allocator +) vcs_info(ydb-core-tx-schemeshard-ut_pq) diff --git a/ydb/core/tx/schemeshard/ut_pq/CMakeLists.linux-aarch64.txt b/ydb/core/tx/schemeshard/ut_pq/CMakeLists.linux-aarch64.txt index ca6376b2d0f..0f0ffd5ae41 100644 --- a/ydb/core/tx/schemeshard/ut_pq/CMakeLists.linux-aarch64.txt +++ b/ydb/core/tx/schemeshard/ut_pq/CMakeLists.linux-aarch64.txt @@ -15,7 +15,6 @@ target_link_libraries(ydb-core-tx-schemeshard-ut_pq PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main core-tx-schemeshard library-cpp-getopt @@ -79,4 +78,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-schemeshard-ut_pq + cpp-malloc-jemalloc +) vcs_info(ydb-core-tx-schemeshard-ut_pq) diff --git a/ydb/core/tx/schemeshard/ut_pq/CMakeLists.linux-x86_64.txt b/ydb/core/tx/schemeshard/ut_pq/CMakeLists.linux-x86_64.txt index a788ff2f996..484e55fe5d0 100644 --- a/ydb/core/tx/schemeshard/ut_pq/CMakeLists.linux-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_pq/CMakeLists.linux-x86_64.txt @@ -15,8 +15,6 @@ target_link_libraries(ydb-core-tx-schemeshard-ut_pq PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main core-tx-schemeshard @@ -81,4 +79,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-schemeshard-ut_pq + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-tx-schemeshard-ut_pq) diff --git a/ydb/core/tx/schemeshard/ut_pq/CMakeLists.windows-x86_64.txt b/ydb/core/tx/schemeshard/ut_pq/CMakeLists.windows-x86_64.txt index b5b24425e09..d7e5c141b5c 100644 --- a/ydb/core/tx/schemeshard/ut_pq/CMakeLists.windows-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_pq/CMakeLists.windows-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-core-tx-schemeshard-ut_pq PRIVATE target_link_libraries(ydb-core-tx-schemeshard-ut_pq PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-schemeshard @@ -69,4 +68,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-schemeshard-ut_pq + system_allocator +) vcs_info(ydb-core-tx-schemeshard-ut_pq) diff --git a/ydb/core/tx/schemeshard/ut_pq_reboots/CMakeLists.darwin-x86_64.txt b/ydb/core/tx/schemeshard/ut_pq_reboots/CMakeLists.darwin-x86_64.txt index d3882c3f4df..0f2b888348b 100644 --- a/ydb/core/tx/schemeshard/ut_pq_reboots/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_pq_reboots/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-schemeshard-ut_pq_reboots PRIVATE target_link_libraries(ydb-core-tx-schemeshard-ut_pq_reboots PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-schemeshard @@ -79,4 +78,7 @@ set_yunittest_property( TIMEOUT 1800 ) +target_allocator(ydb-core-tx-schemeshard-ut_pq_reboots + system_allocator +) vcs_info(ydb-core-tx-schemeshard-ut_pq_reboots) diff --git a/ydb/core/tx/schemeshard/ut_pq_reboots/CMakeLists.linux-aarch64.txt b/ydb/core/tx/schemeshard/ut_pq_reboots/CMakeLists.linux-aarch64.txt index ec0a23425ae..c8d2047d4ac 100644 --- a/ydb/core/tx/schemeshard/ut_pq_reboots/CMakeLists.linux-aarch64.txt +++ b/ydb/core/tx/schemeshard/ut_pq_reboots/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-core-tx-schemeshard-ut_pq_reboots PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main core-tx-schemeshard library-cpp-getopt @@ -82,4 +81,7 @@ set_yunittest_property( TIMEOUT 1800 ) +target_allocator(ydb-core-tx-schemeshard-ut_pq_reboots + cpp-malloc-jemalloc +) vcs_info(ydb-core-tx-schemeshard-ut_pq_reboots) diff --git a/ydb/core/tx/schemeshard/ut_pq_reboots/CMakeLists.linux-x86_64.txt b/ydb/core/tx/schemeshard/ut_pq_reboots/CMakeLists.linux-x86_64.txt index 19be752550b..6e5e4d00f56 100644 --- a/ydb/core/tx/schemeshard/ut_pq_reboots/CMakeLists.linux-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_pq_reboots/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-core-tx-schemeshard-ut_pq_reboots PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main core-tx-schemeshard @@ -84,4 +82,8 @@ set_yunittest_property( TIMEOUT 1800 ) +target_allocator(ydb-core-tx-schemeshard-ut_pq_reboots + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-tx-schemeshard-ut_pq_reboots) diff --git a/ydb/core/tx/schemeshard/ut_pq_reboots/CMakeLists.windows-x86_64.txt b/ydb/core/tx/schemeshard/ut_pq_reboots/CMakeLists.windows-x86_64.txt index bcf55cb4dfb..79648efe2c8 100644 --- a/ydb/core/tx/schemeshard/ut_pq_reboots/CMakeLists.windows-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_pq_reboots/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-schemeshard-ut_pq_reboots PRIVATE target_link_libraries(ydb-core-tx-schemeshard-ut_pq_reboots PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-schemeshard @@ -72,4 +71,7 @@ set_yunittest_property( TIMEOUT 1800 ) +target_allocator(ydb-core-tx-schemeshard-ut_pq_reboots + system_allocator +) vcs_info(ydb-core-tx-schemeshard-ut_pq_reboots) diff --git a/ydb/core/tx/schemeshard/ut_reboots/CMakeLists.darwin-x86_64.txt b/ydb/core/tx/schemeshard/ut_reboots/CMakeLists.darwin-x86_64.txt index 8fa644050f3..b0beef1487e 100644 --- a/ydb/core/tx/schemeshard/ut_reboots/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_reboots/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-schemeshard-ut_reboots PRIVATE target_link_libraries(ydb-core-tx-schemeshard-ut_reboots PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-schemeshard @@ -79,4 +78,7 @@ set_yunittest_property( TIMEOUT 1800 ) +target_allocator(ydb-core-tx-schemeshard-ut_reboots + system_allocator +) vcs_info(ydb-core-tx-schemeshard-ut_reboots) diff --git a/ydb/core/tx/schemeshard/ut_reboots/CMakeLists.linux-aarch64.txt b/ydb/core/tx/schemeshard/ut_reboots/CMakeLists.linux-aarch64.txt index 066fd242f3a..33fbe69d381 100644 --- a/ydb/core/tx/schemeshard/ut_reboots/CMakeLists.linux-aarch64.txt +++ b/ydb/core/tx/schemeshard/ut_reboots/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-core-tx-schemeshard-ut_reboots PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main core-tx-schemeshard library-cpp-getopt @@ -82,4 +81,7 @@ set_yunittest_property( TIMEOUT 1800 ) +target_allocator(ydb-core-tx-schemeshard-ut_reboots + cpp-malloc-jemalloc +) vcs_info(ydb-core-tx-schemeshard-ut_reboots) diff --git a/ydb/core/tx/schemeshard/ut_reboots/CMakeLists.linux-x86_64.txt b/ydb/core/tx/schemeshard/ut_reboots/CMakeLists.linux-x86_64.txt index acb70da0f4e..3ac879822db 100644 --- a/ydb/core/tx/schemeshard/ut_reboots/CMakeLists.linux-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_reboots/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-core-tx-schemeshard-ut_reboots PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main core-tx-schemeshard @@ -84,4 +82,8 @@ set_yunittest_property( TIMEOUT 1800 ) +target_allocator(ydb-core-tx-schemeshard-ut_reboots + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-tx-schemeshard-ut_reboots) diff --git a/ydb/core/tx/schemeshard/ut_reboots/CMakeLists.windows-x86_64.txt b/ydb/core/tx/schemeshard/ut_reboots/CMakeLists.windows-x86_64.txt index 34141d0fbfe..ec143cf5434 100644 --- a/ydb/core/tx/schemeshard/ut_reboots/CMakeLists.windows-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_reboots/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-schemeshard-ut_reboots PRIVATE target_link_libraries(ydb-core-tx-schemeshard-ut_reboots PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-schemeshard @@ -72,4 +71,7 @@ set_yunittest_property( TIMEOUT 1800 ) +target_allocator(ydb-core-tx-schemeshard-ut_reboots + system_allocator +) vcs_info(ydb-core-tx-schemeshard-ut_reboots) diff --git a/ydb/core/tx/schemeshard/ut_replication/CMakeLists.darwin-x86_64.txt b/ydb/core/tx/schemeshard/ut_replication/CMakeLists.darwin-x86_64.txt index 31e9bf6537b..bc6d5472e1f 100644 --- a/ydb/core/tx/schemeshard/ut_replication/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_replication/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-schemeshard-ut_replication PRIVATE target_link_libraries(ydb-core-tx-schemeshard-ut_replication PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-schemeshard @@ -74,4 +73,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-schemeshard-ut_replication + system_allocator +) vcs_info(ydb-core-tx-schemeshard-ut_replication) diff --git a/ydb/core/tx/schemeshard/ut_replication/CMakeLists.linux-aarch64.txt b/ydb/core/tx/schemeshard/ut_replication/CMakeLists.linux-aarch64.txt index 379fff27686..d36fb621e1e 100644 --- a/ydb/core/tx/schemeshard/ut_replication/CMakeLists.linux-aarch64.txt +++ b/ydb/core/tx/schemeshard/ut_replication/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-core-tx-schemeshard-ut_replication PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main core-tx-schemeshard tx-schemeshard-ut_helpers @@ -77,4 +76,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-schemeshard-ut_replication + cpp-malloc-jemalloc +) vcs_info(ydb-core-tx-schemeshard-ut_replication) diff --git a/ydb/core/tx/schemeshard/ut_replication/CMakeLists.linux-x86_64.txt b/ydb/core/tx/schemeshard/ut_replication/CMakeLists.linux-x86_64.txt index f9d6c74b9ae..8c2afe8be1a 100644 --- a/ydb/core/tx/schemeshard/ut_replication/CMakeLists.linux-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_replication/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-core-tx-schemeshard-ut_replication PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main core-tx-schemeshard @@ -79,4 +77,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-schemeshard-ut_replication + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-tx-schemeshard-ut_replication) diff --git a/ydb/core/tx/schemeshard/ut_replication/CMakeLists.windows-x86_64.txt b/ydb/core/tx/schemeshard/ut_replication/CMakeLists.windows-x86_64.txt index 820a9d2b201..4fcdc5a6f33 100644 --- a/ydb/core/tx/schemeshard/ut_replication/CMakeLists.windows-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_replication/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-schemeshard-ut_replication PRIVATE target_link_libraries(ydb-core-tx-schemeshard-ut_replication PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-schemeshard @@ -67,4 +66,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-schemeshard-ut_replication + system_allocator +) vcs_info(ydb-core-tx-schemeshard-ut_replication) diff --git a/ydb/core/tx/schemeshard/ut_replication_reboots/CMakeLists.darwin-x86_64.txt b/ydb/core/tx/schemeshard/ut_replication_reboots/CMakeLists.darwin-x86_64.txt index 59034e96a9b..1ec988765a8 100644 --- a/ydb/core/tx/schemeshard/ut_replication_reboots/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_replication_reboots/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-schemeshard-ut_replication_reboots PRIVAT target_link_libraries(ydb-core-tx-schemeshard-ut_replication_reboots PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-schemeshard @@ -74,4 +73,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-schemeshard-ut_replication_reboots + system_allocator +) vcs_info(ydb-core-tx-schemeshard-ut_replication_reboots) diff --git a/ydb/core/tx/schemeshard/ut_replication_reboots/CMakeLists.linux-aarch64.txt b/ydb/core/tx/schemeshard/ut_replication_reboots/CMakeLists.linux-aarch64.txt index 5be5d0bca38..25d0ae0fa0d 100644 --- a/ydb/core/tx/schemeshard/ut_replication_reboots/CMakeLists.linux-aarch64.txt +++ b/ydb/core/tx/schemeshard/ut_replication_reboots/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-core-tx-schemeshard-ut_replication_reboots PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main core-tx-schemeshard tx-schemeshard-ut_helpers @@ -77,4 +76,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-schemeshard-ut_replication_reboots + cpp-malloc-jemalloc +) vcs_info(ydb-core-tx-schemeshard-ut_replication_reboots) diff --git a/ydb/core/tx/schemeshard/ut_replication_reboots/CMakeLists.linux-x86_64.txt b/ydb/core/tx/schemeshard/ut_replication_reboots/CMakeLists.linux-x86_64.txt index 9c637946ecf..d9d9d303db7 100644 --- a/ydb/core/tx/schemeshard/ut_replication_reboots/CMakeLists.linux-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_replication_reboots/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-core-tx-schemeshard-ut_replication_reboots PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main core-tx-schemeshard @@ -79,4 +77,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-schemeshard-ut_replication_reboots + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-tx-schemeshard-ut_replication_reboots) diff --git a/ydb/core/tx/schemeshard/ut_replication_reboots/CMakeLists.windows-x86_64.txt b/ydb/core/tx/schemeshard/ut_replication_reboots/CMakeLists.windows-x86_64.txt index c4aaa04f7bb..7b70e85b457 100644 --- a/ydb/core/tx/schemeshard/ut_replication_reboots/CMakeLists.windows-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_replication_reboots/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-schemeshard-ut_replication_reboots PRIVAT target_link_libraries(ydb-core-tx-schemeshard-ut_replication_reboots PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-schemeshard @@ -67,4 +66,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-schemeshard-ut_replication_reboots + system_allocator +) vcs_info(ydb-core-tx-schemeshard-ut_replication_reboots) diff --git a/ydb/core/tx/schemeshard/ut_restore/CMakeLists.darwin-x86_64.txt b/ydb/core/tx/schemeshard/ut_restore/CMakeLists.darwin-x86_64.txt index 0a3bda33a4b..cec6307dd55 100644 --- a/ydb/core/tx/schemeshard/ut_restore/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_restore/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-schemeshard-ut_restore PRIVATE target_link_libraries(ydb-core-tx-schemeshard-ut_restore PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-schemeshard @@ -79,4 +78,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-schemeshard-ut_restore + system_allocator +) vcs_info(ydb-core-tx-schemeshard-ut_restore) diff --git a/ydb/core/tx/schemeshard/ut_restore/CMakeLists.linux-aarch64.txt b/ydb/core/tx/schemeshard/ut_restore/CMakeLists.linux-aarch64.txt index 9b842ef8c26..4f64ee2e6cb 100644 --- a/ydb/core/tx/schemeshard/ut_restore/CMakeLists.linux-aarch64.txt +++ b/ydb/core/tx/schemeshard/ut_restore/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-core-tx-schemeshard-ut_restore PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main core-tx-schemeshard contrib-libs-double-conversion @@ -82,4 +81,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-schemeshard-ut_restore + cpp-malloc-jemalloc +) vcs_info(ydb-core-tx-schemeshard-ut_restore) diff --git a/ydb/core/tx/schemeshard/ut_restore/CMakeLists.linux-x86_64.txt b/ydb/core/tx/schemeshard/ut_restore/CMakeLists.linux-x86_64.txt index 6b17ab0e24b..b0e18731602 100644 --- a/ydb/core/tx/schemeshard/ut_restore/CMakeLists.linux-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_restore/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-core-tx-schemeshard-ut_restore PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main core-tx-schemeshard @@ -84,4 +82,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-schemeshard-ut_restore + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-tx-schemeshard-ut_restore) diff --git a/ydb/core/tx/schemeshard/ut_restore/CMakeLists.windows-x86_64.txt b/ydb/core/tx/schemeshard/ut_restore/CMakeLists.windows-x86_64.txt index 50f4473bf44..ae691f4d6af 100644 --- a/ydb/core/tx/schemeshard/ut_restore/CMakeLists.windows-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_restore/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-schemeshard-ut_restore PRIVATE target_link_libraries(ydb-core-tx-schemeshard-ut_restore PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-schemeshard @@ -72,4 +71,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-schemeshard-ut_restore + system_allocator +) vcs_info(ydb-core-tx-schemeshard-ut_restore) diff --git a/ydb/core/tx/schemeshard/ut_rtmr/CMakeLists.darwin-x86_64.txt b/ydb/core/tx/schemeshard/ut_rtmr/CMakeLists.darwin-x86_64.txt index 1a061ccadac..d74258ed4a4 100644 --- a/ydb/core/tx/schemeshard/ut_rtmr/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_rtmr/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-schemeshard-ut_rtmr PRIVATE target_link_libraries(ydb-core-tx-schemeshard-ut_rtmr PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-schemeshard @@ -79,4 +78,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-schemeshard-ut_rtmr + system_allocator +) vcs_info(ydb-core-tx-schemeshard-ut_rtmr) diff --git a/ydb/core/tx/schemeshard/ut_rtmr/CMakeLists.linux-aarch64.txt b/ydb/core/tx/schemeshard/ut_rtmr/CMakeLists.linux-aarch64.txt index 7c44bbfa2e5..dac2780b087 100644 --- a/ydb/core/tx/schemeshard/ut_rtmr/CMakeLists.linux-aarch64.txt +++ b/ydb/core/tx/schemeshard/ut_rtmr/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-core-tx-schemeshard-ut_rtmr PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main core-tx-schemeshard library-cpp-getopt @@ -82,4 +81,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-schemeshard-ut_rtmr + cpp-malloc-jemalloc +) vcs_info(ydb-core-tx-schemeshard-ut_rtmr) diff --git a/ydb/core/tx/schemeshard/ut_rtmr/CMakeLists.linux-x86_64.txt b/ydb/core/tx/schemeshard/ut_rtmr/CMakeLists.linux-x86_64.txt index 80698536995..2acd55e7cff 100644 --- a/ydb/core/tx/schemeshard/ut_rtmr/CMakeLists.linux-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_rtmr/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-core-tx-schemeshard-ut_rtmr PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main core-tx-schemeshard @@ -84,4 +82,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-schemeshard-ut_rtmr + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-tx-schemeshard-ut_rtmr) diff --git a/ydb/core/tx/schemeshard/ut_rtmr/CMakeLists.windows-x86_64.txt b/ydb/core/tx/schemeshard/ut_rtmr/CMakeLists.windows-x86_64.txt index d0c18bc154a..3d3d1e6567e 100644 --- a/ydb/core/tx/schemeshard/ut_rtmr/CMakeLists.windows-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_rtmr/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-schemeshard-ut_rtmr PRIVATE target_link_libraries(ydb-core-tx-schemeshard-ut_rtmr PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-schemeshard @@ -72,4 +71,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-schemeshard-ut_rtmr + system_allocator +) vcs_info(ydb-core-tx-schemeshard-ut_rtmr) diff --git a/ydb/core/tx/schemeshard/ut_rtmr_reboots/CMakeLists.darwin-x86_64.txt b/ydb/core/tx/schemeshard/ut_rtmr_reboots/CMakeLists.darwin-x86_64.txt index 5e871951edf..c3537859a3c 100644 --- a/ydb/core/tx/schemeshard/ut_rtmr_reboots/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_rtmr_reboots/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-schemeshard-ut_rtmr_reboots PRIVATE target_link_libraries(ydb-core-tx-schemeshard-ut_rtmr_reboots PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-schemeshard @@ -79,4 +78,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-schemeshard-ut_rtmr_reboots + system_allocator +) vcs_info(ydb-core-tx-schemeshard-ut_rtmr_reboots) diff --git a/ydb/core/tx/schemeshard/ut_rtmr_reboots/CMakeLists.linux-aarch64.txt b/ydb/core/tx/schemeshard/ut_rtmr_reboots/CMakeLists.linux-aarch64.txt index 0eae1c864b3..0d8315ba7e1 100644 --- a/ydb/core/tx/schemeshard/ut_rtmr_reboots/CMakeLists.linux-aarch64.txt +++ b/ydb/core/tx/schemeshard/ut_rtmr_reboots/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-core-tx-schemeshard-ut_rtmr_reboots PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main core-tx-schemeshard library-cpp-getopt @@ -82,4 +81,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-schemeshard-ut_rtmr_reboots + cpp-malloc-jemalloc +) vcs_info(ydb-core-tx-schemeshard-ut_rtmr_reboots) diff --git a/ydb/core/tx/schemeshard/ut_rtmr_reboots/CMakeLists.linux-x86_64.txt b/ydb/core/tx/schemeshard/ut_rtmr_reboots/CMakeLists.linux-x86_64.txt index baf76b49ae6..6cc194764e2 100644 --- a/ydb/core/tx/schemeshard/ut_rtmr_reboots/CMakeLists.linux-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_rtmr_reboots/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-core-tx-schemeshard-ut_rtmr_reboots PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main core-tx-schemeshard @@ -84,4 +82,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-schemeshard-ut_rtmr_reboots + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-tx-schemeshard-ut_rtmr_reboots) diff --git a/ydb/core/tx/schemeshard/ut_rtmr_reboots/CMakeLists.windows-x86_64.txt b/ydb/core/tx/schemeshard/ut_rtmr_reboots/CMakeLists.windows-x86_64.txt index 1523dafdc5d..6e3e8bfe309 100644 --- a/ydb/core/tx/schemeshard/ut_rtmr_reboots/CMakeLists.windows-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_rtmr_reboots/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-schemeshard-ut_rtmr_reboots PRIVATE target_link_libraries(ydb-core-tx-schemeshard-ut_rtmr_reboots PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-schemeshard @@ -72,4 +71,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-schemeshard-ut_rtmr_reboots + system_allocator +) vcs_info(ydb-core-tx-schemeshard-ut_rtmr_reboots) diff --git a/ydb/core/tx/schemeshard/ut_ru_calculator/CMakeLists.darwin-x86_64.txt b/ydb/core/tx/schemeshard/ut_ru_calculator/CMakeLists.darwin-x86_64.txt index 5bde97e9d4e..8bff807b550 100644 --- a/ydb/core/tx/schemeshard/ut_ru_calculator/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_ru_calculator/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-schemeshard-ut_ru_calculator PRIVATE target_link_libraries(ydb-core-tx-schemeshard-ut_ru_calculator PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-schemeshard @@ -69,4 +68,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-tx-schemeshard-ut_ru_calculator + system_allocator +) vcs_info(ydb-core-tx-schemeshard-ut_ru_calculator) diff --git a/ydb/core/tx/schemeshard/ut_ru_calculator/CMakeLists.linux-aarch64.txt b/ydb/core/tx/schemeshard/ut_ru_calculator/CMakeLists.linux-aarch64.txt index 60aa980e006..883cf3653e0 100644 --- a/ydb/core/tx/schemeshard/ut_ru_calculator/CMakeLists.linux-aarch64.txt +++ b/ydb/core/tx/schemeshard/ut_ru_calculator/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-core-tx-schemeshard-ut_ru_calculator PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main core-tx-schemeshard cpp-testing-unittest @@ -72,4 +71,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-tx-schemeshard-ut_ru_calculator + cpp-malloc-jemalloc +) vcs_info(ydb-core-tx-schemeshard-ut_ru_calculator) diff --git a/ydb/core/tx/schemeshard/ut_ru_calculator/CMakeLists.linux-x86_64.txt b/ydb/core/tx/schemeshard/ut_ru_calculator/CMakeLists.linux-x86_64.txt index b237839e410..bc21c70dbda 100644 --- a/ydb/core/tx/schemeshard/ut_ru_calculator/CMakeLists.linux-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_ru_calculator/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-core-tx-schemeshard-ut_ru_calculator PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main core-tx-schemeshard @@ -74,4 +72,8 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-tx-schemeshard-ut_ru_calculator + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-tx-schemeshard-ut_ru_calculator) diff --git a/ydb/core/tx/schemeshard/ut_ru_calculator/CMakeLists.windows-x86_64.txt b/ydb/core/tx/schemeshard/ut_ru_calculator/CMakeLists.windows-x86_64.txt index 13f6b664982..ee24fb02637 100644 --- a/ydb/core/tx/schemeshard/ut_ru_calculator/CMakeLists.windows-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_ru_calculator/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-schemeshard-ut_ru_calculator PRIVATE target_link_libraries(ydb-core-tx-schemeshard-ut_ru_calculator PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-schemeshard @@ -62,4 +61,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-tx-schemeshard-ut_ru_calculator + system_allocator +) vcs_info(ydb-core-tx-schemeshard-ut_ru_calculator) diff --git a/ydb/core/tx/schemeshard/ut_sequence/CMakeLists.darwin-x86_64.txt b/ydb/core/tx/schemeshard/ut_sequence/CMakeLists.darwin-x86_64.txt index 44738bdf1b3..6c2d84533ab 100644 --- a/ydb/core/tx/schemeshard/ut_sequence/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_sequence/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-schemeshard-ut_sequence PRIVATE target_link_libraries(ydb-core-tx-schemeshard-ut_sequence PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-schemeshard @@ -80,4 +79,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-schemeshard-ut_sequence + system_allocator +) vcs_info(ydb-core-tx-schemeshard-ut_sequence) diff --git a/ydb/core/tx/schemeshard/ut_sequence/CMakeLists.linux-aarch64.txt b/ydb/core/tx/schemeshard/ut_sequence/CMakeLists.linux-aarch64.txt index f0f9fd8ad6c..4f3641863ed 100644 --- a/ydb/core/tx/schemeshard/ut_sequence/CMakeLists.linux-aarch64.txt +++ b/ydb/core/tx/schemeshard/ut_sequence/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-core-tx-schemeshard-ut_sequence PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main core-tx-schemeshard library-cpp-getopt @@ -83,4 +82,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-schemeshard-ut_sequence + cpp-malloc-jemalloc +) vcs_info(ydb-core-tx-schemeshard-ut_sequence) diff --git a/ydb/core/tx/schemeshard/ut_sequence/CMakeLists.linux-x86_64.txt b/ydb/core/tx/schemeshard/ut_sequence/CMakeLists.linux-x86_64.txt index daaee6f8eb6..6c9d2dfad93 100644 --- a/ydb/core/tx/schemeshard/ut_sequence/CMakeLists.linux-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_sequence/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-core-tx-schemeshard-ut_sequence PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main core-tx-schemeshard @@ -85,4 +83,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-schemeshard-ut_sequence + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-tx-schemeshard-ut_sequence) diff --git a/ydb/core/tx/schemeshard/ut_sequence/CMakeLists.windows-x86_64.txt b/ydb/core/tx/schemeshard/ut_sequence/CMakeLists.windows-x86_64.txt index 62036292329..19c3b2019e2 100644 --- a/ydb/core/tx/schemeshard/ut_sequence/CMakeLists.windows-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_sequence/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-schemeshard-ut_sequence PRIVATE target_link_libraries(ydb-core-tx-schemeshard-ut_sequence PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-schemeshard @@ -73,4 +72,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-schemeshard-ut_sequence + system_allocator +) vcs_info(ydb-core-tx-schemeshard-ut_sequence) diff --git a/ydb/core/tx/schemeshard/ut_sequence_reboots/CMakeLists.darwin-x86_64.txt b/ydb/core/tx/schemeshard/ut_sequence_reboots/CMakeLists.darwin-x86_64.txt index 9b70039a865..ef2eafc9970 100644 --- a/ydb/core/tx/schemeshard/ut_sequence_reboots/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_sequence_reboots/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-schemeshard-ut_sequence_reboots PRIVATE target_link_libraries(ydb-core-tx-schemeshard-ut_sequence_reboots PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-schemeshard @@ -80,4 +79,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-schemeshard-ut_sequence_reboots + system_allocator +) vcs_info(ydb-core-tx-schemeshard-ut_sequence_reboots) diff --git a/ydb/core/tx/schemeshard/ut_sequence_reboots/CMakeLists.linux-aarch64.txt b/ydb/core/tx/schemeshard/ut_sequence_reboots/CMakeLists.linux-aarch64.txt index fe430369e77..7adaf2e4276 100644 --- a/ydb/core/tx/schemeshard/ut_sequence_reboots/CMakeLists.linux-aarch64.txt +++ b/ydb/core/tx/schemeshard/ut_sequence_reboots/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-core-tx-schemeshard-ut_sequence_reboots PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main core-tx-schemeshard library-cpp-getopt @@ -83,4 +82,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-schemeshard-ut_sequence_reboots + cpp-malloc-jemalloc +) vcs_info(ydb-core-tx-schemeshard-ut_sequence_reboots) diff --git a/ydb/core/tx/schemeshard/ut_sequence_reboots/CMakeLists.linux-x86_64.txt b/ydb/core/tx/schemeshard/ut_sequence_reboots/CMakeLists.linux-x86_64.txt index a72086470b8..bb7aa601c6d 100644 --- a/ydb/core/tx/schemeshard/ut_sequence_reboots/CMakeLists.linux-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_sequence_reboots/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-core-tx-schemeshard-ut_sequence_reboots PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main core-tx-schemeshard @@ -85,4 +83,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-schemeshard-ut_sequence_reboots + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-tx-schemeshard-ut_sequence_reboots) diff --git a/ydb/core/tx/schemeshard/ut_sequence_reboots/CMakeLists.windows-x86_64.txt b/ydb/core/tx/schemeshard/ut_sequence_reboots/CMakeLists.windows-x86_64.txt index 1d625244f1c..98fe31819ed 100644 --- a/ydb/core/tx/schemeshard/ut_sequence_reboots/CMakeLists.windows-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_sequence_reboots/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-schemeshard-ut_sequence_reboots PRIVATE target_link_libraries(ydb-core-tx-schemeshard-ut_sequence_reboots PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-schemeshard @@ -73,4 +72,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-schemeshard-ut_sequence_reboots + system_allocator +) vcs_info(ydb-core-tx-schemeshard-ut_sequence_reboots) diff --git a/ydb/core/tx/schemeshard/ut_serverless/CMakeLists.darwin-x86_64.txt b/ydb/core/tx/schemeshard/ut_serverless/CMakeLists.darwin-x86_64.txt index 775cc9c9576..8fbc9517c40 100644 --- a/ydb/core/tx/schemeshard/ut_serverless/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_serverless/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-schemeshard-ut_serverless PRIVATE target_link_libraries(ydb-core-tx-schemeshard-ut_serverless PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-schemeshard @@ -79,4 +78,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-schemeshard-ut_serverless + system_allocator +) vcs_info(ydb-core-tx-schemeshard-ut_serverless) diff --git a/ydb/core/tx/schemeshard/ut_serverless/CMakeLists.linux-aarch64.txt b/ydb/core/tx/schemeshard/ut_serverless/CMakeLists.linux-aarch64.txt index 951c77248fc..305406a3d15 100644 --- a/ydb/core/tx/schemeshard/ut_serverless/CMakeLists.linux-aarch64.txt +++ b/ydb/core/tx/schemeshard/ut_serverless/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-core-tx-schemeshard-ut_serverless PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main core-tx-schemeshard library-cpp-getopt @@ -82,4 +81,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-schemeshard-ut_serverless + cpp-malloc-jemalloc +) vcs_info(ydb-core-tx-schemeshard-ut_serverless) diff --git a/ydb/core/tx/schemeshard/ut_serverless/CMakeLists.linux-x86_64.txt b/ydb/core/tx/schemeshard/ut_serverless/CMakeLists.linux-x86_64.txt index 98d46fa5585..ca9fb0e1855 100644 --- a/ydb/core/tx/schemeshard/ut_serverless/CMakeLists.linux-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_serverless/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-core-tx-schemeshard-ut_serverless PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main core-tx-schemeshard @@ -84,4 +82,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-schemeshard-ut_serverless + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-tx-schemeshard-ut_serverless) diff --git a/ydb/core/tx/schemeshard/ut_serverless/CMakeLists.windows-x86_64.txt b/ydb/core/tx/schemeshard/ut_serverless/CMakeLists.windows-x86_64.txt index 261d379315b..8d0eb85b383 100644 --- a/ydb/core/tx/schemeshard/ut_serverless/CMakeLists.windows-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_serverless/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-schemeshard-ut_serverless PRIVATE target_link_libraries(ydb-core-tx-schemeshard-ut_serverless PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-schemeshard @@ -72,4 +71,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-schemeshard-ut_serverless + system_allocator +) vcs_info(ydb-core-tx-schemeshard-ut_serverless) diff --git a/ydb/core/tx/schemeshard/ut_split_merge/CMakeLists.darwin-x86_64.txt b/ydb/core/tx/schemeshard/ut_split_merge/CMakeLists.darwin-x86_64.txt index 5b91585f35d..1e06329af7c 100644 --- a/ydb/core/tx/schemeshard/ut_split_merge/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_split_merge/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-schemeshard-ut_split_merge PRIVATE target_link_libraries(ydb-core-tx-schemeshard-ut_split_merge PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-schemeshard @@ -79,4 +78,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-schemeshard-ut_split_merge + system_allocator +) vcs_info(ydb-core-tx-schemeshard-ut_split_merge) diff --git a/ydb/core/tx/schemeshard/ut_split_merge/CMakeLists.linux-aarch64.txt b/ydb/core/tx/schemeshard/ut_split_merge/CMakeLists.linux-aarch64.txt index 210dccafa94..f7fdc392de3 100644 --- a/ydb/core/tx/schemeshard/ut_split_merge/CMakeLists.linux-aarch64.txt +++ b/ydb/core/tx/schemeshard/ut_split_merge/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-core-tx-schemeshard-ut_split_merge PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main core-tx-schemeshard library-cpp-getopt @@ -82,4 +81,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-schemeshard-ut_split_merge + cpp-malloc-jemalloc +) vcs_info(ydb-core-tx-schemeshard-ut_split_merge) diff --git a/ydb/core/tx/schemeshard/ut_split_merge/CMakeLists.linux-x86_64.txt b/ydb/core/tx/schemeshard/ut_split_merge/CMakeLists.linux-x86_64.txt index 4a41f6fbd74..f7eb133d6dd 100644 --- a/ydb/core/tx/schemeshard/ut_split_merge/CMakeLists.linux-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_split_merge/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-core-tx-schemeshard-ut_split_merge PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main core-tx-schemeshard @@ -84,4 +82,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-schemeshard-ut_split_merge + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-tx-schemeshard-ut_split_merge) diff --git a/ydb/core/tx/schemeshard/ut_split_merge/CMakeLists.windows-x86_64.txt b/ydb/core/tx/schemeshard/ut_split_merge/CMakeLists.windows-x86_64.txt index 469dc2a2689..fd960b91528 100644 --- a/ydb/core/tx/schemeshard/ut_split_merge/CMakeLists.windows-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_split_merge/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-schemeshard-ut_split_merge PRIVATE target_link_libraries(ydb-core-tx-schemeshard-ut_split_merge PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-schemeshard @@ -72,4 +71,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-schemeshard-ut_split_merge + system_allocator +) vcs_info(ydb-core-tx-schemeshard-ut_split_merge) diff --git a/ydb/core/tx/schemeshard/ut_split_merge_reboots/CMakeLists.darwin-x86_64.txt b/ydb/core/tx/schemeshard/ut_split_merge_reboots/CMakeLists.darwin-x86_64.txt index 0a770ecd2ca..00d6cc9e935 100644 --- a/ydb/core/tx/schemeshard/ut_split_merge_reboots/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_split_merge_reboots/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-schemeshard-ut_split_merge_reboots PRIVAT target_link_libraries(ydb-core-tx-schemeshard-ut_split_merge_reboots PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-schemeshard @@ -79,4 +78,7 @@ set_yunittest_property( TIMEOUT 1800 ) +target_allocator(ydb-core-tx-schemeshard-ut_split_merge_reboots + system_allocator +) vcs_info(ydb-core-tx-schemeshard-ut_split_merge_reboots) diff --git a/ydb/core/tx/schemeshard/ut_split_merge_reboots/CMakeLists.linux-aarch64.txt b/ydb/core/tx/schemeshard/ut_split_merge_reboots/CMakeLists.linux-aarch64.txt index 28e0804508e..2c3eb8d229e 100644 --- a/ydb/core/tx/schemeshard/ut_split_merge_reboots/CMakeLists.linux-aarch64.txt +++ b/ydb/core/tx/schemeshard/ut_split_merge_reboots/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-core-tx-schemeshard-ut_split_merge_reboots PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main core-tx-schemeshard library-cpp-getopt @@ -82,4 +81,7 @@ set_yunittest_property( TIMEOUT 1800 ) +target_allocator(ydb-core-tx-schemeshard-ut_split_merge_reboots + cpp-malloc-jemalloc +) vcs_info(ydb-core-tx-schemeshard-ut_split_merge_reboots) diff --git a/ydb/core/tx/schemeshard/ut_split_merge_reboots/CMakeLists.linux-x86_64.txt b/ydb/core/tx/schemeshard/ut_split_merge_reboots/CMakeLists.linux-x86_64.txt index 40517926433..0f066b191ed 100644 --- a/ydb/core/tx/schemeshard/ut_split_merge_reboots/CMakeLists.linux-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_split_merge_reboots/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-core-tx-schemeshard-ut_split_merge_reboots PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main core-tx-schemeshard @@ -84,4 +82,8 @@ set_yunittest_property( TIMEOUT 1800 ) +target_allocator(ydb-core-tx-schemeshard-ut_split_merge_reboots + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-tx-schemeshard-ut_split_merge_reboots) diff --git a/ydb/core/tx/schemeshard/ut_split_merge_reboots/CMakeLists.windows-x86_64.txt b/ydb/core/tx/schemeshard/ut_split_merge_reboots/CMakeLists.windows-x86_64.txt index 23ca64a8332..0317603249c 100644 --- a/ydb/core/tx/schemeshard/ut_split_merge_reboots/CMakeLists.windows-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_split_merge_reboots/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-schemeshard-ut_split_merge_reboots PRIVAT target_link_libraries(ydb-core-tx-schemeshard-ut_split_merge_reboots PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-schemeshard @@ -72,4 +71,7 @@ set_yunittest_property( TIMEOUT 1800 ) +target_allocator(ydb-core-tx-schemeshard-ut_split_merge_reboots + system_allocator +) vcs_info(ydb-core-tx-schemeshard-ut_split_merge_reboots) diff --git a/ydb/core/tx/schemeshard/ut_stats/CMakeLists.darwin-x86_64.txt b/ydb/core/tx/schemeshard/ut_stats/CMakeLists.darwin-x86_64.txt index 5d789155291..dde2fbc7541 100644 --- a/ydb/core/tx/schemeshard/ut_stats/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_stats/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-schemeshard-ut_stats PRIVATE target_link_libraries(ydb-core-tx-schemeshard-ut_stats PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-schemeshard @@ -79,4 +78,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-schemeshard-ut_stats + system_allocator +) vcs_info(ydb-core-tx-schemeshard-ut_stats) diff --git a/ydb/core/tx/schemeshard/ut_stats/CMakeLists.linux-aarch64.txt b/ydb/core/tx/schemeshard/ut_stats/CMakeLists.linux-aarch64.txt index 66abc26d142..7443f5be2da 100644 --- a/ydb/core/tx/schemeshard/ut_stats/CMakeLists.linux-aarch64.txt +++ b/ydb/core/tx/schemeshard/ut_stats/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-core-tx-schemeshard-ut_stats PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main core-tx-schemeshard library-cpp-getopt @@ -82,4 +81,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-schemeshard-ut_stats + cpp-malloc-jemalloc +) vcs_info(ydb-core-tx-schemeshard-ut_stats) diff --git a/ydb/core/tx/schemeshard/ut_stats/CMakeLists.linux-x86_64.txt b/ydb/core/tx/schemeshard/ut_stats/CMakeLists.linux-x86_64.txt index 4d6f5b7d99b..9b7d6d8f026 100644 --- a/ydb/core/tx/schemeshard/ut_stats/CMakeLists.linux-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_stats/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-core-tx-schemeshard-ut_stats PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main core-tx-schemeshard @@ -84,4 +82,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-schemeshard-ut_stats + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-tx-schemeshard-ut_stats) diff --git a/ydb/core/tx/schemeshard/ut_stats/CMakeLists.windows-x86_64.txt b/ydb/core/tx/schemeshard/ut_stats/CMakeLists.windows-x86_64.txt index 3d8f0e466f9..01c1db0f068 100644 --- a/ydb/core/tx/schemeshard/ut_stats/CMakeLists.windows-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_stats/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-schemeshard-ut_stats PRIVATE target_link_libraries(ydb-core-tx-schemeshard-ut_stats PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-schemeshard @@ -72,4 +71,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-schemeshard-ut_stats + system_allocator +) vcs_info(ydb-core-tx-schemeshard-ut_stats) diff --git a/ydb/core/tx/schemeshard/ut_subdomain/CMakeLists.darwin-x86_64.txt b/ydb/core/tx/schemeshard/ut_subdomain/CMakeLists.darwin-x86_64.txt index c65b8e6e26d..0699f6a267a 100644 --- a/ydb/core/tx/schemeshard/ut_subdomain/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_subdomain/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-schemeshard-ut_subdomain PRIVATE target_link_libraries(ydb-core-tx-schemeshard-ut_subdomain PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-schemeshard @@ -79,4 +78,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-schemeshard-ut_subdomain + system_allocator +) vcs_info(ydb-core-tx-schemeshard-ut_subdomain) diff --git a/ydb/core/tx/schemeshard/ut_subdomain/CMakeLists.linux-aarch64.txt b/ydb/core/tx/schemeshard/ut_subdomain/CMakeLists.linux-aarch64.txt index b70f9fe0307..73c4894d874 100644 --- a/ydb/core/tx/schemeshard/ut_subdomain/CMakeLists.linux-aarch64.txt +++ b/ydb/core/tx/schemeshard/ut_subdomain/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-core-tx-schemeshard-ut_subdomain PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main core-tx-schemeshard library-cpp-getopt @@ -82,4 +81,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-schemeshard-ut_subdomain + cpp-malloc-jemalloc +) vcs_info(ydb-core-tx-schemeshard-ut_subdomain) diff --git a/ydb/core/tx/schemeshard/ut_subdomain/CMakeLists.linux-x86_64.txt b/ydb/core/tx/schemeshard/ut_subdomain/CMakeLists.linux-x86_64.txt index 38ed49a1302..70f3a4c2ff2 100644 --- a/ydb/core/tx/schemeshard/ut_subdomain/CMakeLists.linux-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_subdomain/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-core-tx-schemeshard-ut_subdomain PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main core-tx-schemeshard @@ -84,4 +82,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-schemeshard-ut_subdomain + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-tx-schemeshard-ut_subdomain) diff --git a/ydb/core/tx/schemeshard/ut_subdomain/CMakeLists.windows-x86_64.txt b/ydb/core/tx/schemeshard/ut_subdomain/CMakeLists.windows-x86_64.txt index 2cb33431ecf..2d60b6450b8 100644 --- a/ydb/core/tx/schemeshard/ut_subdomain/CMakeLists.windows-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_subdomain/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-schemeshard-ut_subdomain PRIVATE target_link_libraries(ydb-core-tx-schemeshard-ut_subdomain PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-schemeshard @@ -72,4 +71,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-schemeshard-ut_subdomain + system_allocator +) vcs_info(ydb-core-tx-schemeshard-ut_subdomain) diff --git a/ydb/core/tx/schemeshard/ut_subdomain_reboots/CMakeLists.darwin-x86_64.txt b/ydb/core/tx/schemeshard/ut_subdomain_reboots/CMakeLists.darwin-x86_64.txt index 9be730f2559..897d3660fd9 100644 --- a/ydb/core/tx/schemeshard/ut_subdomain_reboots/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_subdomain_reboots/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-schemeshard-ut_subdomain_reboots PRIVATE target_link_libraries(ydb-core-tx-schemeshard-ut_subdomain_reboots PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-schemeshard @@ -79,4 +78,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-schemeshard-ut_subdomain_reboots + system_allocator +) vcs_info(ydb-core-tx-schemeshard-ut_subdomain_reboots) diff --git a/ydb/core/tx/schemeshard/ut_subdomain_reboots/CMakeLists.linux-aarch64.txt b/ydb/core/tx/schemeshard/ut_subdomain_reboots/CMakeLists.linux-aarch64.txt index ee8527b636c..0c185c2a88a 100644 --- a/ydb/core/tx/schemeshard/ut_subdomain_reboots/CMakeLists.linux-aarch64.txt +++ b/ydb/core/tx/schemeshard/ut_subdomain_reboots/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-core-tx-schemeshard-ut_subdomain_reboots PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main core-tx-schemeshard library-cpp-getopt @@ -82,4 +81,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-schemeshard-ut_subdomain_reboots + cpp-malloc-jemalloc +) vcs_info(ydb-core-tx-schemeshard-ut_subdomain_reboots) diff --git a/ydb/core/tx/schemeshard/ut_subdomain_reboots/CMakeLists.linux-x86_64.txt b/ydb/core/tx/schemeshard/ut_subdomain_reboots/CMakeLists.linux-x86_64.txt index 93674c94e2b..cbecc79f2c8 100644 --- a/ydb/core/tx/schemeshard/ut_subdomain_reboots/CMakeLists.linux-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_subdomain_reboots/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-core-tx-schemeshard-ut_subdomain_reboots PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main core-tx-schemeshard @@ -84,4 +82,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-schemeshard-ut_subdomain_reboots + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-tx-schemeshard-ut_subdomain_reboots) diff --git a/ydb/core/tx/schemeshard/ut_subdomain_reboots/CMakeLists.windows-x86_64.txt b/ydb/core/tx/schemeshard/ut_subdomain_reboots/CMakeLists.windows-x86_64.txt index abe527a13f8..d1fa11cda9d 100644 --- a/ydb/core/tx/schemeshard/ut_subdomain_reboots/CMakeLists.windows-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_subdomain_reboots/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-schemeshard-ut_subdomain_reboots PRIVATE target_link_libraries(ydb-core-tx-schemeshard-ut_subdomain_reboots PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-schemeshard @@ -72,4 +71,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-schemeshard-ut_subdomain_reboots + system_allocator +) vcs_info(ydb-core-tx-schemeshard-ut_subdomain_reboots) diff --git a/ydb/core/tx/schemeshard/ut_ttl/CMakeLists.darwin-x86_64.txt b/ydb/core/tx/schemeshard/ut_ttl/CMakeLists.darwin-x86_64.txt index 3b1339e170b..9affe7d6f19 100644 --- a/ydb/core/tx/schemeshard/ut_ttl/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_ttl/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-schemeshard-ut_ttl PRIVATE target_link_libraries(ydb-core-tx-schemeshard-ut_ttl PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-schemeshard @@ -75,4 +74,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-schemeshard-ut_ttl + system_allocator +) vcs_info(ydb-core-tx-schemeshard-ut_ttl) diff --git a/ydb/core/tx/schemeshard/ut_ttl/CMakeLists.linux-aarch64.txt b/ydb/core/tx/schemeshard/ut_ttl/CMakeLists.linux-aarch64.txt index 414c3fb8cfd..f499d1e3d4d 100644 --- a/ydb/core/tx/schemeshard/ut_ttl/CMakeLists.linux-aarch64.txt +++ b/ydb/core/tx/schemeshard/ut_ttl/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-core-tx-schemeshard-ut_ttl PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main core-tx-schemeshard kqp-ut-common @@ -78,4 +77,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-schemeshard-ut_ttl + cpp-malloc-jemalloc +) vcs_info(ydb-core-tx-schemeshard-ut_ttl) diff --git a/ydb/core/tx/schemeshard/ut_ttl/CMakeLists.linux-x86_64.txt b/ydb/core/tx/schemeshard/ut_ttl/CMakeLists.linux-x86_64.txt index f9cc3fc6229..a66f17706ec 100644 --- a/ydb/core/tx/schemeshard/ut_ttl/CMakeLists.linux-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_ttl/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-core-tx-schemeshard-ut_ttl PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main core-tx-schemeshard @@ -80,4 +78,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-schemeshard-ut_ttl + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-tx-schemeshard-ut_ttl) diff --git a/ydb/core/tx/schemeshard/ut_ttl/CMakeLists.windows-x86_64.txt b/ydb/core/tx/schemeshard/ut_ttl/CMakeLists.windows-x86_64.txt index 14b3ba0f958..0da3f4319b2 100644 --- a/ydb/core/tx/schemeshard/ut_ttl/CMakeLists.windows-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_ttl/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-schemeshard-ut_ttl PRIVATE target_link_libraries(ydb-core-tx-schemeshard-ut_ttl PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-schemeshard @@ -68,4 +67,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-schemeshard-ut_ttl + system_allocator +) vcs_info(ydb-core-tx-schemeshard-ut_ttl) diff --git a/ydb/core/tx/schemeshard/ut_user_attributes/CMakeLists.darwin-x86_64.txt b/ydb/core/tx/schemeshard/ut_user_attributes/CMakeLists.darwin-x86_64.txt index 39d4239502a..4cdc3c2cf00 100644 --- a/ydb/core/tx/schemeshard/ut_user_attributes/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_user_attributes/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-schemeshard-ut_user_attributes PRIVATE target_link_libraries(ydb-core-tx-schemeshard-ut_user_attributes PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-schemeshard @@ -89,4 +88,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-schemeshard-ut_user_attributes + system_allocator +) vcs_info(ydb-core-tx-schemeshard-ut_user_attributes) diff --git a/ydb/core/tx/schemeshard/ut_user_attributes/CMakeLists.linux-aarch64.txt b/ydb/core/tx/schemeshard/ut_user_attributes/CMakeLists.linux-aarch64.txt index 9a69bd5cc91..9da580251cc 100644 --- a/ydb/core/tx/schemeshard/ut_user_attributes/CMakeLists.linux-aarch64.txt +++ b/ydb/core/tx/schemeshard/ut_user_attributes/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-core-tx-schemeshard-ut_user_attributes PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main core-tx-schemeshard cpp-http-io @@ -92,4 +91,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-schemeshard-ut_user_attributes + cpp-malloc-jemalloc +) vcs_info(ydb-core-tx-schemeshard-ut_user_attributes) diff --git a/ydb/core/tx/schemeshard/ut_user_attributes/CMakeLists.linux-x86_64.txt b/ydb/core/tx/schemeshard/ut_user_attributes/CMakeLists.linux-x86_64.txt index 6f22c933f45..81fc6c41510 100644 --- a/ydb/core/tx/schemeshard/ut_user_attributes/CMakeLists.linux-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_user_attributes/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-core-tx-schemeshard-ut_user_attributes PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main core-tx-schemeshard @@ -94,4 +92,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-schemeshard-ut_user_attributes + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-tx-schemeshard-ut_user_attributes) diff --git a/ydb/core/tx/schemeshard/ut_user_attributes/CMakeLists.windows-x86_64.txt b/ydb/core/tx/schemeshard/ut_user_attributes/CMakeLists.windows-x86_64.txt index d4dcce5b236..6a5e2490286 100644 --- a/ydb/core/tx/schemeshard/ut_user_attributes/CMakeLists.windows-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_user_attributes/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-schemeshard-ut_user_attributes PRIVATE target_link_libraries(ydb-core-tx-schemeshard-ut_user_attributes PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-schemeshard @@ -82,4 +81,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-schemeshard-ut_user_attributes + system_allocator +) vcs_info(ydb-core-tx-schemeshard-ut_user_attributes) diff --git a/ydb/core/tx/schemeshard/ut_user_attributes_reboots/CMakeLists.darwin-x86_64.txt b/ydb/core/tx/schemeshard/ut_user_attributes_reboots/CMakeLists.darwin-x86_64.txt index f7016cb1874..b354d1a2477 100644 --- a/ydb/core/tx/schemeshard/ut_user_attributes_reboots/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_user_attributes_reboots/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(core-tx-schemeshard-ut_user_attributes_reboots PRIVAT target_link_libraries(core-tx-schemeshard-ut_user_attributes_reboots PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-schemeshard @@ -79,4 +78,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(core-tx-schemeshard-ut_user_attributes_reboots + system_allocator +) vcs_info(core-tx-schemeshard-ut_user_attributes_reboots) diff --git a/ydb/core/tx/schemeshard/ut_user_attributes_reboots/CMakeLists.linux-aarch64.txt b/ydb/core/tx/schemeshard/ut_user_attributes_reboots/CMakeLists.linux-aarch64.txt index 6dbe9da13d1..c530c602047 100644 --- a/ydb/core/tx/schemeshard/ut_user_attributes_reboots/CMakeLists.linux-aarch64.txt +++ b/ydb/core/tx/schemeshard/ut_user_attributes_reboots/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(core-tx-schemeshard-ut_user_attributes_reboots PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main core-tx-schemeshard library-cpp-getopt @@ -82,4 +81,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(core-tx-schemeshard-ut_user_attributes_reboots + cpp-malloc-jemalloc +) vcs_info(core-tx-schemeshard-ut_user_attributes_reboots) diff --git a/ydb/core/tx/schemeshard/ut_user_attributes_reboots/CMakeLists.linux-x86_64.txt b/ydb/core/tx/schemeshard/ut_user_attributes_reboots/CMakeLists.linux-x86_64.txt index 882d7f985ef..8f7923cd9f7 100644 --- a/ydb/core/tx/schemeshard/ut_user_attributes_reboots/CMakeLists.linux-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_user_attributes_reboots/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(core-tx-schemeshard-ut_user_attributes_reboots PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main core-tx-schemeshard @@ -84,4 +82,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(core-tx-schemeshard-ut_user_attributes_reboots + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(core-tx-schemeshard-ut_user_attributes_reboots) diff --git a/ydb/core/tx/schemeshard/ut_user_attributes_reboots/CMakeLists.windows-x86_64.txt b/ydb/core/tx/schemeshard/ut_user_attributes_reboots/CMakeLists.windows-x86_64.txt index 420da9ee317..5afb4541212 100644 --- a/ydb/core/tx/schemeshard/ut_user_attributes_reboots/CMakeLists.windows-x86_64.txt +++ b/ydb/core/tx/schemeshard/ut_user_attributes_reboots/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(core-tx-schemeshard-ut_user_attributes_reboots PRIVAT target_link_libraries(core-tx-schemeshard-ut_user_attributes_reboots PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-schemeshard @@ -72,4 +71,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(core-tx-schemeshard-ut_user_attributes_reboots + system_allocator +) vcs_info(core-tx-schemeshard-ut_user_attributes_reboots) diff --git a/ydb/core/tx/sequenceproxy/ut/CMakeLists.darwin-x86_64.txt b/ydb/core/tx/sequenceproxy/ut/CMakeLists.darwin-x86_64.txt index bde5379a67f..9c2ea8246b9 100644 --- a/ydb/core/tx/sequenceproxy/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/tx/sequenceproxy/ut/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-sequenceproxy-ut PRIVATE target_link_libraries(ydb-core-tx-sequenceproxy-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-sequenceproxy @@ -66,4 +65,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-tx-sequenceproxy-ut + system_allocator +) vcs_info(ydb-core-tx-sequenceproxy-ut) diff --git a/ydb/core/tx/sequenceproxy/ut/CMakeLists.linux-aarch64.txt b/ydb/core/tx/sequenceproxy/ut/CMakeLists.linux-aarch64.txt index 931818733bd..81e438ff5b5 100644 --- a/ydb/core/tx/sequenceproxy/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/core/tx/sequenceproxy/ut/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-core-tx-sequenceproxy-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main core-tx-sequenceproxy core-testlib-default @@ -69,4 +68,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-tx-sequenceproxy-ut + cpp-malloc-jemalloc +) vcs_info(ydb-core-tx-sequenceproxy-ut) diff --git a/ydb/core/tx/sequenceproxy/ut/CMakeLists.linux-x86_64.txt b/ydb/core/tx/sequenceproxy/ut/CMakeLists.linux-x86_64.txt index a102b69d765..7e4b25d8975 100644 --- a/ydb/core/tx/sequenceproxy/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/core/tx/sequenceproxy/ut/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-core-tx-sequenceproxy-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main core-tx-sequenceproxy @@ -71,4 +69,8 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-tx-sequenceproxy-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-tx-sequenceproxy-ut) diff --git a/ydb/core/tx/sequenceproxy/ut/CMakeLists.windows-x86_64.txt b/ydb/core/tx/sequenceproxy/ut/CMakeLists.windows-x86_64.txt index 91af5d9f15f..c932a83084c 100644 --- a/ydb/core/tx/sequenceproxy/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/core/tx/sequenceproxy/ut/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-sequenceproxy-ut PRIVATE target_link_libraries(ydb-core-tx-sequenceproxy-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-sequenceproxy @@ -59,4 +58,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-tx-sequenceproxy-ut + system_allocator +) vcs_info(ydb-core-tx-sequenceproxy-ut) diff --git a/ydb/core/tx/sequenceshard/public/ut/CMakeLists.darwin-x86_64.txt b/ydb/core/tx/sequenceshard/public/ut/CMakeLists.darwin-x86_64.txt index 0c434b7c219..cb1e814151d 100644 --- a/ydb/core/tx/sequenceshard/public/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/tx/sequenceshard/public/ut/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-sequenceshard-public-ut PRIVATE target_link_libraries(ydb-core-tx-sequenceshard-public-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main tx-sequenceshard-public @@ -62,4 +61,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-tx-sequenceshard-public-ut + system_allocator +) vcs_info(ydb-core-tx-sequenceshard-public-ut) diff --git a/ydb/core/tx/sequenceshard/public/ut/CMakeLists.linux-aarch64.txt b/ydb/core/tx/sequenceshard/public/ut/CMakeLists.linux-aarch64.txt index 20d5fca2c6f..d85d286e150 100644 --- a/ydb/core/tx/sequenceshard/public/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/core/tx/sequenceshard/public/ut/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-core-tx-sequenceshard-public-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main tx-sequenceshard-public ) @@ -65,4 +64,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-tx-sequenceshard-public-ut + cpp-malloc-jemalloc +) vcs_info(ydb-core-tx-sequenceshard-public-ut) diff --git a/ydb/core/tx/sequenceshard/public/ut/CMakeLists.linux-x86_64.txt b/ydb/core/tx/sequenceshard/public/ut/CMakeLists.linux-x86_64.txt index a700206bd1d..84972832d82 100644 --- a/ydb/core/tx/sequenceshard/public/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/core/tx/sequenceshard/public/ut/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-core-tx-sequenceshard-public-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main tx-sequenceshard-public @@ -67,4 +65,8 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-tx-sequenceshard-public-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-tx-sequenceshard-public-ut) diff --git a/ydb/core/tx/sequenceshard/public/ut/CMakeLists.windows-x86_64.txt b/ydb/core/tx/sequenceshard/public/ut/CMakeLists.windows-x86_64.txt index 570c18f91c9..f8365a61751 100644 --- a/ydb/core/tx/sequenceshard/public/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/core/tx/sequenceshard/public/ut/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-sequenceshard-public-ut PRIVATE target_link_libraries(ydb-core-tx-sequenceshard-public-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main tx-sequenceshard-public @@ -55,4 +54,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-tx-sequenceshard-public-ut + system_allocator +) vcs_info(ydb-core-tx-sequenceshard-public-ut) diff --git a/ydb/core/tx/sequenceshard/ut/CMakeLists.darwin-x86_64.txt b/ydb/core/tx/sequenceshard/ut/CMakeLists.darwin-x86_64.txt index c82debef0cc..c79a0a01203 100644 --- a/ydb/core/tx/sequenceshard/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/tx/sequenceshard/ut/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-sequenceshard-ut PRIVATE target_link_libraries(ydb-core-tx-sequenceshard-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-sequenceshard @@ -67,4 +66,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-tx-sequenceshard-ut + system_allocator +) vcs_info(ydb-core-tx-sequenceshard-ut) diff --git a/ydb/core/tx/sequenceshard/ut/CMakeLists.linux-aarch64.txt b/ydb/core/tx/sequenceshard/ut/CMakeLists.linux-aarch64.txt index 3924bc6c37f..e71b1463454 100644 --- a/ydb/core/tx/sequenceshard/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/core/tx/sequenceshard/ut/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-core-tx-sequenceshard-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main core-tx-sequenceshard core-testlib-default @@ -70,4 +69,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-tx-sequenceshard-ut + cpp-malloc-jemalloc +) vcs_info(ydb-core-tx-sequenceshard-ut) diff --git a/ydb/core/tx/sequenceshard/ut/CMakeLists.linux-x86_64.txt b/ydb/core/tx/sequenceshard/ut/CMakeLists.linux-x86_64.txt index 2552e0ff508..8aa707b6fdc 100644 --- a/ydb/core/tx/sequenceshard/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/core/tx/sequenceshard/ut/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-core-tx-sequenceshard-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main core-tx-sequenceshard @@ -72,4 +70,8 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-tx-sequenceshard-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-tx-sequenceshard-ut) diff --git a/ydb/core/tx/sequenceshard/ut/CMakeLists.windows-x86_64.txt b/ydb/core/tx/sequenceshard/ut/CMakeLists.windows-x86_64.txt index e71a9cb86c3..94123b62e85 100644 --- a/ydb/core/tx/sequenceshard/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/core/tx/sequenceshard/ut/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-sequenceshard-ut PRIVATE target_link_libraries(ydb-core-tx-sequenceshard-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-sequenceshard @@ -60,4 +59,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-tx-sequenceshard-ut + system_allocator +) vcs_info(ydb-core-tx-sequenceshard-ut) diff --git a/ydb/core/tx/sharding/ut/CMakeLists.darwin-x86_64.txt b/ydb/core/tx/sharding/ut/CMakeLists.darwin-x86_64.txt index 9f834a489da..b8c1bfbc1a7 100644 --- a/ydb/core/tx/sharding/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/tx/sharding/ut/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-sharding-ut PRIVATE target_link_libraries(ydb-core-tx-sharding-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-tiering @@ -78,4 +77,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-sharding-ut + system_allocator +) vcs_info(ydb-core-tx-sharding-ut) diff --git a/ydb/core/tx/sharding/ut/CMakeLists.linux-aarch64.txt b/ydb/core/tx/sharding/ut/CMakeLists.linux-aarch64.txt index 4521f85ba03..9a364474c2f 100644 --- a/ydb/core/tx/sharding/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/core/tx/sharding/ut/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-core-tx-sharding-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main core-tx-tiering library-cpp-getopt @@ -81,4 +80,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-sharding-ut + cpp-malloc-jemalloc +) vcs_info(ydb-core-tx-sharding-ut) diff --git a/ydb/core/tx/sharding/ut/CMakeLists.linux-x86_64.txt b/ydb/core/tx/sharding/ut/CMakeLists.linux-x86_64.txt index aa8b0faf5eb..7c58afe940a 100644 --- a/ydb/core/tx/sharding/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/core/tx/sharding/ut/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-core-tx-sharding-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main core-tx-tiering @@ -83,4 +81,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-sharding-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-tx-sharding-ut) diff --git a/ydb/core/tx/sharding/ut/CMakeLists.windows-x86_64.txt b/ydb/core/tx/sharding/ut/CMakeLists.windows-x86_64.txt index c2bf7e162d5..8f1ac9b3ef0 100644 --- a/ydb/core/tx/sharding/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/core/tx/sharding/ut/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-sharding-ut PRIVATE target_link_libraries(ydb-core-tx-sharding-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-tiering @@ -71,4 +70,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-sharding-ut + system_allocator +) vcs_info(ydb-core-tx-sharding-ut) diff --git a/ydb/core/tx/tiering/ut/CMakeLists.darwin-x86_64.txt b/ydb/core/tx/tiering/ut/CMakeLists.darwin-x86_64.txt index c320d17741a..b356a3f7fff 100644 --- a/ydb/core/tx/tiering/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/tx/tiering/ut/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-tiering-ut PRIVATE target_link_libraries(ydb-core-tx-tiering-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-tiering @@ -80,4 +79,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-tiering-ut + system_allocator +) vcs_info(ydb-core-tx-tiering-ut) diff --git a/ydb/core/tx/tiering/ut/CMakeLists.linux-aarch64.txt b/ydb/core/tx/tiering/ut/CMakeLists.linux-aarch64.txt index 949d28c9669..13efb9449aa 100644 --- a/ydb/core/tx/tiering/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/core/tx/tiering/ut/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-core-tx-tiering-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main core-tx-tiering library-cpp-getopt @@ -83,4 +82,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-tiering-ut + cpp-malloc-jemalloc +) vcs_info(ydb-core-tx-tiering-ut) diff --git a/ydb/core/tx/tiering/ut/CMakeLists.linux-x86_64.txt b/ydb/core/tx/tiering/ut/CMakeLists.linux-x86_64.txt index 7d2fbd94055..7585efb53af 100644 --- a/ydb/core/tx/tiering/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/core/tx/tiering/ut/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-core-tx-tiering-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main core-tx-tiering @@ -85,4 +83,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-tiering-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-tx-tiering-ut) diff --git a/ydb/core/tx/tiering/ut/CMakeLists.windows-x86_64.txt b/ydb/core/tx/tiering/ut/CMakeLists.windows-x86_64.txt index 610cafac939..fef0d0a3a07 100644 --- a/ydb/core/tx/tiering/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/core/tx/tiering/ut/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-tiering-ut PRIVATE target_link_libraries(ydb-core-tx-tiering-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-tiering @@ -73,4 +72,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-tiering-ut + system_allocator +) vcs_info(ydb-core-tx-tiering-ut) diff --git a/ydb/core/tx/time_cast/ut/CMakeLists.darwin-x86_64.txt b/ydb/core/tx/time_cast/ut/CMakeLists.darwin-x86_64.txt index e91f4c2eddd..3ed229a30ef 100644 --- a/ydb/core/tx/time_cast/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/tx/time_cast/ut/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-time_cast-ut PRIVATE target_link_libraries(ydb-core-tx-time_cast-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-time_cast @@ -74,4 +73,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-time_cast-ut + system_allocator +) vcs_info(ydb-core-tx-time_cast-ut) diff --git a/ydb/core/tx/time_cast/ut/CMakeLists.linux-aarch64.txt b/ydb/core/tx/time_cast/ut/CMakeLists.linux-aarch64.txt index 5c99108fb15..9193473d1f5 100644 --- a/ydb/core/tx/time_cast/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/core/tx/time_cast/ut/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-core-tx-time_cast-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main core-tx-time_cast core-testlib-default @@ -77,4 +76,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-time_cast-ut + cpp-malloc-jemalloc +) vcs_info(ydb-core-tx-time_cast-ut) diff --git a/ydb/core/tx/time_cast/ut/CMakeLists.linux-x86_64.txt b/ydb/core/tx/time_cast/ut/CMakeLists.linux-x86_64.txt index 08897dcd77c..87fcf99ca4a 100644 --- a/ydb/core/tx/time_cast/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/core/tx/time_cast/ut/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-core-tx-time_cast-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main core-tx-time_cast @@ -79,4 +77,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-time_cast-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-tx-time_cast-ut) diff --git a/ydb/core/tx/time_cast/ut/CMakeLists.windows-x86_64.txt b/ydb/core/tx/time_cast/ut/CMakeLists.windows-x86_64.txt index df23e163e9b..f188fcc8f6f 100644 --- a/ydb/core/tx/time_cast/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/core/tx/time_cast/ut/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-time_cast-ut PRIVATE target_link_libraries(ydb-core-tx-time_cast-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-time_cast @@ -67,4 +66,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-time_cast-ut + system_allocator +) vcs_info(ydb-core-tx-time_cast-ut) diff --git a/ydb/core/tx/tx_allocator/ut/CMakeLists.darwin-x86_64.txt b/ydb/core/tx/tx_allocator/ut/CMakeLists.darwin-x86_64.txt index 061d4152095..39de8b58662 100644 --- a/ydb/core/tx/tx_allocator/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/tx/tx_allocator/ut/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-tx_allocator-ut PRIVATE target_link_libraries(ydb-core-tx-tx_allocator-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-tx_allocator @@ -77,4 +76,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-tx_allocator-ut + system_allocator +) vcs_info(ydb-core-tx-tx_allocator-ut) diff --git a/ydb/core/tx/tx_allocator/ut/CMakeLists.linux-aarch64.txt b/ydb/core/tx/tx_allocator/ut/CMakeLists.linux-aarch64.txt index f8ce4b62c4b..5f59430cc04 100644 --- a/ydb/core/tx/tx_allocator/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/core/tx/tx_allocator/ut/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-core-tx-tx_allocator-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main core-tx-tx_allocator cpp-testing-unittest @@ -80,4 +79,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-tx_allocator-ut + cpp-malloc-jemalloc +) vcs_info(ydb-core-tx-tx_allocator-ut) diff --git a/ydb/core/tx/tx_allocator/ut/CMakeLists.linux-x86_64.txt b/ydb/core/tx/tx_allocator/ut/CMakeLists.linux-x86_64.txt index 4fd8c274065..26453439db7 100644 --- a/ydb/core/tx/tx_allocator/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/core/tx/tx_allocator/ut/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-core-tx-tx_allocator-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main core-tx-tx_allocator @@ -82,4 +80,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-tx_allocator-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-tx-tx_allocator-ut) diff --git a/ydb/core/tx/tx_allocator/ut/CMakeLists.windows-x86_64.txt b/ydb/core/tx/tx_allocator/ut/CMakeLists.windows-x86_64.txt index 4d85ebc1898..e7626912192 100644 --- a/ydb/core/tx/tx_allocator/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/core/tx/tx_allocator/ut/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-tx_allocator-ut PRIVATE target_link_libraries(ydb-core-tx-tx_allocator-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-tx_allocator @@ -70,4 +69,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-tx_allocator-ut + system_allocator +) vcs_info(ydb-core-tx-tx_allocator-ut) diff --git a/ydb/core/tx/tx_allocator_client/ut/CMakeLists.darwin-x86_64.txt b/ydb/core/tx/tx_allocator_client/ut/CMakeLists.darwin-x86_64.txt index 8ba1708a70d..b7f2bdc5bd7 100644 --- a/ydb/core/tx/tx_allocator_client/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/tx/tx_allocator_client/ut/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-tx_allocator_client-ut PRIVATE target_link_libraries(ydb-core-tx-tx_allocator_client-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-tx_allocator_client @@ -77,4 +76,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-tx_allocator_client-ut + system_allocator +) vcs_info(ydb-core-tx-tx_allocator_client-ut) diff --git a/ydb/core/tx/tx_allocator_client/ut/CMakeLists.linux-aarch64.txt b/ydb/core/tx/tx_allocator_client/ut/CMakeLists.linux-aarch64.txt index b15769bc9dd..7d07dd295f1 100644 --- a/ydb/core/tx/tx_allocator_client/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/core/tx/tx_allocator_client/ut/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-core-tx-tx_allocator_client-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main core-tx-tx_allocator_client cpp-testing-unittest @@ -80,4 +79,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-tx_allocator_client-ut + cpp-malloc-jemalloc +) vcs_info(ydb-core-tx-tx_allocator_client-ut) diff --git a/ydb/core/tx/tx_allocator_client/ut/CMakeLists.linux-x86_64.txt b/ydb/core/tx/tx_allocator_client/ut/CMakeLists.linux-x86_64.txt index fabf0bf59e1..3d37c35895e 100644 --- a/ydb/core/tx/tx_allocator_client/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/core/tx/tx_allocator_client/ut/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-core-tx-tx_allocator_client-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main core-tx-tx_allocator_client @@ -82,4 +80,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-tx_allocator_client-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-tx-tx_allocator_client-ut) diff --git a/ydb/core/tx/tx_allocator_client/ut/CMakeLists.windows-x86_64.txt b/ydb/core/tx/tx_allocator_client/ut/CMakeLists.windows-x86_64.txt index d4568e7a209..e92d0283780 100644 --- a/ydb/core/tx/tx_allocator_client/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/core/tx/tx_allocator_client/ut/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-tx_allocator_client-ut PRIVATE target_link_libraries(ydb-core-tx-tx_allocator_client-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-tx_allocator_client @@ -70,4 +69,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-tx_allocator_client-ut + system_allocator +) vcs_info(ydb-core-tx-tx_allocator_client-ut) diff --git a/ydb/core/tx/tx_proxy/ut_base_tenant/CMakeLists.darwin-x86_64.txt b/ydb/core/tx/tx_proxy/ut_base_tenant/CMakeLists.darwin-x86_64.txt index 95ced21fb3c..3a69bcd0acf 100644 --- a/ydb/core/tx/tx_proxy/ut_base_tenant/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/tx/tx_proxy/ut_base_tenant/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-tx_proxy-ut_base_tenant PRIVATE target_link_libraries(ydb-core-tx-tx_proxy-ut_base_tenant PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-tx_proxy @@ -79,4 +78,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-tx_proxy-ut_base_tenant + system_allocator +) vcs_info(ydb-core-tx-tx_proxy-ut_base_tenant) diff --git a/ydb/core/tx/tx_proxy/ut_base_tenant/CMakeLists.linux-aarch64.txt b/ydb/core/tx/tx_proxy/ut_base_tenant/CMakeLists.linux-aarch64.txt index c4f4af2b6d5..92d6fb8a6b3 100644 --- a/ydb/core/tx/tx_proxy/ut_base_tenant/CMakeLists.linux-aarch64.txt +++ b/ydb/core/tx/tx_proxy/ut_base_tenant/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-core-tx-tx_proxy-ut_base_tenant PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main core-tx-tx_proxy library-cpp-getopt @@ -82,4 +81,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-tx_proxy-ut_base_tenant + cpp-malloc-jemalloc +) vcs_info(ydb-core-tx-tx_proxy-ut_base_tenant) diff --git a/ydb/core/tx/tx_proxy/ut_base_tenant/CMakeLists.linux-x86_64.txt b/ydb/core/tx/tx_proxy/ut_base_tenant/CMakeLists.linux-x86_64.txt index b3131ff95c1..f791d47190c 100644 --- a/ydb/core/tx/tx_proxy/ut_base_tenant/CMakeLists.linux-x86_64.txt +++ b/ydb/core/tx/tx_proxy/ut_base_tenant/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-core-tx-tx_proxy-ut_base_tenant PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main core-tx-tx_proxy @@ -84,4 +82,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-tx_proxy-ut_base_tenant + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-tx-tx_proxy-ut_base_tenant) diff --git a/ydb/core/tx/tx_proxy/ut_base_tenant/CMakeLists.windows-x86_64.txt b/ydb/core/tx/tx_proxy/ut_base_tenant/CMakeLists.windows-x86_64.txt index 19866e4e46f..2b013325b5c 100644 --- a/ydb/core/tx/tx_proxy/ut_base_tenant/CMakeLists.windows-x86_64.txt +++ b/ydb/core/tx/tx_proxy/ut_base_tenant/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-tx_proxy-ut_base_tenant PRIVATE target_link_libraries(ydb-core-tx-tx_proxy-ut_base_tenant PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-tx_proxy @@ -72,4 +71,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-tx_proxy-ut_base_tenant + system_allocator +) vcs_info(ydb-core-tx-tx_proxy-ut_base_tenant) diff --git a/ydb/core/tx/tx_proxy/ut_encrypted_storage/CMakeLists.darwin-x86_64.txt b/ydb/core/tx/tx_proxy/ut_encrypted_storage/CMakeLists.darwin-x86_64.txt index 1dbf90b05e7..b80a8a92a1f 100644 --- a/ydb/core/tx/tx_proxy/ut_encrypted_storage/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/tx/tx_proxy/ut_encrypted_storage/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-tx_proxy-ut_encrypted_storage PRIVATE target_link_libraries(ydb-core-tx-tx_proxy-ut_encrypted_storage PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-tx_proxy @@ -79,4 +78,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-tx_proxy-ut_encrypted_storage + system_allocator +) vcs_info(ydb-core-tx-tx_proxy-ut_encrypted_storage) diff --git a/ydb/core/tx/tx_proxy/ut_encrypted_storage/CMakeLists.linux-aarch64.txt b/ydb/core/tx/tx_proxy/ut_encrypted_storage/CMakeLists.linux-aarch64.txt index fbf8048a47f..6452eceee81 100644 --- a/ydb/core/tx/tx_proxy/ut_encrypted_storage/CMakeLists.linux-aarch64.txt +++ b/ydb/core/tx/tx_proxy/ut_encrypted_storage/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-core-tx-tx_proxy-ut_encrypted_storage PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main core-tx-tx_proxy library-cpp-getopt @@ -82,4 +81,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-tx_proxy-ut_encrypted_storage + cpp-malloc-jemalloc +) vcs_info(ydb-core-tx-tx_proxy-ut_encrypted_storage) diff --git a/ydb/core/tx/tx_proxy/ut_encrypted_storage/CMakeLists.linux-x86_64.txt b/ydb/core/tx/tx_proxy/ut_encrypted_storage/CMakeLists.linux-x86_64.txt index 93f30cd5d26..2d8ad642f0c 100644 --- a/ydb/core/tx/tx_proxy/ut_encrypted_storage/CMakeLists.linux-x86_64.txt +++ b/ydb/core/tx/tx_proxy/ut_encrypted_storage/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-core-tx-tx_proxy-ut_encrypted_storage PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main core-tx-tx_proxy @@ -84,4 +82,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-tx_proxy-ut_encrypted_storage + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-tx-tx_proxy-ut_encrypted_storage) diff --git a/ydb/core/tx/tx_proxy/ut_encrypted_storage/CMakeLists.windows-x86_64.txt b/ydb/core/tx/tx_proxy/ut_encrypted_storage/CMakeLists.windows-x86_64.txt index 41741afe967..53525cc960a 100644 --- a/ydb/core/tx/tx_proxy/ut_encrypted_storage/CMakeLists.windows-x86_64.txt +++ b/ydb/core/tx/tx_proxy/ut_encrypted_storage/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-tx_proxy-ut_encrypted_storage PRIVATE target_link_libraries(ydb-core-tx-tx_proxy-ut_encrypted_storage PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-tx_proxy @@ -72,4 +71,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-tx_proxy-ut_encrypted_storage + system_allocator +) vcs_info(ydb-core-tx-tx_proxy-ut_encrypted_storage) diff --git a/ydb/core/tx/tx_proxy/ut_ext_tenant/CMakeLists.darwin-x86_64.txt b/ydb/core/tx/tx_proxy/ut_ext_tenant/CMakeLists.darwin-x86_64.txt index bebdd0e2729..dd5c709211a 100644 --- a/ydb/core/tx/tx_proxy/ut_ext_tenant/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/tx/tx_proxy/ut_ext_tenant/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-tx_proxy-ut_ext_tenant PRIVATE target_link_libraries(ydb-core-tx-tx_proxy-ut_ext_tenant PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-tx_proxy @@ -79,4 +78,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-tx_proxy-ut_ext_tenant + system_allocator +) vcs_info(ydb-core-tx-tx_proxy-ut_ext_tenant) diff --git a/ydb/core/tx/tx_proxy/ut_ext_tenant/CMakeLists.linux-aarch64.txt b/ydb/core/tx/tx_proxy/ut_ext_tenant/CMakeLists.linux-aarch64.txt index cda450e3224..c78f697182a 100644 --- a/ydb/core/tx/tx_proxy/ut_ext_tenant/CMakeLists.linux-aarch64.txt +++ b/ydb/core/tx/tx_proxy/ut_ext_tenant/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-core-tx-tx_proxy-ut_ext_tenant PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main core-tx-tx_proxy library-cpp-getopt @@ -82,4 +81,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-tx_proxy-ut_ext_tenant + cpp-malloc-jemalloc +) vcs_info(ydb-core-tx-tx_proxy-ut_ext_tenant) diff --git a/ydb/core/tx/tx_proxy/ut_ext_tenant/CMakeLists.linux-x86_64.txt b/ydb/core/tx/tx_proxy/ut_ext_tenant/CMakeLists.linux-x86_64.txt index ed98c383808..c87569c4ecd 100644 --- a/ydb/core/tx/tx_proxy/ut_ext_tenant/CMakeLists.linux-x86_64.txt +++ b/ydb/core/tx/tx_proxy/ut_ext_tenant/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-core-tx-tx_proxy-ut_ext_tenant PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main core-tx-tx_proxy @@ -84,4 +82,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-tx_proxy-ut_ext_tenant + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-tx-tx_proxy-ut_ext_tenant) diff --git a/ydb/core/tx/tx_proxy/ut_ext_tenant/CMakeLists.windows-x86_64.txt b/ydb/core/tx/tx_proxy/ut_ext_tenant/CMakeLists.windows-x86_64.txt index b2c3bb0b470..c1dfda88251 100644 --- a/ydb/core/tx/tx_proxy/ut_ext_tenant/CMakeLists.windows-x86_64.txt +++ b/ydb/core/tx/tx_proxy/ut_ext_tenant/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-tx_proxy-ut_ext_tenant PRIVATE target_link_libraries(ydb-core-tx-tx_proxy-ut_ext_tenant PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-tx_proxy @@ -72,4 +71,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-tx_proxy-ut_ext_tenant + system_allocator +) vcs_info(ydb-core-tx-tx_proxy-ut_ext_tenant) diff --git a/ydb/core/tx/tx_proxy/ut_storage_tenant/CMakeLists.darwin-x86_64.txt b/ydb/core/tx/tx_proxy/ut_storage_tenant/CMakeLists.darwin-x86_64.txt index 99f3e4de1c3..10f1d6d52c2 100644 --- a/ydb/core/tx/tx_proxy/ut_storage_tenant/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/tx/tx_proxy/ut_storage_tenant/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-tx_proxy-ut_storage_tenant PRIVATE target_link_libraries(ydb-core-tx-tx_proxy-ut_storage_tenant PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-tx_proxy @@ -80,4 +79,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-tx_proxy-ut_storage_tenant + system_allocator +) vcs_info(ydb-core-tx-tx_proxy-ut_storage_tenant) diff --git a/ydb/core/tx/tx_proxy/ut_storage_tenant/CMakeLists.linux-aarch64.txt b/ydb/core/tx/tx_proxy/ut_storage_tenant/CMakeLists.linux-aarch64.txt index 7f140e330f2..52d6050d959 100644 --- a/ydb/core/tx/tx_proxy/ut_storage_tenant/CMakeLists.linux-aarch64.txt +++ b/ydb/core/tx/tx_proxy/ut_storage_tenant/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-core-tx-tx_proxy-ut_storage_tenant PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main core-tx-tx_proxy library-cpp-getopt @@ -83,4 +82,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-tx_proxy-ut_storage_tenant + cpp-malloc-jemalloc +) vcs_info(ydb-core-tx-tx_proxy-ut_storage_tenant) diff --git a/ydb/core/tx/tx_proxy/ut_storage_tenant/CMakeLists.linux-x86_64.txt b/ydb/core/tx/tx_proxy/ut_storage_tenant/CMakeLists.linux-x86_64.txt index 6added46c76..fa09bcf8879 100644 --- a/ydb/core/tx/tx_proxy/ut_storage_tenant/CMakeLists.linux-x86_64.txt +++ b/ydb/core/tx/tx_proxy/ut_storage_tenant/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-core-tx-tx_proxy-ut_storage_tenant PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main core-tx-tx_proxy @@ -85,4 +83,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-tx_proxy-ut_storage_tenant + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-tx-tx_proxy-ut_storage_tenant) diff --git a/ydb/core/tx/tx_proxy/ut_storage_tenant/CMakeLists.windows-x86_64.txt b/ydb/core/tx/tx_proxy/ut_storage_tenant/CMakeLists.windows-x86_64.txt index 2320e26486b..5dafcadd84a 100644 --- a/ydb/core/tx/tx_proxy/ut_storage_tenant/CMakeLists.windows-x86_64.txt +++ b/ydb/core/tx/tx_proxy/ut_storage_tenant/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-tx-tx_proxy-ut_storage_tenant PRIVATE target_link_libraries(ydb-core-tx-tx_proxy-ut_storage_tenant PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-tx-tx_proxy @@ -73,4 +72,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-tx-tx_proxy-ut_storage_tenant + system_allocator +) vcs_info(ydb-core-tx-tx_proxy-ut_storage_tenant) diff --git a/ydb/core/util/btree_benchmark/CMakeLists.darwin-x86_64.txt b/ydb/core/util/btree_benchmark/CMakeLists.darwin-x86_64.txt index ec0163c4fcc..32796e4d181 100644 --- a/ydb/core/util/btree_benchmark/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/util/btree_benchmark/CMakeLists.darwin-x86_64.txt @@ -11,7 +11,6 @@ add_executable(btree_benchmark) target_link_libraries(btree_benchmark PUBLIC contrib-libs-cxxsupp yutil - library-cpp-lfalloc library-cpp-cpuid_check testing-benchmark-main cpp-threading-skip_list @@ -27,4 +26,7 @@ target_link_options(btree_benchmark PRIVATE target_sources(btree_benchmark PRIVATE ${CMAKE_SOURCE_DIR}/ydb/core/util/btree_benchmark/main.cpp ) +target_allocator(btree_benchmark + library-cpp-lfalloc +) vcs_info(btree_benchmark) diff --git a/ydb/core/util/btree_benchmark/CMakeLists.linux-aarch64.txt b/ydb/core/util/btree_benchmark/CMakeLists.linux-aarch64.txt index de907b83770..85d4487f73c 100644 --- a/ydb/core/util/btree_benchmark/CMakeLists.linux-aarch64.txt +++ b/ydb/core/util/btree_benchmark/CMakeLists.linux-aarch64.txt @@ -12,7 +12,6 @@ target_link_libraries(btree_benchmark PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - library-cpp-lfalloc testing-benchmark-main cpp-threading-skip_list ydb-core-util @@ -30,4 +29,7 @@ target_link_options(btree_benchmark PRIVATE target_sources(btree_benchmark PRIVATE ${CMAKE_SOURCE_DIR}/ydb/core/util/btree_benchmark/main.cpp ) +target_allocator(btree_benchmark + library-cpp-lfalloc +) vcs_info(btree_benchmark) diff --git a/ydb/core/util/btree_benchmark/CMakeLists.linux-x86_64.txt b/ydb/core/util/btree_benchmark/CMakeLists.linux-x86_64.txt index 95fda6e9ab6..d54bd142739 100644 --- a/ydb/core/util/btree_benchmark/CMakeLists.linux-x86_64.txt +++ b/ydb/core/util/btree_benchmark/CMakeLists.linux-x86_64.txt @@ -12,7 +12,6 @@ target_link_libraries(btree_benchmark PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - library-cpp-lfalloc library-cpp-cpuid_check testing-benchmark-main cpp-threading-skip_list @@ -31,4 +30,7 @@ target_link_options(btree_benchmark PRIVATE target_sources(btree_benchmark PRIVATE ${CMAKE_SOURCE_DIR}/ydb/core/util/btree_benchmark/main.cpp ) +target_allocator(btree_benchmark + library-cpp-lfalloc +) vcs_info(btree_benchmark) diff --git a/ydb/core/util/btree_benchmark/CMakeLists.windows-x86_64.txt b/ydb/core/util/btree_benchmark/CMakeLists.windows-x86_64.txt index 16d68b6a5bb..69d2268523d 100644 --- a/ydb/core/util/btree_benchmark/CMakeLists.windows-x86_64.txt +++ b/ydb/core/util/btree_benchmark/CMakeLists.windows-x86_64.txt @@ -11,7 +11,6 @@ add_executable(btree_benchmark) target_link_libraries(btree_benchmark PUBLIC contrib-libs-cxxsupp yutil - library-cpp-lfalloc library-cpp-cpuid_check testing-benchmark-main cpp-threading-skip_list @@ -20,4 +19,7 @@ target_link_libraries(btree_benchmark PUBLIC target_sources(btree_benchmark PRIVATE ${CMAKE_SOURCE_DIR}/ydb/core/util/btree_benchmark/main.cpp ) +target_allocator(btree_benchmark + library-cpp-lfalloc +) vcs_info(btree_benchmark) diff --git a/ydb/core/util/ut/CMakeLists.darwin-x86_64.txt b/ydb/core/util/ut/CMakeLists.darwin-x86_64.txt index 3e281f429dc..6bd513ff2d9 100644 --- a/ydb/core/util/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/util/ut/CMakeLists.darwin-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-core-util-ut PRIVATE target_link_libraries(ydb-core-util-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-util @@ -100,4 +99,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-util-ut + system_allocator +) vcs_info(ydb-core-util-ut) diff --git a/ydb/core/util/ut/CMakeLists.linux-aarch64.txt b/ydb/core/util/ut/CMakeLists.linux-aarch64.txt index 9ba545379ba..0ef26e5ac78 100644 --- a/ydb/core/util/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/core/util/ut/CMakeLists.linux-aarch64.txt @@ -15,7 +15,6 @@ target_link_libraries(ydb-core-util-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main ydb-core-util library-cpp-getopt @@ -103,4 +102,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-util-ut + cpp-malloc-jemalloc +) vcs_info(ydb-core-util-ut) diff --git a/ydb/core/util/ut/CMakeLists.linux-x86_64.txt b/ydb/core/util/ut/CMakeLists.linux-x86_64.txt index 842c735662b..b9fe35abc05 100644 --- a/ydb/core/util/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/core/util/ut/CMakeLists.linux-x86_64.txt @@ -15,8 +15,6 @@ target_link_libraries(ydb-core-util-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-util @@ -105,4 +103,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-util-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-util-ut) diff --git a/ydb/core/util/ut/CMakeLists.windows-x86_64.txt b/ydb/core/util/ut/CMakeLists.windows-x86_64.txt index 208888df258..0cf0e8298d4 100644 --- a/ydb/core/util/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/core/util/ut/CMakeLists.windows-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-core-util-ut PRIVATE target_link_libraries(ydb-core-util-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-util @@ -93,4 +92,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-util-ut + system_allocator +) vcs_info(ydb-core-util-ut) diff --git a/ydb/core/viewer/ut/CMakeLists.darwin-x86_64.txt b/ydb/core/viewer/ut/CMakeLists.darwin-x86_64.txt index 514cc6b5e08..af1da2c045e 100644 --- a/ydb/core/viewer/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/viewer/ut/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-viewer-ut PRIVATE target_link_libraries(ydb-core-viewer-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-viewer @@ -73,4 +72,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-viewer-ut + system_allocator +) vcs_info(ydb-core-viewer-ut) diff --git a/ydb/core/viewer/ut/CMakeLists.linux-aarch64.txt b/ydb/core/viewer/ut/CMakeLists.linux-aarch64.txt index 7ec1dede24a..eba7834f969 100644 --- a/ydb/core/viewer/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/core/viewer/ut/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-core-viewer-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main ydb-core-viewer core-testlib-default @@ -76,4 +75,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-viewer-ut + cpp-malloc-jemalloc +) vcs_info(ydb-core-viewer-ut) diff --git a/ydb/core/viewer/ut/CMakeLists.linux-x86_64.txt b/ydb/core/viewer/ut/CMakeLists.linux-x86_64.txt index 1f7a5e6cc2e..5303204d4f0 100644 --- a/ydb/core/viewer/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/core/viewer/ut/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-core-viewer-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-viewer @@ -78,4 +76,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-viewer-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-viewer-ut) diff --git a/ydb/core/viewer/ut/CMakeLists.windows-x86_64.txt b/ydb/core/viewer/ut/CMakeLists.windows-x86_64.txt index edcfbdb6b7d..57213c4074a 100644 --- a/ydb/core/viewer/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/core/viewer/ut/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-viewer-ut PRIVATE target_link_libraries(ydb-core-viewer-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-viewer @@ -66,4 +65,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-core-viewer-ut + system_allocator +) vcs_info(ydb-core-viewer-ut) diff --git a/ydb/core/wrappers/ut/CMakeLists.darwin-x86_64.txt b/ydb/core/wrappers/ut/CMakeLists.darwin-x86_64.txt index 44254dd5a1d..295153cb15e 100644 --- a/ydb/core/wrappers/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/wrappers/ut/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-wrappers-ut PRIVATE target_link_libraries(ydb-core-wrappers-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-wrappers @@ -71,4 +70,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-wrappers-ut + system_allocator +) vcs_info(ydb-core-wrappers-ut) diff --git a/ydb/core/wrappers/ut/CMakeLists.linux-aarch64.txt b/ydb/core/wrappers/ut/CMakeLists.linux-aarch64.txt index af476b29a2d..2adf8f32351 100644 --- a/ydb/core/wrappers/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/core/wrappers/ut/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-core-wrappers-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main ydb-core-wrappers cpp-actors-core @@ -74,4 +73,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-wrappers-ut + cpp-malloc-jemalloc +) vcs_info(ydb-core-wrappers-ut) diff --git a/ydb/core/wrappers/ut/CMakeLists.linux-x86_64.txt b/ydb/core/wrappers/ut/CMakeLists.linux-x86_64.txt index d630385828a..2b185a73eb4 100644 --- a/ydb/core/wrappers/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/core/wrappers/ut/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-core-wrappers-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-wrappers @@ -76,4 +74,8 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-wrappers-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-wrappers-ut) diff --git a/ydb/core/wrappers/ut/CMakeLists.windows-x86_64.txt b/ydb/core/wrappers/ut/CMakeLists.windows-x86_64.txt index 064d1cc9d71..62d7c9b3a9c 100644 --- a/ydb/core/wrappers/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/core/wrappers/ut/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-core-wrappers-ut PRIVATE target_link_libraries(ydb-core-wrappers-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-wrappers @@ -55,4 +54,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-wrappers-ut + system_allocator +) vcs_info(ydb-core-wrappers-ut) diff --git a/ydb/core/ydb_convert/ut/CMakeLists.darwin-x86_64.txt b/ydb/core/ydb_convert/ut/CMakeLists.darwin-x86_64.txt index ffce5b6d30d..f555033f702 100644 --- a/ydb/core/ydb_convert/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/ydb_convert/ut/CMakeLists.darwin-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-core-ydb_convert-ut PRIVATE target_link_libraries(ydb-core-ydb_convert-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-ydb_convert @@ -66,4 +65,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-ydb_convert-ut + system_allocator +) vcs_info(ydb-core-ydb_convert-ut) diff --git a/ydb/core/ydb_convert/ut/CMakeLists.linux-aarch64.txt b/ydb/core/ydb_convert/ut/CMakeLists.linux-aarch64.txt index c42e0a361e0..41329355c02 100644 --- a/ydb/core/ydb_convert/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/core/ydb_convert/ut/CMakeLists.linux-aarch64.txt @@ -15,7 +15,6 @@ target_link_libraries(ydb-core-ydb_convert-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main ydb-core-ydb_convert cpp-testing-unittest @@ -69,4 +68,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-ydb_convert-ut + cpp-malloc-jemalloc +) vcs_info(ydb-core-ydb_convert-ut) diff --git a/ydb/core/ydb_convert/ut/CMakeLists.linux-x86_64.txt b/ydb/core/ydb_convert/ut/CMakeLists.linux-x86_64.txt index 1c49b0706c6..ae8f89f9058 100644 --- a/ydb/core/ydb_convert/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/core/ydb_convert/ut/CMakeLists.linux-x86_64.txt @@ -15,8 +15,6 @@ target_link_libraries(ydb-core-ydb_convert-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-ydb_convert @@ -71,4 +69,8 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-ydb_convert-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-ydb_convert-ut) diff --git a/ydb/core/ydb_convert/ut/CMakeLists.windows-x86_64.txt b/ydb/core/ydb_convert/ut/CMakeLists.windows-x86_64.txt index 33fc3aabaa4..4737a057f11 100644 --- a/ydb/core/ydb_convert/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/core/ydb_convert/ut/CMakeLists.windows-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-core-ydb_convert-ut PRIVATE target_link_libraries(ydb-core-ydb_convert-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-ydb_convert @@ -59,4 +58,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-ydb_convert-ut + system_allocator +) vcs_info(ydb-core-ydb_convert-ut) diff --git a/ydb/core/ymq/actor/ut/CMakeLists.darwin-x86_64.txt b/ydb/core/ymq/actor/ut/CMakeLists.darwin-x86_64.txt index 75861640062..28a755ddc05 100644 --- a/ydb/core/ymq/actor/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/ymq/actor/ut/CMakeLists.darwin-x86_64.txt @@ -14,7 +14,6 @@ target_compile_options(ydb-core-ymq-actor-ut PRIVATE target_link_libraries(ydb-core-ymq-actor-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main contrib-libs-yaml-cpp @@ -71,4 +70,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-ymq-actor-ut + system_allocator +) vcs_info(ydb-core-ymq-actor-ut) diff --git a/ydb/core/ymq/actor/ut/CMakeLists.linux-aarch64.txt b/ydb/core/ymq/actor/ut/CMakeLists.linux-aarch64.txt index 0270f5942bc..37acb96ee36 100644 --- a/ydb/core/ymq/actor/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/core/ymq/actor/ut/CMakeLists.linux-aarch64.txt @@ -15,7 +15,6 @@ target_link_libraries(ydb-core-ymq-actor-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main contrib-libs-yaml-cpp core-mind-address_classification @@ -74,4 +73,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-ymq-actor-ut + cpp-malloc-jemalloc +) vcs_info(ydb-core-ymq-actor-ut) diff --git a/ydb/core/ymq/actor/ut/CMakeLists.linux-x86_64.txt b/ydb/core/ymq/actor/ut/CMakeLists.linux-x86_64.txt index e0561f49ac1..34b58c8220f 100644 --- a/ydb/core/ymq/actor/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/core/ymq/actor/ut/CMakeLists.linux-x86_64.txt @@ -15,8 +15,6 @@ target_link_libraries(ydb-core-ymq-actor-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main contrib-libs-yaml-cpp @@ -76,4 +74,8 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-ymq-actor-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-ymq-actor-ut) diff --git a/ydb/core/ymq/actor/ut/CMakeLists.windows-x86_64.txt b/ydb/core/ymq/actor/ut/CMakeLists.windows-x86_64.txt index cfab9e591ed..d615cb56e72 100644 --- a/ydb/core/ymq/actor/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/core/ymq/actor/ut/CMakeLists.windows-x86_64.txt @@ -14,7 +14,6 @@ target_compile_options(ydb-core-ymq-actor-ut PRIVATE target_link_libraries(ydb-core-ymq-actor-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main contrib-libs-yaml-cpp @@ -64,4 +63,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-ymq-actor-ut + system_allocator +) vcs_info(ydb-core-ymq-actor-ut) diff --git a/ydb/core/ymq/actor/yc_search_ut/CMakeLists.darwin-x86_64.txt b/ydb/core/ymq/actor/yc_search_ut/CMakeLists.darwin-x86_64.txt index ceba771562b..a63cf5f38b5 100644 --- a/ydb/core/ymq/actor/yc_search_ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/ymq/actor/yc_search_ut/CMakeLists.darwin-x86_64.txt @@ -14,7 +14,6 @@ target_compile_options(ydb-core-ymq-actor-yc_search_ut PRIVATE target_link_libraries(ydb-core-ymq-actor-yc_search_ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-testlib-default @@ -71,4 +70,7 @@ set_yunittest_property( TIMEOUT 300 ) +target_allocator(ydb-core-ymq-actor-yc_search_ut + system_allocator +) vcs_info(ydb-core-ymq-actor-yc_search_ut) diff --git a/ydb/core/ymq/actor/yc_search_ut/CMakeLists.linux-aarch64.txt b/ydb/core/ymq/actor/yc_search_ut/CMakeLists.linux-aarch64.txt index d29631373f7..4a78e903cd3 100644 --- a/ydb/core/ymq/actor/yc_search_ut/CMakeLists.linux-aarch64.txt +++ b/ydb/core/ymq/actor/yc_search_ut/CMakeLists.linux-aarch64.txt @@ -15,7 +15,6 @@ target_link_libraries(ydb-core-ymq-actor-yc_search_ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main core-testlib-default core-ymq-actor @@ -74,4 +73,7 @@ set_yunittest_property( TIMEOUT 300 ) +target_allocator(ydb-core-ymq-actor-yc_search_ut + cpp-malloc-jemalloc +) vcs_info(ydb-core-ymq-actor-yc_search_ut) diff --git a/ydb/core/ymq/actor/yc_search_ut/CMakeLists.linux-x86_64.txt b/ydb/core/ymq/actor/yc_search_ut/CMakeLists.linux-x86_64.txt index 62aa881caf6..c1a30c4bffe 100644 --- a/ydb/core/ymq/actor/yc_search_ut/CMakeLists.linux-x86_64.txt +++ b/ydb/core/ymq/actor/yc_search_ut/CMakeLists.linux-x86_64.txt @@ -15,8 +15,6 @@ target_link_libraries(ydb-core-ymq-actor-yc_search_ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main core-testlib-default @@ -76,4 +74,8 @@ set_yunittest_property( TIMEOUT 300 ) +target_allocator(ydb-core-ymq-actor-yc_search_ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-ymq-actor-yc_search_ut) diff --git a/ydb/core/ymq/actor/yc_search_ut/CMakeLists.windows-x86_64.txt b/ydb/core/ymq/actor/yc_search_ut/CMakeLists.windows-x86_64.txt index 32de0994fef..208c4d89fa7 100644 --- a/ydb/core/ymq/actor/yc_search_ut/CMakeLists.windows-x86_64.txt +++ b/ydb/core/ymq/actor/yc_search_ut/CMakeLists.windows-x86_64.txt @@ -14,7 +14,6 @@ target_compile_options(ydb-core-ymq-actor-yc_search_ut PRIVATE target_link_libraries(ydb-core-ymq-actor-yc_search_ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-testlib-default @@ -64,4 +63,7 @@ set_yunittest_property( TIMEOUT 300 ) +target_allocator(ydb-core-ymq-actor-yc_search_ut + system_allocator +) vcs_info(ydb-core-ymq-actor-yc_search_ut) diff --git a/ydb/core/ymq/base/ut/CMakeLists.darwin-x86_64.txt b/ydb/core/ymq/base/ut/CMakeLists.darwin-x86_64.txt index af35b84ddd5..908dcf9d0e7 100644 --- a/ydb/core/ymq/base/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/ymq/base/ut/CMakeLists.darwin-x86_64.txt @@ -11,7 +11,6 @@ add_executable(ydb-core-ymq-base-ut) target_link_libraries(ydb-core-ymq-base-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-base @@ -65,4 +64,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-ymq-base-ut + system_allocator +) vcs_info(ydb-core-ymq-base-ut) diff --git a/ydb/core/ymq/base/ut/CMakeLists.linux-aarch64.txt b/ydb/core/ymq/base/ut/CMakeLists.linux-aarch64.txt index ff88379a808..3cfaba190fc 100644 --- a/ydb/core/ymq/base/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/core/ymq/base/ut/CMakeLists.linux-aarch64.txt @@ -12,7 +12,6 @@ target_link_libraries(ydb-core-ymq-base-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main ydb-core-base core-ymq-base @@ -68,4 +67,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-ymq-base-ut + cpp-malloc-jemalloc +) vcs_info(ydb-core-ymq-base-ut) diff --git a/ydb/core/ymq/base/ut/CMakeLists.linux-x86_64.txt b/ydb/core/ymq/base/ut/CMakeLists.linux-x86_64.txt index eb29e3f22b1..6d5983633fb 100644 --- a/ydb/core/ymq/base/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/core/ymq/base/ut/CMakeLists.linux-x86_64.txt @@ -12,8 +12,6 @@ target_link_libraries(ydb-core-ymq-base-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-base @@ -70,4 +68,8 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-ymq-base-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-ymq-base-ut) diff --git a/ydb/core/ymq/base/ut/CMakeLists.windows-x86_64.txt b/ydb/core/ymq/base/ut/CMakeLists.windows-x86_64.txt index 9192c401f67..fe10fdab8ea 100644 --- a/ydb/core/ymq/base/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/core/ymq/base/ut/CMakeLists.windows-x86_64.txt @@ -11,7 +11,6 @@ add_executable(ydb-core-ymq-base-ut) target_link_libraries(ydb-core-ymq-base-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-core-base @@ -58,4 +57,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-ymq-base-ut + system_allocator +) vcs_info(ydb-core-ymq-base-ut) diff --git a/ydb/core/ymq/client/bin/CMakeLists.darwin-x86_64.txt b/ydb/core/ymq/client/bin/CMakeLists.darwin-x86_64.txt index 1be3f35de86..a2810b4b2f9 100644 --- a/ydb/core/ymq/client/bin/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/ymq/client/bin/CMakeLists.darwin-x86_64.txt @@ -11,7 +11,6 @@ add_executable(sqs) target_link_libraries(sqs PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check library-cpp-getopt ymq-client-cpp @@ -27,4 +26,7 @@ target_link_options(sqs PRIVATE target_sources(sqs PRIVATE ${CMAKE_SOURCE_DIR}/ydb/core/ymq/client/bin/main.cpp ) +target_allocator(sqs + system_allocator +) vcs_info(sqs) diff --git a/ydb/core/ymq/client/bin/CMakeLists.linux-aarch64.txt b/ydb/core/ymq/client/bin/CMakeLists.linux-aarch64.txt index 96dfcbe9792..02904ecbfba 100644 --- a/ydb/core/ymq/client/bin/CMakeLists.linux-aarch64.txt +++ b/ydb/core/ymq/client/bin/CMakeLists.linux-aarch64.txt @@ -12,7 +12,6 @@ target_link_libraries(sqs PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc library-cpp-getopt ymq-client-cpp core-ymq-proto @@ -30,4 +29,7 @@ target_link_options(sqs PRIVATE target_sources(sqs PRIVATE ${CMAKE_SOURCE_DIR}/ydb/core/ymq/client/bin/main.cpp ) +target_allocator(sqs + cpp-malloc-jemalloc +) vcs_info(sqs) diff --git a/ydb/core/ymq/client/bin/CMakeLists.linux-x86_64.txt b/ydb/core/ymq/client/bin/CMakeLists.linux-x86_64.txt index 33245d1cde7..768a4762861 100644 --- a/ydb/core/ymq/client/bin/CMakeLists.linux-x86_64.txt +++ b/ydb/core/ymq/client/bin/CMakeLists.linux-x86_64.txt @@ -12,8 +12,6 @@ target_link_libraries(sqs PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check library-cpp-getopt ymq-client-cpp @@ -32,4 +30,8 @@ target_link_options(sqs PRIVATE target_sources(sqs PRIVATE ${CMAKE_SOURCE_DIR}/ydb/core/ymq/client/bin/main.cpp ) +target_allocator(sqs + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(sqs) diff --git a/ydb/core/ymq/client/bin/CMakeLists.windows-x86_64.txt b/ydb/core/ymq/client/bin/CMakeLists.windows-x86_64.txt index 1fe27121f01..974d0537da9 100644 --- a/ydb/core/ymq/client/bin/CMakeLists.windows-x86_64.txt +++ b/ydb/core/ymq/client/bin/CMakeLists.windows-x86_64.txt @@ -11,7 +11,6 @@ add_executable(sqs) target_link_libraries(sqs PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check library-cpp-getopt ymq-client-cpp @@ -20,4 +19,7 @@ target_link_libraries(sqs PUBLIC target_sources(sqs PRIVATE ${CMAKE_SOURCE_DIR}/ydb/core/ymq/client/bin/main.cpp ) +target_allocator(sqs + system_allocator +) vcs_info(sqs) diff --git a/ydb/core/ymq/http/ut/CMakeLists.darwin-x86_64.txt b/ydb/core/ymq/http/ut/CMakeLists.darwin-x86_64.txt index c62ca170655..091729761e9 100644 --- a/ydb/core/ymq/http/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/ymq/http/ut/CMakeLists.darwin-x86_64.txt @@ -11,7 +11,6 @@ add_executable(ydb-core-ymq-http-ut) target_link_libraries(ydb-core-ymq-http-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-ymq-http @@ -59,4 +58,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-ymq-http-ut + system_allocator +) vcs_info(ydb-core-ymq-http-ut) diff --git a/ydb/core/ymq/http/ut/CMakeLists.linux-aarch64.txt b/ydb/core/ymq/http/ut/CMakeLists.linux-aarch64.txt index 8d078e73550..62b39a17990 100644 --- a/ydb/core/ymq/http/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/core/ymq/http/ut/CMakeLists.linux-aarch64.txt @@ -12,7 +12,6 @@ target_link_libraries(ydb-core-ymq-http-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main core-ymq-http ) @@ -62,4 +61,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-ymq-http-ut + cpp-malloc-jemalloc +) vcs_info(ydb-core-ymq-http-ut) diff --git a/ydb/core/ymq/http/ut/CMakeLists.linux-x86_64.txt b/ydb/core/ymq/http/ut/CMakeLists.linux-x86_64.txt index 87b72da6cc8..b8f1b7de4f1 100644 --- a/ydb/core/ymq/http/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/core/ymq/http/ut/CMakeLists.linux-x86_64.txt @@ -12,8 +12,6 @@ target_link_libraries(ydb-core-ymq-http-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main core-ymq-http @@ -64,4 +62,8 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-ymq-http-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-ymq-http-ut) diff --git a/ydb/core/ymq/http/ut/CMakeLists.windows-x86_64.txt b/ydb/core/ymq/http/ut/CMakeLists.windows-x86_64.txt index 70fcf0f5fa5..3eee2159672 100644 --- a/ydb/core/ymq/http/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/core/ymq/http/ut/CMakeLists.windows-x86_64.txt @@ -11,7 +11,6 @@ add_executable(ydb-core-ymq-http-ut) target_link_libraries(ydb-core-ymq-http-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-ymq-http @@ -52,4 +51,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-ymq-http-ut + system_allocator +) vcs_info(ydb-core-ymq-http-ut) diff --git a/ydb/core/ymq/ut/CMakeLists.darwin-x86_64.txt b/ydb/core/ymq/ut/CMakeLists.darwin-x86_64.txt index bf62b077c69..e7a7312d98b 100644 --- a/ydb/core/ymq/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/ymq/ut/CMakeLists.darwin-x86_64.txt @@ -11,7 +11,6 @@ add_executable(ydb-core-ymq-ut) target_link_libraries(ydb-core-ymq-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-ymq-base @@ -62,4 +61,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-ymq-ut + system_allocator +) vcs_info(ydb-core-ymq-ut) diff --git a/ydb/core/ymq/ut/CMakeLists.linux-aarch64.txt b/ydb/core/ymq/ut/CMakeLists.linux-aarch64.txt index bc1ca8ef2bd..ceabdc60c0d 100644 --- a/ydb/core/ymq/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/core/ymq/ut/CMakeLists.linux-aarch64.txt @@ -12,7 +12,6 @@ target_link_libraries(ydb-core-ymq-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main core-ymq-base core-ymq-http @@ -65,4 +64,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-ymq-ut + cpp-malloc-jemalloc +) vcs_info(ydb-core-ymq-ut) diff --git a/ydb/core/ymq/ut/CMakeLists.linux-x86_64.txt b/ydb/core/ymq/ut/CMakeLists.linux-x86_64.txt index 9de2776b61f..ba9ee6edfe2 100644 --- a/ydb/core/ymq/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/core/ymq/ut/CMakeLists.linux-x86_64.txt @@ -12,8 +12,6 @@ target_link_libraries(ydb-core-ymq-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main core-ymq-base @@ -67,4 +65,8 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-ymq-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-core-ymq-ut) diff --git a/ydb/core/ymq/ut/CMakeLists.windows-x86_64.txt b/ydb/core/ymq/ut/CMakeLists.windows-x86_64.txt index bf5a12fc0e8..42d157be7f5 100644 --- a/ydb/core/ymq/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/core/ymq/ut/CMakeLists.windows-x86_64.txt @@ -11,7 +11,6 @@ add_executable(ydb-core-ymq-ut) target_link_libraries(ydb-core-ymq-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main core-ymq-base @@ -55,4 +54,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-core-ymq-ut + system_allocator +) vcs_info(ydb-core-ymq-ut) diff --git a/ydb/library/aclib/ut/CMakeLists.darwin-x86_64.txt b/ydb/library/aclib/ut/CMakeLists.darwin-x86_64.txt index 45517164e57..855e04c0cfc 100644 --- a/ydb/library/aclib/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/library/aclib/ut/CMakeLists.darwin-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-library-aclib-ut PRIVATE target_link_libraries(ydb-library-aclib-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-library-aclib @@ -60,4 +59,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-library-aclib-ut + system_allocator +) vcs_info(ydb-library-aclib-ut) diff --git a/ydb/library/aclib/ut/CMakeLists.linux-aarch64.txt b/ydb/library/aclib/ut/CMakeLists.linux-aarch64.txt index ece88cae4d2..922aea54e61 100644 --- a/ydb/library/aclib/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/library/aclib/ut/CMakeLists.linux-aarch64.txt @@ -15,7 +15,6 @@ target_link_libraries(ydb-library-aclib-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main ydb-library-aclib ) @@ -65,4 +64,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-library-aclib-ut + cpp-malloc-jemalloc +) vcs_info(ydb-library-aclib-ut) diff --git a/ydb/library/aclib/ut/CMakeLists.linux-x86_64.txt b/ydb/library/aclib/ut/CMakeLists.linux-x86_64.txt index cdcc7c5282d..8f4c41ddf71 100644 --- a/ydb/library/aclib/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/library/aclib/ut/CMakeLists.linux-x86_64.txt @@ -15,8 +15,6 @@ target_link_libraries(ydb-library-aclib-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main ydb-library-aclib @@ -67,4 +65,8 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-library-aclib-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-library-aclib-ut) diff --git a/ydb/library/aclib/ut/CMakeLists.windows-x86_64.txt b/ydb/library/aclib/ut/CMakeLists.windows-x86_64.txt index 1d8496c8cd0..bdb59fb4acd 100644 --- a/ydb/library/aclib/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/library/aclib/ut/CMakeLists.windows-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-library-aclib-ut PRIVATE target_link_libraries(ydb-library-aclib-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-library-aclib @@ -55,4 +54,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-library-aclib-ut + system_allocator +) vcs_info(ydb-library-aclib-ut) diff --git a/ydb/library/arrow_clickhouse/ut/CMakeLists.darwin-x86_64.txt b/ydb/library/arrow_clickhouse/ut/CMakeLists.darwin-x86_64.txt index b339d4e01c7..cfb1e2eea01 100644 --- a/ydb/library/arrow_clickhouse/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/library/arrow_clickhouse/ut/CMakeLists.darwin-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-library-arrow_clickhouse-ut PRIVATE target_link_libraries(ydb-library-arrow_clickhouse-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-library-arrow_clickhouse @@ -67,4 +66,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-library-arrow_clickhouse-ut + system_allocator +) vcs_info(ydb-library-arrow_clickhouse-ut) diff --git a/ydb/library/arrow_clickhouse/ut/CMakeLists.linux-aarch64.txt b/ydb/library/arrow_clickhouse/ut/CMakeLists.linux-aarch64.txt index 50106b84778..49d7f4cbb31 100644 --- a/ydb/library/arrow_clickhouse/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/library/arrow_clickhouse/ut/CMakeLists.linux-aarch64.txt @@ -15,7 +15,6 @@ target_link_libraries(ydb-library-arrow_clickhouse-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main ydb-library-arrow_clickhouse ) @@ -72,4 +71,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-library-arrow_clickhouse-ut + cpp-malloc-jemalloc +) vcs_info(ydb-library-arrow_clickhouse-ut) diff --git a/ydb/library/arrow_clickhouse/ut/CMakeLists.linux-x86_64.txt b/ydb/library/arrow_clickhouse/ut/CMakeLists.linux-x86_64.txt index 1bf619469a5..649807cc79e 100644 --- a/ydb/library/arrow_clickhouse/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/library/arrow_clickhouse/ut/CMakeLists.linux-x86_64.txt @@ -15,8 +15,6 @@ target_link_libraries(ydb-library-arrow_clickhouse-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main ydb-library-arrow_clickhouse @@ -74,4 +72,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-library-arrow_clickhouse-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-library-arrow_clickhouse-ut) diff --git a/ydb/library/arrow_clickhouse/ut/CMakeLists.windows-x86_64.txt b/ydb/library/arrow_clickhouse/ut/CMakeLists.windows-x86_64.txt index deb6e0f24d5..3fd6d7c54b9 100644 --- a/ydb/library/arrow_clickhouse/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/library/arrow_clickhouse/ut/CMakeLists.windows-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-library-arrow_clickhouse-ut PRIVATE target_link_libraries(ydb-library-arrow_clickhouse-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-library-arrow_clickhouse @@ -62,4 +61,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-library-arrow_clickhouse-ut + system_allocator +) vcs_info(ydb-library-arrow_clickhouse-ut) diff --git a/ydb/library/arrow_kernels/ut/CMakeLists.darwin-x86_64.txt b/ydb/library/arrow_kernels/ut/CMakeLists.darwin-x86_64.txt index 7cc57d764c8..a59fd98c21d 100644 --- a/ydb/library/arrow_kernels/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/library/arrow_kernels/ut/CMakeLists.darwin-x86_64.txt @@ -18,7 +18,6 @@ target_include_directories(ydb-library-arrow_kernels-ut PRIVATE target_link_libraries(ydb-library-arrow_kernels-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-library-arrow_kernels @@ -75,4 +74,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-library-arrow_kernels-ut + system_allocator +) vcs_info(ydb-library-arrow_kernels-ut) diff --git a/ydb/library/arrow_kernels/ut/CMakeLists.linux-aarch64.txt b/ydb/library/arrow_kernels/ut/CMakeLists.linux-aarch64.txt index 6980e984077..3d63e1b8de5 100644 --- a/ydb/library/arrow_kernels/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/library/arrow_kernels/ut/CMakeLists.linux-aarch64.txt @@ -19,7 +19,6 @@ target_link_libraries(ydb-library-arrow_kernels-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main ydb-library-arrow_kernels libs-apache-arrow @@ -80,4 +79,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-library-arrow_kernels-ut + cpp-malloc-jemalloc +) vcs_info(ydb-library-arrow_kernels-ut) diff --git a/ydb/library/arrow_kernels/ut/CMakeLists.linux-x86_64.txt b/ydb/library/arrow_kernels/ut/CMakeLists.linux-x86_64.txt index c789f051e22..021182fcd9e 100644 --- a/ydb/library/arrow_kernels/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/library/arrow_kernels/ut/CMakeLists.linux-x86_64.txt @@ -19,8 +19,6 @@ target_link_libraries(ydb-library-arrow_kernels-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main ydb-library-arrow_kernels @@ -82,4 +80,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-library-arrow_kernels-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-library-arrow_kernels-ut) diff --git a/ydb/library/arrow_kernels/ut/CMakeLists.windows-x86_64.txt b/ydb/library/arrow_kernels/ut/CMakeLists.windows-x86_64.txt index 3a8ad7a9083..04dce8099b8 100644 --- a/ydb/library/arrow_kernels/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/library/arrow_kernels/ut/CMakeLists.windows-x86_64.txt @@ -18,7 +18,6 @@ target_include_directories(ydb-library-arrow_kernels-ut PRIVATE target_link_libraries(ydb-library-arrow_kernels-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-library-arrow_kernels @@ -70,4 +69,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-library-arrow_kernels-ut + system_allocator +) vcs_info(ydb-library-arrow_kernels-ut) diff --git a/ydb/library/backup/ut/CMakeLists.darwin-x86_64.txt b/ydb/library/backup/ut/CMakeLists.darwin-x86_64.txt index 04c8a00a483..a8676085191 100644 --- a/ydb/library/backup/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/library/backup/ut/CMakeLists.darwin-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-library-backup-ut PRIVATE target_link_libraries(ydb-library-backup-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main kikimr_backup @@ -70,4 +69,7 @@ set_yunittest_property( TIMEOUT 60 ) +target_allocator(ydb-library-backup-ut + system_allocator +) vcs_info(ydb-library-backup-ut) diff --git a/ydb/library/backup/ut/CMakeLists.linux-aarch64.txt b/ydb/library/backup/ut/CMakeLists.linux-aarch64.txt index 38c0abc1941..d442a30ab52 100644 --- a/ydb/library/backup/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/library/backup/ut/CMakeLists.linux-aarch64.txt @@ -15,7 +15,6 @@ target_link_libraries(ydb-library-backup-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main kikimr_backup cpp-string_utils-quote @@ -73,4 +72,7 @@ set_yunittest_property( TIMEOUT 60 ) +target_allocator(ydb-library-backup-ut + cpp-malloc-jemalloc +) vcs_info(ydb-library-backup-ut) diff --git a/ydb/library/backup/ut/CMakeLists.linux-x86_64.txt b/ydb/library/backup/ut/CMakeLists.linux-x86_64.txt index b92b02ab735..8769cd2d014 100644 --- a/ydb/library/backup/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/library/backup/ut/CMakeLists.linux-x86_64.txt @@ -15,8 +15,6 @@ target_link_libraries(ydb-library-backup-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main kikimr_backup @@ -75,4 +73,8 @@ set_yunittest_property( TIMEOUT 60 ) +target_allocator(ydb-library-backup-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-library-backup-ut) diff --git a/ydb/library/backup/ut/CMakeLists.windows-x86_64.txt b/ydb/library/backup/ut/CMakeLists.windows-x86_64.txt index 876e3379403..164c83e2c04 100644 --- a/ydb/library/backup/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/library/backup/ut/CMakeLists.windows-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-library-backup-ut PRIVATE target_link_libraries(ydb-library-backup-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main kikimr_backup @@ -63,4 +62,7 @@ set_yunittest_property( TIMEOUT 60 ) +target_allocator(ydb-library-backup-ut + system_allocator +) vcs_info(ydb-library-backup-ut) diff --git a/ydb/library/binary_json/ut/CMakeLists.darwin-x86_64.txt b/ydb/library/binary_json/ut/CMakeLists.darwin-x86_64.txt index b65086533fb..5b06b8bef05 100644 --- a/ydb/library/binary_json/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/library/binary_json/ut/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-library-binary_json-ut PRIVATE target_link_libraries(ydb-library-binary_json-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-library-binary_json @@ -81,4 +80,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-library-binary_json-ut + system_allocator +) vcs_info(ydb-library-binary_json-ut) diff --git a/ydb/library/binary_json/ut/CMakeLists.linux-aarch64.txt b/ydb/library/binary_json/ut/CMakeLists.linux-aarch64.txt index d304765034a..d9ed36ffe42 100644 --- a/ydb/library/binary_json/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/library/binary_json/ut/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-library-binary_json-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main ydb-library-binary_json library-yql-minikql @@ -86,4 +85,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-library-binary_json-ut + cpp-malloc-jemalloc +) vcs_info(ydb-library-binary_json-ut) diff --git a/ydb/library/binary_json/ut/CMakeLists.linux-x86_64.txt b/ydb/library/binary_json/ut/CMakeLists.linux-x86_64.txt index 031651c0400..9d9050ada01 100644 --- a/ydb/library/binary_json/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/library/binary_json/ut/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-library-binary_json-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main ydb-library-binary_json @@ -88,4 +86,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-library-binary_json-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-library-binary_json-ut) diff --git a/ydb/library/binary_json/ut/CMakeLists.windows-x86_64.txt b/ydb/library/binary_json/ut/CMakeLists.windows-x86_64.txt index 9de07acdb49..e9e0a2ffde8 100644 --- a/ydb/library/binary_json/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/library/binary_json/ut/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-library-binary_json-ut PRIVATE target_link_libraries(ydb-library-binary_json-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-library-binary_json @@ -76,4 +75,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-library-binary_json-ut + system_allocator +) vcs_info(ydb-library-binary_json-ut) diff --git a/ydb/library/dynumber/ut/CMakeLists.darwin-x86_64.txt b/ydb/library/dynumber/ut/CMakeLists.darwin-x86_64.txt index 6b5aff56df6..1e05c67ab4a 100644 --- a/ydb/library/dynumber/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/library/dynumber/ut/CMakeLists.darwin-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-library-dynumber-ut PRIVATE target_link_libraries(ydb-library-dynumber-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-library-dynumber @@ -60,4 +59,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-library-dynumber-ut + system_allocator +) vcs_info(ydb-library-dynumber-ut) diff --git a/ydb/library/dynumber/ut/CMakeLists.linux-aarch64.txt b/ydb/library/dynumber/ut/CMakeLists.linux-aarch64.txt index abf456b24f3..d8ba55b2edd 100644 --- a/ydb/library/dynumber/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/library/dynumber/ut/CMakeLists.linux-aarch64.txt @@ -15,7 +15,6 @@ target_link_libraries(ydb-library-dynumber-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main ydb-library-dynumber ) @@ -65,4 +64,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-library-dynumber-ut + cpp-malloc-jemalloc +) vcs_info(ydb-library-dynumber-ut) diff --git a/ydb/library/dynumber/ut/CMakeLists.linux-x86_64.txt b/ydb/library/dynumber/ut/CMakeLists.linux-x86_64.txt index 405bf5afe1c..67e831c1b1d 100644 --- a/ydb/library/dynumber/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/library/dynumber/ut/CMakeLists.linux-x86_64.txt @@ -15,8 +15,6 @@ target_link_libraries(ydb-library-dynumber-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main ydb-library-dynumber @@ -67,4 +65,8 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-library-dynumber-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-library-dynumber-ut) diff --git a/ydb/library/dynumber/ut/CMakeLists.windows-x86_64.txt b/ydb/library/dynumber/ut/CMakeLists.windows-x86_64.txt index dbde1d2b1b3..92c4696922e 100644 --- a/ydb/library/dynumber/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/library/dynumber/ut/CMakeLists.windows-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-library-dynumber-ut PRIVATE target_link_libraries(ydb-library-dynumber-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-library-dynumber @@ -55,4 +54,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-library-dynumber-ut + system_allocator +) vcs_info(ydb-library-dynumber-ut) diff --git a/ydb/library/http_proxy/authorization/ut/CMakeLists.darwin-x86_64.txt b/ydb/library/http_proxy/authorization/ut/CMakeLists.darwin-x86_64.txt index 7bf10e8a8d5..c59736f1618 100644 --- a/ydb/library/http_proxy/authorization/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/library/http_proxy/authorization/ut/CMakeLists.darwin-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-library-http_proxy-authorization-ut PRIVATE target_link_libraries(ydb-library-http_proxy-authorization-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main library-http_proxy-authorization @@ -62,4 +61,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-library-http_proxy-authorization-ut + system_allocator +) vcs_info(ydb-library-http_proxy-authorization-ut) diff --git a/ydb/library/http_proxy/authorization/ut/CMakeLists.linux-aarch64.txt b/ydb/library/http_proxy/authorization/ut/CMakeLists.linux-aarch64.txt index 0d58af0fb5c..86ac1883abc 100644 --- a/ydb/library/http_proxy/authorization/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/library/http_proxy/authorization/ut/CMakeLists.linux-aarch64.txt @@ -15,7 +15,6 @@ target_link_libraries(ydb-library-http_proxy-authorization-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main library-http_proxy-authorization library-http_proxy-error @@ -67,4 +66,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-library-http_proxy-authorization-ut + cpp-malloc-jemalloc +) vcs_info(ydb-library-http_proxy-authorization-ut) diff --git a/ydb/library/http_proxy/authorization/ut/CMakeLists.linux-x86_64.txt b/ydb/library/http_proxy/authorization/ut/CMakeLists.linux-x86_64.txt index c5df04493b6..da7a82bf7b2 100644 --- a/ydb/library/http_proxy/authorization/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/library/http_proxy/authorization/ut/CMakeLists.linux-x86_64.txt @@ -15,8 +15,6 @@ target_link_libraries(ydb-library-http_proxy-authorization-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main library-http_proxy-authorization @@ -69,4 +67,8 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-library-http_proxy-authorization-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-library-http_proxy-authorization-ut) diff --git a/ydb/library/http_proxy/authorization/ut/CMakeLists.windows-x86_64.txt b/ydb/library/http_proxy/authorization/ut/CMakeLists.windows-x86_64.txt index 2220abd93be..75db995ea99 100644 --- a/ydb/library/http_proxy/authorization/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/library/http_proxy/authorization/ut/CMakeLists.windows-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-library-http_proxy-authorization-ut PRIVATE target_link_libraries(ydb-library-http_proxy-authorization-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main library-http_proxy-authorization @@ -57,4 +56,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-library-http_proxy-authorization-ut + system_allocator +) vcs_info(ydb-library-http_proxy-authorization-ut) diff --git a/ydb/library/keys/ut/CMakeLists.darwin-x86_64.txt b/ydb/library/keys/ut/CMakeLists.darwin-x86_64.txt index 1191df364ed..6c6635f3a72 100644 --- a/ydb/library/keys/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/library/keys/ut/CMakeLists.darwin-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-library-keys-ut PRIVATE target_link_libraries(ydb-library-keys-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-library-keys @@ -60,4 +59,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-library-keys-ut + system_allocator +) vcs_info(ydb-library-keys-ut) diff --git a/ydb/library/keys/ut/CMakeLists.linux-aarch64.txt b/ydb/library/keys/ut/CMakeLists.linux-aarch64.txt index cdd794541b6..26b4ae8d072 100644 --- a/ydb/library/keys/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/library/keys/ut/CMakeLists.linux-aarch64.txt @@ -15,7 +15,6 @@ target_link_libraries(ydb-library-keys-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main ydb-library-keys ) @@ -65,4 +64,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-library-keys-ut + cpp-malloc-jemalloc +) vcs_info(ydb-library-keys-ut) diff --git a/ydb/library/keys/ut/CMakeLists.linux-x86_64.txt b/ydb/library/keys/ut/CMakeLists.linux-x86_64.txt index 35d9f20e49a..b9f4bdd132c 100644 --- a/ydb/library/keys/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/library/keys/ut/CMakeLists.linux-x86_64.txt @@ -15,8 +15,6 @@ target_link_libraries(ydb-library-keys-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main ydb-library-keys @@ -67,4 +65,8 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-library-keys-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-library-keys-ut) diff --git a/ydb/library/keys/ut/CMakeLists.windows-x86_64.txt b/ydb/library/keys/ut/CMakeLists.windows-x86_64.txt index 819b4d6cdf8..2dd1b03275e 100644 --- a/ydb/library/keys/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/library/keys/ut/CMakeLists.windows-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-library-keys-ut PRIVATE target_link_libraries(ydb-library-keys-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-library-keys @@ -55,4 +54,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-library-keys-ut + system_allocator +) vcs_info(ydb-library-keys-ut) diff --git a/ydb/library/login/ut/CMakeLists.darwin-x86_64.txt b/ydb/library/login/ut/CMakeLists.darwin-x86_64.txt index fe5d0c08077..ccfa236f34c 100644 --- a/ydb/library/login/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/library/login/ut/CMakeLists.darwin-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-library-login-ut PRIVATE target_link_libraries(ydb-library-login-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-library-login @@ -60,4 +59,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-library-login-ut + system_allocator +) vcs_info(ydb-library-login-ut) diff --git a/ydb/library/login/ut/CMakeLists.linux-aarch64.txt b/ydb/library/login/ut/CMakeLists.linux-aarch64.txt index fda3f4c8a5b..a3b222a5cd6 100644 --- a/ydb/library/login/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/library/login/ut/CMakeLists.linux-aarch64.txt @@ -15,7 +15,6 @@ target_link_libraries(ydb-library-login-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main ydb-library-login ) @@ -65,4 +64,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-library-login-ut + cpp-malloc-jemalloc +) vcs_info(ydb-library-login-ut) diff --git a/ydb/library/login/ut/CMakeLists.linux-x86_64.txt b/ydb/library/login/ut/CMakeLists.linux-x86_64.txt index b7984d89be3..bfcd1ae8a0f 100644 --- a/ydb/library/login/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/library/login/ut/CMakeLists.linux-x86_64.txt @@ -15,8 +15,6 @@ target_link_libraries(ydb-library-login-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main ydb-library-login @@ -67,4 +65,8 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-library-login-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-library-login-ut) diff --git a/ydb/library/login/ut/CMakeLists.windows-x86_64.txt b/ydb/library/login/ut/CMakeLists.windows-x86_64.txt index db1b6e8ad32..e42eb30689d 100644 --- a/ydb/library/login/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/library/login/ut/CMakeLists.windows-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-library-login-ut PRIVATE target_link_libraries(ydb-library-login-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-library-login @@ -55,4 +54,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-library-login-ut + system_allocator +) vcs_info(ydb-library-login-ut) diff --git a/ydb/library/mkql_proto/ut/CMakeLists.darwin-x86_64.txt b/ydb/library/mkql_proto/ut/CMakeLists.darwin-x86_64.txt index f66766e8323..6a14ff38ce9 100644 --- a/ydb/library/mkql_proto/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/library/mkql_proto/ut/CMakeLists.darwin-x86_64.txt @@ -18,7 +18,6 @@ target_include_directories(ydb-library-mkql_proto-ut PRIVATE target_link_libraries(ydb-library-mkql_proto-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc library-cpp-cpuid_check cpp-testing-unittest_main ydb-library-mkql_proto @@ -76,4 +75,7 @@ set_yunittest_property( TIMEOUT 150 ) +target_allocator(ydb-library-mkql_proto-ut + cpp-malloc-jemalloc +) vcs_info(ydb-library-mkql_proto-ut) diff --git a/ydb/library/mkql_proto/ut/CMakeLists.linux-aarch64.txt b/ydb/library/mkql_proto/ut/CMakeLists.linux-aarch64.txt index 9165c57c3f0..0c46b134bee 100644 --- a/ydb/library/mkql_proto/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/library/mkql_proto/ut/CMakeLists.linux-aarch64.txt @@ -19,7 +19,6 @@ target_link_libraries(ydb-library-mkql_proto-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main ydb-library-mkql_proto mkql_proto-ut-helpers @@ -79,4 +78,7 @@ set_yunittest_property( TIMEOUT 150 ) +target_allocator(ydb-library-mkql_proto-ut + cpp-malloc-jemalloc +) vcs_info(ydb-library-mkql_proto-ut) diff --git a/ydb/library/mkql_proto/ut/CMakeLists.linux-x86_64.txt b/ydb/library/mkql_proto/ut/CMakeLists.linux-x86_64.txt index 3a69c1f2d09..a58fe535e50 100644 --- a/ydb/library/mkql_proto/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/library/mkql_proto/ut/CMakeLists.linux-x86_64.txt @@ -19,7 +19,6 @@ target_link_libraries(ydb-library-mkql_proto-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc library-cpp-cpuid_check cpp-testing-unittest_main ydb-library-mkql_proto @@ -80,4 +79,7 @@ set_yunittest_property( TIMEOUT 150 ) +target_allocator(ydb-library-mkql_proto-ut + cpp-malloc-jemalloc +) vcs_info(ydb-library-mkql_proto-ut) diff --git a/ydb/library/mkql_proto/ut/CMakeLists.windows-x86_64.txt b/ydb/library/mkql_proto/ut/CMakeLists.windows-x86_64.txt index c8d86005d2d..6e6659d2ff8 100644 --- a/ydb/library/mkql_proto/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/library/mkql_proto/ut/CMakeLists.windows-x86_64.txt @@ -18,7 +18,6 @@ target_include_directories(ydb-library-mkql_proto-ut PRIVATE target_link_libraries(ydb-library-mkql_proto-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-library-mkql_proto @@ -69,4 +68,7 @@ set_yunittest_property( TIMEOUT 150 ) +target_allocator(ydb-library-mkql_proto-ut + system_allocator +) vcs_info(ydb-library-mkql_proto-ut) diff --git a/ydb/library/naming_conventions/ut/CMakeLists.darwin-x86_64.txt b/ydb/library/naming_conventions/ut/CMakeLists.darwin-x86_64.txt index c92bb49cf03..69a85ebc740 100644 --- a/ydb/library/naming_conventions/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/library/naming_conventions/ut/CMakeLists.darwin-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-library-naming_conventions-ut PRIVATE target_link_libraries(ydb-library-naming_conventions-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-library-naming_conventions @@ -60,4 +59,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-library-naming_conventions-ut + system_allocator +) vcs_info(ydb-library-naming_conventions-ut) diff --git a/ydb/library/naming_conventions/ut/CMakeLists.linux-aarch64.txt b/ydb/library/naming_conventions/ut/CMakeLists.linux-aarch64.txt index e041354136f..044e2ccb4ea 100644 --- a/ydb/library/naming_conventions/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/library/naming_conventions/ut/CMakeLists.linux-aarch64.txt @@ -15,7 +15,6 @@ target_link_libraries(ydb-library-naming_conventions-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main ydb-library-naming_conventions ) @@ -65,4 +64,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-library-naming_conventions-ut + cpp-malloc-jemalloc +) vcs_info(ydb-library-naming_conventions-ut) diff --git a/ydb/library/naming_conventions/ut/CMakeLists.linux-x86_64.txt b/ydb/library/naming_conventions/ut/CMakeLists.linux-x86_64.txt index 4593b225cd4..24a509798b6 100644 --- a/ydb/library/naming_conventions/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/library/naming_conventions/ut/CMakeLists.linux-x86_64.txt @@ -15,8 +15,6 @@ target_link_libraries(ydb-library-naming_conventions-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main ydb-library-naming_conventions @@ -67,4 +65,8 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-library-naming_conventions-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-library-naming_conventions-ut) diff --git a/ydb/library/naming_conventions/ut/CMakeLists.windows-x86_64.txt b/ydb/library/naming_conventions/ut/CMakeLists.windows-x86_64.txt index bc5ef358caa..4ffcb893d61 100644 --- a/ydb/library/naming_conventions/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/library/naming_conventions/ut/CMakeLists.windows-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-library-naming_conventions-ut PRIVATE target_link_libraries(ydb-library-naming_conventions-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-library-naming_conventions @@ -55,4 +54,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-library-naming_conventions-ut + system_allocator +) vcs_info(ydb-library-naming_conventions-ut) diff --git a/ydb/library/persqueue/topic_parser/ut/CMakeLists.darwin-x86_64.txt b/ydb/library/persqueue/topic_parser/ut/CMakeLists.darwin-x86_64.txt index c3e5e6bcdc4..643028fb1b4 100644 --- a/ydb/library/persqueue/topic_parser/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/library/persqueue/topic_parser/ut/CMakeLists.darwin-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-library-persqueue-topic_parser-ut PRIVATE target_link_libraries(ydb-library-persqueue-topic_parser-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main library-persqueue-topic_parser @@ -71,4 +70,7 @@ set_yunittest_property( TIMEOUT 30 ) +target_allocator(ydb-library-persqueue-topic_parser-ut + system_allocator +) vcs_info(ydb-library-persqueue-topic_parser-ut) diff --git a/ydb/library/persqueue/topic_parser/ut/CMakeLists.linux-aarch64.txt b/ydb/library/persqueue/topic_parser/ut/CMakeLists.linux-aarch64.txt index f43bb67405f..c79bb4de324 100644 --- a/ydb/library/persqueue/topic_parser/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/library/persqueue/topic_parser/ut/CMakeLists.linux-aarch64.txt @@ -15,7 +15,6 @@ target_link_libraries(ydb-library-persqueue-topic_parser-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main library-persqueue-topic_parser library-cpp-getopt @@ -74,4 +73,7 @@ set_yunittest_property( TIMEOUT 30 ) +target_allocator(ydb-library-persqueue-topic_parser-ut + cpp-malloc-jemalloc +) vcs_info(ydb-library-persqueue-topic_parser-ut) diff --git a/ydb/library/persqueue/topic_parser/ut/CMakeLists.linux-x86_64.txt b/ydb/library/persqueue/topic_parser/ut/CMakeLists.linux-x86_64.txt index 2f65a3a9376..cb2538b7246 100644 --- a/ydb/library/persqueue/topic_parser/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/library/persqueue/topic_parser/ut/CMakeLists.linux-x86_64.txt @@ -15,8 +15,6 @@ target_link_libraries(ydb-library-persqueue-topic_parser-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main library-persqueue-topic_parser @@ -76,4 +74,8 @@ set_yunittest_property( TIMEOUT 30 ) +target_allocator(ydb-library-persqueue-topic_parser-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-library-persqueue-topic_parser-ut) diff --git a/ydb/library/persqueue/topic_parser/ut/CMakeLists.windows-x86_64.txt b/ydb/library/persqueue/topic_parser/ut/CMakeLists.windows-x86_64.txt index ad7e2e80f36..8f72dc9b39d 100644 --- a/ydb/library/persqueue/topic_parser/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/library/persqueue/topic_parser/ut/CMakeLists.windows-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-library-persqueue-topic_parser-ut PRIVATE target_link_libraries(ydb-library-persqueue-topic_parser-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main library-persqueue-topic_parser @@ -64,4 +63,7 @@ set_yunittest_property( TIMEOUT 30 ) +target_allocator(ydb-library-persqueue-topic_parser-ut + system_allocator +) vcs_info(ydb-library-persqueue-topic_parser-ut) diff --git a/ydb/library/protobuf_printer/ut/CMakeLists.darwin-x86_64.txt b/ydb/library/protobuf_printer/ut/CMakeLists.darwin-x86_64.txt index dd639742646..1d31ccfea56 100644 --- a/ydb/library/protobuf_printer/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/library/protobuf_printer/ut/CMakeLists.darwin-x86_64.txt @@ -26,7 +26,6 @@ target_include_directories(ydb-library-protobuf_printer-ut PRIVATE target_link_libraries(ydb-library-protobuf_printer-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-library-protobuf_printer @@ -78,6 +77,9 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-library-protobuf_printer-ut + system_allocator +) target_proto_addincls(ydb-library-protobuf_printer-ut ./ ${CMAKE_SOURCE_DIR}/ diff --git a/ydb/library/protobuf_printer/ut/CMakeLists.linux-aarch64.txt b/ydb/library/protobuf_printer/ut/CMakeLists.linux-aarch64.txt index 466cd0e6107..74632f5235d 100644 --- a/ydb/library/protobuf_printer/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/library/protobuf_printer/ut/CMakeLists.linux-aarch64.txt @@ -27,7 +27,6 @@ target_link_libraries(ydb-library-protobuf_printer-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main ydb-library-protobuf_printer contrib-libs-protobuf @@ -81,6 +80,9 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-library-protobuf_printer-ut + cpp-malloc-jemalloc +) target_proto_addincls(ydb-library-protobuf_printer-ut ./ ${CMAKE_SOURCE_DIR}/ diff --git a/ydb/library/protobuf_printer/ut/CMakeLists.linux-x86_64.txt b/ydb/library/protobuf_printer/ut/CMakeLists.linux-x86_64.txt index 69d832ded0c..3026af5d12b 100644 --- a/ydb/library/protobuf_printer/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/library/protobuf_printer/ut/CMakeLists.linux-x86_64.txt @@ -27,8 +27,6 @@ target_link_libraries(ydb-library-protobuf_printer-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main ydb-library-protobuf_printer @@ -83,6 +81,10 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-library-protobuf_printer-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) target_proto_addincls(ydb-library-protobuf_printer-ut ./ ${CMAKE_SOURCE_DIR}/ diff --git a/ydb/library/protobuf_printer/ut/CMakeLists.windows-x86_64.txt b/ydb/library/protobuf_printer/ut/CMakeLists.windows-x86_64.txt index a0e1ba55576..88b46f47854 100644 --- a/ydb/library/protobuf_printer/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/library/protobuf_printer/ut/CMakeLists.windows-x86_64.txt @@ -26,7 +26,6 @@ target_include_directories(ydb-library-protobuf_printer-ut PRIVATE target_link_libraries(ydb-library-protobuf_printer-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-library-protobuf_printer @@ -71,6 +70,9 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-library-protobuf_printer-ut + system_allocator +) target_proto_addincls(ydb-library-protobuf_printer-ut ./ ${CMAKE_SOURCE_DIR}/ diff --git a/ydb/library/schlab/mon/test/CMakeLists.darwin-x86_64.txt b/ydb/library/schlab/mon/test/CMakeLists.darwin-x86_64.txt index de0a8d938c9..f9c0c0af7bc 100644 --- a/ydb/library/schlab/mon/test/CMakeLists.darwin-x86_64.txt +++ b/ydb/library/schlab/mon/test/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ add_executable(mon-test) target_link_libraries(mon-test PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check library-cpp-resource library-cpp-getopt @@ -40,4 +39,7 @@ resources(mon-test KEYS schlab/schviz-test0.json ) +target_allocator(mon-test + system_allocator +) vcs_info(mon-test) diff --git a/ydb/library/schlab/mon/test/CMakeLists.linux-aarch64.txt b/ydb/library/schlab/mon/test/CMakeLists.linux-aarch64.txt index 0af28a061e7..361782b7648 100644 --- a/ydb/library/schlab/mon/test/CMakeLists.linux-aarch64.txt +++ b/ydb/library/schlab/mon/test/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(mon-test PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc library-cpp-resource library-cpp-getopt cpp-monlib-dynamic_counters @@ -45,4 +44,7 @@ resources(mon-test KEYS schlab/schviz-test0.json ) +target_allocator(mon-test + cpp-malloc-jemalloc +) vcs_info(mon-test) diff --git a/ydb/library/schlab/mon/test/CMakeLists.linux-x86_64.txt b/ydb/library/schlab/mon/test/CMakeLists.linux-x86_64.txt index 8ebaa5c9112..983fa552f32 100644 --- a/ydb/library/schlab/mon/test/CMakeLists.linux-x86_64.txt +++ b/ydb/library/schlab/mon/test/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(mon-test PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check library-cpp-resource library-cpp-getopt @@ -47,4 +45,8 @@ resources(mon-test KEYS schlab/schviz-test0.json ) +target_allocator(mon-test + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(mon-test) diff --git a/ydb/library/schlab/mon/test/CMakeLists.windows-x86_64.txt b/ydb/library/schlab/mon/test/CMakeLists.windows-x86_64.txt index d7d20dee13c..e95e87cc664 100644 --- a/ydb/library/schlab/mon/test/CMakeLists.windows-x86_64.txt +++ b/ydb/library/schlab/mon/test/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ add_executable(mon-test) target_link_libraries(mon-test PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check library-cpp-resource library-cpp-getopt @@ -35,4 +34,7 @@ resources(mon-test KEYS schlab/schviz-test0.json ) +target_allocator(mon-test + system_allocator +) vcs_info(mon-test) diff --git a/ydb/library/schlab/ut/CMakeLists.darwin-x86_64.txt b/ydb/library/schlab/ut/CMakeLists.darwin-x86_64.txt index 9e47e65df1d..4cf50db6313 100644 --- a/ydb/library/schlab/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/library/schlab/ut/CMakeLists.darwin-x86_64.txt @@ -11,7 +11,6 @@ add_executable(ydb-library-schlab-ut) target_link_libraries(ydb-library-schlab-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main library-schlab-schoot @@ -57,4 +56,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-library-schlab-ut + system_allocator +) vcs_info(ydb-library-schlab-ut) diff --git a/ydb/library/schlab/ut/CMakeLists.linux-aarch64.txt b/ydb/library/schlab/ut/CMakeLists.linux-aarch64.txt index 9e97db1b2f0..c21377f43e8 100644 --- a/ydb/library/schlab/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/library/schlab/ut/CMakeLists.linux-aarch64.txt @@ -12,7 +12,6 @@ target_link_libraries(ydb-library-schlab-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main library-schlab-schoot ) @@ -62,4 +61,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-library-schlab-ut + cpp-malloc-jemalloc +) vcs_info(ydb-library-schlab-ut) diff --git a/ydb/library/schlab/ut/CMakeLists.linux-x86_64.txt b/ydb/library/schlab/ut/CMakeLists.linux-x86_64.txt index 515cb8471d8..a17d30fdc09 100644 --- a/ydb/library/schlab/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/library/schlab/ut/CMakeLists.linux-x86_64.txt @@ -12,8 +12,6 @@ target_link_libraries(ydb-library-schlab-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main library-schlab-schoot @@ -64,4 +62,8 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-library-schlab-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-library-schlab-ut) diff --git a/ydb/library/schlab/ut/CMakeLists.windows-x86_64.txt b/ydb/library/schlab/ut/CMakeLists.windows-x86_64.txt index 6c280cc45fc..9c41d779fd6 100644 --- a/ydb/library/schlab/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/library/schlab/ut/CMakeLists.windows-x86_64.txt @@ -11,7 +11,6 @@ add_executable(ydb-library-schlab-ut) target_link_libraries(ydb-library-schlab-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main library-schlab-schoot @@ -52,4 +51,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-library-schlab-ut + system_allocator +) vcs_info(ydb-library-schlab-ut) diff --git a/ydb/library/security/ut/CMakeLists.darwin-x86_64.txt b/ydb/library/security/ut/CMakeLists.darwin-x86_64.txt index d87f989477a..c3a8502e388 100644 --- a/ydb/library/security/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/library/security/ut/CMakeLists.darwin-x86_64.txt @@ -11,7 +11,6 @@ add_executable(ydb-library-security-ut) target_link_libraries(ydb-library-security-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-library-security @@ -59,4 +58,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-library-security-ut + system_allocator +) vcs_info(ydb-library-security-ut) diff --git a/ydb/library/security/ut/CMakeLists.linux-aarch64.txt b/ydb/library/security/ut/CMakeLists.linux-aarch64.txt index 8d89ad9ce0c..3968731ceac 100644 --- a/ydb/library/security/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/library/security/ut/CMakeLists.linux-aarch64.txt @@ -12,7 +12,6 @@ target_link_libraries(ydb-library-security-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main ydb-library-security ) @@ -62,4 +61,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-library-security-ut + cpp-malloc-jemalloc +) vcs_info(ydb-library-security-ut) diff --git a/ydb/library/security/ut/CMakeLists.linux-x86_64.txt b/ydb/library/security/ut/CMakeLists.linux-x86_64.txt index a8a67fdae4f..2f3e40cb5fa 100644 --- a/ydb/library/security/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/library/security/ut/CMakeLists.linux-x86_64.txt @@ -12,8 +12,6 @@ target_link_libraries(ydb-library-security-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main ydb-library-security @@ -64,4 +62,8 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-library-security-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-library-security-ut) diff --git a/ydb/library/security/ut/CMakeLists.windows-x86_64.txt b/ydb/library/security/ut/CMakeLists.windows-x86_64.txt index 63d24daf075..ffde3def909 100644 --- a/ydb/library/security/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/library/security/ut/CMakeLists.windows-x86_64.txt @@ -11,7 +11,6 @@ add_executable(ydb-library-security-ut) target_link_libraries(ydb-library-security-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-library-security @@ -52,4 +51,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-library-security-ut + system_allocator +) vcs_info(ydb-library-security-ut) diff --git a/ydb/library/testlib/ut/CMakeLists.darwin-x86_64.txt b/ydb/library/testlib/ut/CMakeLists.darwin-x86_64.txt index 0dabecd7c0f..205d0e58a83 100644 --- a/ydb/library/testlib/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/library/testlib/ut/CMakeLists.darwin-x86_64.txt @@ -11,7 +11,6 @@ add_executable(ydb-library-testlib-ut) target_link_libraries(ydb-library-testlib-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-gtest cpp-testing-gtest_main @@ -44,4 +43,7 @@ set_property( PROCESSORS 1 ) +target_allocator(ydb-library-testlib-ut + system_allocator +) vcs_info(ydb-library-testlib-ut) diff --git a/ydb/library/testlib/ut/CMakeLists.linux-aarch64.txt b/ydb/library/testlib/ut/CMakeLists.linux-aarch64.txt index a762f8595fa..74336c1f6c5 100644 --- a/ydb/library/testlib/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/library/testlib/ut/CMakeLists.linux-aarch64.txt @@ -12,7 +12,6 @@ target_link_libraries(ydb-library-testlib-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-gtest cpp-testing-gtest_main ) @@ -49,4 +48,7 @@ set_property( PROCESSORS 1 ) +target_allocator(ydb-library-testlib-ut + cpp-malloc-jemalloc +) vcs_info(ydb-library-testlib-ut) diff --git a/ydb/library/testlib/ut/CMakeLists.linux-x86_64.txt b/ydb/library/testlib/ut/CMakeLists.linux-x86_64.txt index f847e23c162..8fa3bace465 100644 --- a/ydb/library/testlib/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/library/testlib/ut/CMakeLists.linux-x86_64.txt @@ -12,8 +12,6 @@ target_link_libraries(ydb-library-testlib-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-gtest cpp-testing-gtest_main @@ -51,4 +49,8 @@ set_property( PROCESSORS 1 ) +target_allocator(ydb-library-testlib-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-library-testlib-ut) diff --git a/ydb/library/testlib/ut/CMakeLists.windows-x86_64.txt b/ydb/library/testlib/ut/CMakeLists.windows-x86_64.txt index 6656fcbf421..1d9eb77da6d 100644 --- a/ydb/library/testlib/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/library/testlib/ut/CMakeLists.windows-x86_64.txt @@ -11,7 +11,6 @@ add_executable(ydb-library-testlib-ut) target_link_libraries(ydb-library-testlib-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-gtest cpp-testing-gtest_main @@ -39,4 +38,7 @@ set_property( PROCESSORS 1 ) +target_allocator(ydb-library-testlib-ut + system_allocator +) vcs_info(ydb-library-testlib-ut) diff --git a/ydb/library/ycloud/impl/ut/CMakeLists.darwin-x86_64.txt b/ydb/library/ycloud/impl/ut/CMakeLists.darwin-x86_64.txt index 6b7b40135f6..bb1da9c6944 100644 --- a/ydb/library/ycloud/impl/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/library/ycloud/impl/ut/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-library-ycloud-impl-ut PRIVATE target_link_libraries(ydb-library-ycloud-impl-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main library-ycloud-impl @@ -77,4 +76,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-library-ycloud-impl-ut + system_allocator +) vcs_info(ydb-library-ycloud-impl-ut) diff --git a/ydb/library/ycloud/impl/ut/CMakeLists.linux-aarch64.txt b/ydb/library/ycloud/impl/ut/CMakeLists.linux-aarch64.txt index 1aae8854e37..5192e4b68e7 100644 --- a/ydb/library/ycloud/impl/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/library/ycloud/impl/ut/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-library-ycloud-impl-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main library-ycloud-impl library-cpp-retry @@ -80,4 +79,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-library-ycloud-impl-ut + cpp-malloc-jemalloc +) vcs_info(ydb-library-ycloud-impl-ut) diff --git a/ydb/library/ycloud/impl/ut/CMakeLists.linux-x86_64.txt b/ydb/library/ycloud/impl/ut/CMakeLists.linux-x86_64.txt index 6c791e84d17..3c3c22851a6 100644 --- a/ydb/library/ycloud/impl/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/library/ycloud/impl/ut/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-library-ycloud-impl-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main library-ycloud-impl @@ -82,4 +80,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-library-ycloud-impl-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-library-ycloud-impl-ut) diff --git a/ydb/library/ycloud/impl/ut/CMakeLists.windows-x86_64.txt b/ydb/library/ycloud/impl/ut/CMakeLists.windows-x86_64.txt index acdc09ef54e..3429e63f41a 100644 --- a/ydb/library/ycloud/impl/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/library/ycloud/impl/ut/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-library-ycloud-impl-ut PRIVATE target_link_libraries(ydb-library-ycloud-impl-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main library-ycloud-impl @@ -70,4 +69,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-library-ycloud-impl-ut + system_allocator +) vcs_info(ydb-library-ycloud-impl-ut) diff --git a/ydb/library/yql/ast/ut/CMakeLists.darwin-x86_64.txt b/ydb/library/yql/ast/ut/CMakeLists.darwin-x86_64.txt index a52c5523edf..7203508fcea 100644 --- a/ydb/library/yql/ast/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/library/yql/ast/ut/CMakeLists.darwin-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-library-yql-ast-ut PRIVATE target_link_libraries(ydb-library-yql-ast-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main library-yql-ast @@ -64,4 +63,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-library-yql-ast-ut + system_allocator +) vcs_info(ydb-library-yql-ast-ut) diff --git a/ydb/library/yql/ast/ut/CMakeLists.linux-aarch64.txt b/ydb/library/yql/ast/ut/CMakeLists.linux-aarch64.txt index e9c4d46ce1d..88624472714 100644 --- a/ydb/library/yql/ast/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/library/yql/ast/ut/CMakeLists.linux-aarch64.txt @@ -15,7 +15,6 @@ target_link_libraries(ydb-library-yql-ast-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main library-yql-ast ) @@ -69,4 +68,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-library-yql-ast-ut + cpp-malloc-jemalloc +) vcs_info(ydb-library-yql-ast-ut) diff --git a/ydb/library/yql/ast/ut/CMakeLists.linux-x86_64.txt b/ydb/library/yql/ast/ut/CMakeLists.linux-x86_64.txt index ffc60ee1993..3266a9cadf3 100644 --- a/ydb/library/yql/ast/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/library/yql/ast/ut/CMakeLists.linux-x86_64.txt @@ -15,8 +15,6 @@ target_link_libraries(ydb-library-yql-ast-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main library-yql-ast @@ -71,4 +69,8 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-library-yql-ast-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-library-yql-ast-ut) diff --git a/ydb/library/yql/ast/ut/CMakeLists.windows-x86_64.txt b/ydb/library/yql/ast/ut/CMakeLists.windows-x86_64.txt index 820a0b078d7..6ba9f06eaa0 100644 --- a/ydb/library/yql/ast/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/library/yql/ast/ut/CMakeLists.windows-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-library-yql-ast-ut PRIVATE target_link_libraries(ydb-library-yql-ast-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main library-yql-ast @@ -59,4 +58,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-library-yql-ast-ut + system_allocator +) vcs_info(ydb-library-yql-ast-ut) diff --git a/ydb/library/yql/core/file_storage/ut/CMakeLists.darwin-x86_64.txt b/ydb/library/yql/core/file_storage/ut/CMakeLists.darwin-x86_64.txt index 8d416743852..9669b8a383b 100644 --- a/ydb/library/yql/core/file_storage/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/library/yql/core/file_storage/ut/CMakeLists.darwin-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-library-yql-core-file_storage-ut PRIVATE target_link_libraries(ydb-library-yql-core-file_storage-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main yql-core-file_storage @@ -66,4 +65,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-library-yql-core-file_storage-ut + system_allocator +) vcs_info(ydb-library-yql-core-file_storage-ut) diff --git a/ydb/library/yql/core/file_storage/ut/CMakeLists.linux-aarch64.txt b/ydb/library/yql/core/file_storage/ut/CMakeLists.linux-aarch64.txt index f7eb54dc51a..3f6887b081d 100644 --- a/ydb/library/yql/core/file_storage/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/library/yql/core/file_storage/ut/CMakeLists.linux-aarch64.txt @@ -15,7 +15,6 @@ target_link_libraries(ydb-library-yql-core-file_storage-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main yql-core-file_storage cpp-http-server @@ -71,4 +70,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-library-yql-core-file_storage-ut + cpp-malloc-jemalloc +) vcs_info(ydb-library-yql-core-file_storage-ut) diff --git a/ydb/library/yql/core/file_storage/ut/CMakeLists.linux-x86_64.txt b/ydb/library/yql/core/file_storage/ut/CMakeLists.linux-x86_64.txt index fb7652b6239..52e9877be01 100644 --- a/ydb/library/yql/core/file_storage/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/library/yql/core/file_storage/ut/CMakeLists.linux-x86_64.txt @@ -15,8 +15,6 @@ target_link_libraries(ydb-library-yql-core-file_storage-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main yql-core-file_storage @@ -73,4 +71,8 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-library-yql-core-file_storage-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-library-yql-core-file_storage-ut) diff --git a/ydb/library/yql/core/file_storage/ut/CMakeLists.windows-x86_64.txt b/ydb/library/yql/core/file_storage/ut/CMakeLists.windows-x86_64.txt index b062e0e48c6..b3da167e1c2 100644 --- a/ydb/library/yql/core/file_storage/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/library/yql/core/file_storage/ut/CMakeLists.windows-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-library-yql-core-file_storage-ut PRIVATE target_link_libraries(ydb-library-yql-core-file_storage-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main yql-core-file_storage @@ -61,4 +60,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-library-yql-core-file_storage-ut + system_allocator +) vcs_info(ydb-library-yql-core-file_storage-ut) diff --git a/ydb/library/yql/core/issue/ut/CMakeLists.darwin-x86_64.txt b/ydb/library/yql/core/issue/ut/CMakeLists.darwin-x86_64.txt index 7d798bfb0ee..f6dd66645cf 100644 --- a/ydb/library/yql/core/issue/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/library/yql/core/issue/ut/CMakeLists.darwin-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-library-yql-core-issue-ut PRIVATE target_link_libraries(ydb-library-yql-core-issue-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main yql-core-issue @@ -67,4 +66,7 @@ set_yunittest_property( TIMEOUT 300 ) +target_allocator(ydb-library-yql-core-issue-ut + system_allocator +) vcs_info(ydb-library-yql-core-issue-ut) diff --git a/ydb/library/yql/core/issue/ut/CMakeLists.linux-aarch64.txt b/ydb/library/yql/core/issue/ut/CMakeLists.linux-aarch64.txt index 12743d2abf2..1f2d4a182e6 100644 --- a/ydb/library/yql/core/issue/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/library/yql/core/issue/ut/CMakeLists.linux-aarch64.txt @@ -15,7 +15,6 @@ target_link_libraries(ydb-library-yql-core-issue-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main yql-core-issue ) @@ -72,4 +71,7 @@ set_yunittest_property( TIMEOUT 300 ) +target_allocator(ydb-library-yql-core-issue-ut + cpp-malloc-jemalloc +) vcs_info(ydb-library-yql-core-issue-ut) diff --git a/ydb/library/yql/core/issue/ut/CMakeLists.linux-x86_64.txt b/ydb/library/yql/core/issue/ut/CMakeLists.linux-x86_64.txt index 0555f3e54ec..2f7f1d1c96e 100644 --- a/ydb/library/yql/core/issue/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/library/yql/core/issue/ut/CMakeLists.linux-x86_64.txt @@ -15,8 +15,6 @@ target_link_libraries(ydb-library-yql-core-issue-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main yql-core-issue @@ -74,4 +72,8 @@ set_yunittest_property( TIMEOUT 300 ) +target_allocator(ydb-library-yql-core-issue-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-library-yql-core-issue-ut) diff --git a/ydb/library/yql/core/issue/ut/CMakeLists.windows-x86_64.txt b/ydb/library/yql/core/issue/ut/CMakeLists.windows-x86_64.txt index ccf22ad98c2..bc433fad6d2 100644 --- a/ydb/library/yql/core/issue/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/library/yql/core/issue/ut/CMakeLists.windows-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-library-yql-core-issue-ut PRIVATE target_link_libraries(ydb-library-yql-core-issue-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main yql-core-issue @@ -62,4 +61,7 @@ set_yunittest_property( TIMEOUT 300 ) +target_allocator(ydb-library-yql-core-issue-ut + system_allocator +) vcs_info(ydb-library-yql-core-issue-ut) diff --git a/ydb/library/yql/dq/actors/compute/ut/CMakeLists.darwin-x86_64.txt b/ydb/library/yql/dq/actors/compute/ut/CMakeLists.darwin-x86_64.txt index 95cc4f29c64..7390a114e67 100644 --- a/ydb/library/yql/dq/actors/compute/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/library/yql/dq/actors/compute/ut/CMakeLists.darwin-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-library-yql-dq-actors-compute-ut PRIVATE target_link_libraries(ydb-library-yql-dq-actors-compute-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main dq-actors-compute @@ -67,4 +66,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-library-yql-dq-actors-compute-ut + system_allocator +) vcs_info(ydb-library-yql-dq-actors-compute-ut) diff --git a/ydb/library/yql/dq/actors/compute/ut/CMakeLists.linux-aarch64.txt b/ydb/library/yql/dq/actors/compute/ut/CMakeLists.linux-aarch64.txt index 7b51fbd835f..54d71189fe8 100644 --- a/ydb/library/yql/dq/actors/compute/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/library/yql/dq/actors/compute/ut/CMakeLists.linux-aarch64.txt @@ -15,7 +15,6 @@ target_link_libraries(ydb-library-yql-dq-actors-compute-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main dq-actors-compute cpp-testing-unittest @@ -70,4 +69,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-library-yql-dq-actors-compute-ut + cpp-malloc-jemalloc +) vcs_info(ydb-library-yql-dq-actors-compute-ut) diff --git a/ydb/library/yql/dq/actors/compute/ut/CMakeLists.linux-x86_64.txt b/ydb/library/yql/dq/actors/compute/ut/CMakeLists.linux-x86_64.txt index 3a50ae828dc..b7d0ce21486 100644 --- a/ydb/library/yql/dq/actors/compute/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/library/yql/dq/actors/compute/ut/CMakeLists.linux-x86_64.txt @@ -15,8 +15,6 @@ target_link_libraries(ydb-library-yql-dq-actors-compute-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main dq-actors-compute @@ -72,4 +70,8 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-library-yql-dq-actors-compute-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-library-yql-dq-actors-compute-ut) diff --git a/ydb/library/yql/dq/actors/compute/ut/CMakeLists.windows-x86_64.txt b/ydb/library/yql/dq/actors/compute/ut/CMakeLists.windows-x86_64.txt index 261c2b9a602..dffae7cf836 100644 --- a/ydb/library/yql/dq/actors/compute/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/library/yql/dq/actors/compute/ut/CMakeLists.windows-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-library-yql-dq-actors-compute-ut PRIVATE target_link_libraries(ydb-library-yql-dq-actors-compute-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main dq-actors-compute @@ -60,4 +59,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-library-yql-dq-actors-compute-ut + system_allocator +) vcs_info(ydb-library-yql-dq-actors-compute-ut) diff --git a/ydb/library/yql/dq/runtime/ut/CMakeLists.darwin-x86_64.txt b/ydb/library/yql/dq/runtime/ut/CMakeLists.darwin-x86_64.txt index f418357533b..8b442c978b5 100644 --- a/ydb/library/yql/dq/runtime/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/library/yql/dq/runtime/ut/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-library-yql-dq-runtime-ut PRIVATE target_link_libraries(ydb-library-yql-dq-runtime-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main yql-dq-runtime @@ -70,4 +69,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-library-yql-dq-runtime-ut + system_allocator +) vcs_info(ydb-library-yql-dq-runtime-ut) diff --git a/ydb/library/yql/dq/runtime/ut/CMakeLists.linux-aarch64.txt b/ydb/library/yql/dq/runtime/ut/CMakeLists.linux-aarch64.txt index b54fa2e0ee2..fcf0bf185c4 100644 --- a/ydb/library/yql/dq/runtime/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/library/yql/dq/runtime/ut/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-library-yql-dq-runtime-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main yql-dq-runtime cpp-testing-unittest @@ -73,4 +72,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-library-yql-dq-runtime-ut + cpp-malloc-jemalloc +) vcs_info(ydb-library-yql-dq-runtime-ut) diff --git a/ydb/library/yql/dq/runtime/ut/CMakeLists.linux-x86_64.txt b/ydb/library/yql/dq/runtime/ut/CMakeLists.linux-x86_64.txt index bf10f0d8006..44b0a77bf27 100644 --- a/ydb/library/yql/dq/runtime/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/library/yql/dq/runtime/ut/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-library-yql-dq-runtime-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main yql-dq-runtime @@ -75,4 +73,8 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-library-yql-dq-runtime-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-library-yql-dq-runtime-ut) diff --git a/ydb/library/yql/dq/runtime/ut/CMakeLists.windows-x86_64.txt b/ydb/library/yql/dq/runtime/ut/CMakeLists.windows-x86_64.txt index 74c5ec953dd..818b387e26d 100644 --- a/ydb/library/yql/dq/runtime/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/library/yql/dq/runtime/ut/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-library-yql-dq-runtime-ut PRIVATE target_link_libraries(ydb-library-yql-dq-runtime-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main yql-dq-runtime @@ -63,4 +62,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-library-yql-dq-runtime-ut + system_allocator +) vcs_info(ydb-library-yql-dq-runtime-ut) diff --git a/ydb/library/yql/dq/state/ut/CMakeLists.darwin-x86_64.txt b/ydb/library/yql/dq/state/ut/CMakeLists.darwin-x86_64.txt index 53c2e6a4c34..41412a03f02 100644 --- a/ydb/library/yql/dq/state/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/library/yql/dq/state/ut/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-library-yql-dq-state-ut PRIVATE target_link_libraries(ydb-library-yql-dq-state-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main yql-dq-state @@ -63,4 +62,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-library-yql-dq-state-ut + system_allocator +) vcs_info(ydb-library-yql-dq-state-ut) diff --git a/ydb/library/yql/dq/state/ut/CMakeLists.linux-aarch64.txt b/ydb/library/yql/dq/state/ut/CMakeLists.linux-aarch64.txt index 6d2b1d2aa97..7896f185e77 100644 --- a/ydb/library/yql/dq/state/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/library/yql/dq/state/ut/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-library-yql-dq-state-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main yql-dq-state ) @@ -68,4 +67,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-library-yql-dq-state-ut + cpp-malloc-jemalloc +) vcs_info(ydb-library-yql-dq-state-ut) diff --git a/ydb/library/yql/dq/state/ut/CMakeLists.linux-x86_64.txt b/ydb/library/yql/dq/state/ut/CMakeLists.linux-x86_64.txt index dd1ee4a7fc0..dbc040cc647 100644 --- a/ydb/library/yql/dq/state/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/library/yql/dq/state/ut/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-library-yql-dq-state-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main yql-dq-state @@ -70,4 +68,8 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-library-yql-dq-state-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-library-yql-dq-state-ut) diff --git a/ydb/library/yql/dq/state/ut/CMakeLists.windows-x86_64.txt b/ydb/library/yql/dq/state/ut/CMakeLists.windows-x86_64.txt index bddc9f4f60d..c5621bd199c 100644 --- a/ydb/library/yql/dq/state/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/library/yql/dq/state/ut/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-library-yql-dq-state-ut PRIVATE target_link_libraries(ydb-library-yql-dq-state-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main yql-dq-state @@ -58,4 +57,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-library-yql-dq-state-ut + system_allocator +) vcs_info(ydb-library-yql-dq-state-ut) diff --git a/ydb/library/yql/minikql/benchmark/pack_num/CMakeLists.darwin-x86_64.txt b/ydb/library/yql/minikql/benchmark/pack_num/CMakeLists.darwin-x86_64.txt index 0ad85566c4c..7edab544e20 100644 --- a/ydb/library/yql/minikql/benchmark/pack_num/CMakeLists.darwin-x86_64.txt +++ b/ydb/library/yql/minikql/benchmark/pack_num/CMakeLists.darwin-x86_64.txt @@ -11,7 +11,6 @@ add_executable(pack_num) target_link_libraries(pack_num PUBLIC contrib-libs-cxxsupp yutil - library-cpp-balloc library-cpp-cpuid_check testing-benchmark-main library-yql-minikql @@ -26,4 +25,7 @@ target_sources(pack_num PRIVATE ${CMAKE_SOURCE_DIR}/ydb/library/yql/minikql/benchmark/pack_num/pack.cpp ${CMAKE_SOURCE_DIR}/ydb/library/yql/minikql/benchmark/pack_num/pack_num_bench.cpp ) +target_allocator(pack_num + library-cpp-balloc +) vcs_info(pack_num) diff --git a/ydb/library/yql/minikql/benchmark/pack_num/CMakeLists.linux-aarch64.txt b/ydb/library/yql/minikql/benchmark/pack_num/CMakeLists.linux-aarch64.txt index 2ac03cf4761..8689949aac3 100644 --- a/ydb/library/yql/minikql/benchmark/pack_num/CMakeLists.linux-aarch64.txt +++ b/ydb/library/yql/minikql/benchmark/pack_num/CMakeLists.linux-aarch64.txt @@ -12,7 +12,6 @@ target_link_libraries(pack_num PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - library-cpp-balloc testing-benchmark-main library-yql-minikql library-cpp-packedtypes @@ -31,4 +30,7 @@ target_sources(pack_num PRIVATE ${CMAKE_SOURCE_DIR}/ydb/library/yql/minikql/benchmark/pack_num/pack.cpp ${CMAKE_SOURCE_DIR}/ydb/library/yql/minikql/benchmark/pack_num/pack_num_bench.cpp ) +target_allocator(pack_num + library-cpp-balloc +) vcs_info(pack_num) diff --git a/ydb/library/yql/minikql/benchmark/pack_num/CMakeLists.linux-x86_64.txt b/ydb/library/yql/minikql/benchmark/pack_num/CMakeLists.linux-x86_64.txt index 87b6a845da4..c13a8723604 100644 --- a/ydb/library/yql/minikql/benchmark/pack_num/CMakeLists.linux-x86_64.txt +++ b/ydb/library/yql/minikql/benchmark/pack_num/CMakeLists.linux-x86_64.txt @@ -12,7 +12,6 @@ target_link_libraries(pack_num PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - library-cpp-balloc library-cpp-cpuid_check testing-benchmark-main library-yql-minikql @@ -32,4 +31,7 @@ target_sources(pack_num PRIVATE ${CMAKE_SOURCE_DIR}/ydb/library/yql/minikql/benchmark/pack_num/pack.cpp ${CMAKE_SOURCE_DIR}/ydb/library/yql/minikql/benchmark/pack_num/pack_num_bench.cpp ) +target_allocator(pack_num + library-cpp-balloc +) vcs_info(pack_num) diff --git a/ydb/library/yql/minikql/benchmark/pack_num/CMakeLists.windows-x86_64.txt b/ydb/library/yql/minikql/benchmark/pack_num/CMakeLists.windows-x86_64.txt index ee53b8738e4..bc248ea407e 100644 --- a/ydb/library/yql/minikql/benchmark/pack_num/CMakeLists.windows-x86_64.txt +++ b/ydb/library/yql/minikql/benchmark/pack_num/CMakeLists.windows-x86_64.txt @@ -11,7 +11,6 @@ add_executable(pack_num) target_link_libraries(pack_num PUBLIC contrib-libs-cxxsupp yutil - library-cpp-balloc library-cpp-cpuid_check testing-benchmark-main library-yql-minikql @@ -21,4 +20,7 @@ target_sources(pack_num PRIVATE ${CMAKE_SOURCE_DIR}/ydb/library/yql/minikql/benchmark/pack_num/pack.cpp ${CMAKE_SOURCE_DIR}/ydb/library/yql/minikql/benchmark/pack_num/pack_num_bench.cpp ) +target_allocator(pack_num + library-cpp-balloc +) vcs_info(pack_num) diff --git a/ydb/library/yql/minikql/jsonpath/benchmark/CMakeLists.darwin-x86_64.txt b/ydb/library/yql/minikql/jsonpath/benchmark/CMakeLists.darwin-x86_64.txt index bc41fdd7401..395bf9e9311 100644 --- a/ydb/library/yql/minikql/jsonpath/benchmark/CMakeLists.darwin-x86_64.txt +++ b/ydb/library/yql/minikql/jsonpath/benchmark/CMakeLists.darwin-x86_64.txt @@ -14,7 +14,6 @@ target_compile_options(benchmark PRIVATE target_link_libraries(benchmark PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check testing-benchmark-main library-cpp-json @@ -35,4 +34,7 @@ target_link_options(benchmark PRIVATE target_sources(benchmark PRIVATE ${CMAKE_SOURCE_DIR}/ydb/library/yql/minikql/jsonpath/benchmark/main.cpp ) +target_allocator(benchmark + system_allocator +) vcs_info(benchmark) diff --git a/ydb/library/yql/minikql/jsonpath/benchmark/CMakeLists.linux-aarch64.txt b/ydb/library/yql/minikql/jsonpath/benchmark/CMakeLists.linux-aarch64.txt index adefe5236e8..1ce06d09e27 100644 --- a/ydb/library/yql/minikql/jsonpath/benchmark/CMakeLists.linux-aarch64.txt +++ b/ydb/library/yql/minikql/jsonpath/benchmark/CMakeLists.linux-aarch64.txt @@ -15,7 +15,6 @@ target_link_libraries(benchmark PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc testing-benchmark-main library-cpp-json library-yql-minikql @@ -40,4 +39,7 @@ target_link_options(benchmark PRIVATE target_sources(benchmark PRIVATE ${CMAKE_SOURCE_DIR}/ydb/library/yql/minikql/jsonpath/benchmark/main.cpp ) +target_allocator(benchmark + cpp-malloc-jemalloc +) vcs_info(benchmark) diff --git a/ydb/library/yql/minikql/jsonpath/benchmark/CMakeLists.linux-x86_64.txt b/ydb/library/yql/minikql/jsonpath/benchmark/CMakeLists.linux-x86_64.txt index 3ebb3572b82..ef5b508643f 100644 --- a/ydb/library/yql/minikql/jsonpath/benchmark/CMakeLists.linux-x86_64.txt +++ b/ydb/library/yql/minikql/jsonpath/benchmark/CMakeLists.linux-x86_64.txt @@ -15,8 +15,6 @@ target_link_libraries(benchmark PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check testing-benchmark-main library-cpp-json @@ -42,4 +40,8 @@ target_link_options(benchmark PRIVATE target_sources(benchmark PRIVATE ${CMAKE_SOURCE_DIR}/ydb/library/yql/minikql/jsonpath/benchmark/main.cpp ) +target_allocator(benchmark + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(benchmark) diff --git a/ydb/library/yql/minikql/jsonpath/benchmark/CMakeLists.windows-x86_64.txt b/ydb/library/yql/minikql/jsonpath/benchmark/CMakeLists.windows-x86_64.txt index f08d7c49411..cf486b2a2e8 100644 --- a/ydb/library/yql/minikql/jsonpath/benchmark/CMakeLists.windows-x86_64.txt +++ b/ydb/library/yql/minikql/jsonpath/benchmark/CMakeLists.windows-x86_64.txt @@ -14,7 +14,6 @@ target_compile_options(benchmark PRIVATE target_link_libraries(benchmark PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check testing-benchmark-main library-cpp-json @@ -30,4 +29,7 @@ target_link_libraries(benchmark PUBLIC target_sources(benchmark PRIVATE ${CMAKE_SOURCE_DIR}/ydb/library/yql/minikql/jsonpath/benchmark/main.cpp ) +target_allocator(benchmark + system_allocator +) vcs_info(benchmark) diff --git a/ydb/library/yql/minikql/perf/alloc/CMakeLists.darwin-x86_64.txt b/ydb/library/yql/minikql/perf/alloc/CMakeLists.darwin-x86_64.txt index 18c446bba5b..31f9fbd35e3 100644 --- a/ydb/library/yql/minikql/perf/alloc/CMakeLists.darwin-x86_64.txt +++ b/ydb/library/yql/minikql/perf/alloc/CMakeLists.darwin-x86_64.txt @@ -14,7 +14,6 @@ target_compile_options(alloc PRIVATE target_link_libraries(alloc PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check library-yql-minikql yql-public-udf @@ -29,4 +28,7 @@ target_link_options(alloc PRIVATE target_sources(alloc PRIVATE ${CMAKE_SOURCE_DIR}/ydb/library/yql/minikql/perf/alloc/alloc.cpp ) +target_allocator(alloc + system_allocator +) vcs_info(alloc) diff --git a/ydb/library/yql/minikql/perf/alloc/CMakeLists.linux-aarch64.txt b/ydb/library/yql/minikql/perf/alloc/CMakeLists.linux-aarch64.txt index a329be8b45e..18593395ac0 100644 --- a/ydb/library/yql/minikql/perf/alloc/CMakeLists.linux-aarch64.txt +++ b/ydb/library/yql/minikql/perf/alloc/CMakeLists.linux-aarch64.txt @@ -15,7 +15,6 @@ target_link_libraries(alloc PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc library-yql-minikql yql-public-udf udf-service-exception_policy @@ -34,4 +33,7 @@ target_link_options(alloc PRIVATE target_sources(alloc PRIVATE ${CMAKE_SOURCE_DIR}/ydb/library/yql/minikql/perf/alloc/alloc.cpp ) +target_allocator(alloc + cpp-malloc-jemalloc +) vcs_info(alloc) diff --git a/ydb/library/yql/minikql/perf/alloc/CMakeLists.linux-x86_64.txt b/ydb/library/yql/minikql/perf/alloc/CMakeLists.linux-x86_64.txt index c0a44cd2126..57a3bf9ac9b 100644 --- a/ydb/library/yql/minikql/perf/alloc/CMakeLists.linux-x86_64.txt +++ b/ydb/library/yql/minikql/perf/alloc/CMakeLists.linux-x86_64.txt @@ -15,8 +15,6 @@ target_link_libraries(alloc PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check library-yql-minikql yql-public-udf @@ -36,4 +34,8 @@ target_link_options(alloc PRIVATE target_sources(alloc PRIVATE ${CMAKE_SOURCE_DIR}/ydb/library/yql/minikql/perf/alloc/alloc.cpp ) +target_allocator(alloc + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(alloc) diff --git a/ydb/library/yql/minikql/perf/alloc/CMakeLists.windows-x86_64.txt b/ydb/library/yql/minikql/perf/alloc/CMakeLists.windows-x86_64.txt index d666c259b5d..70472ac6ffe 100644 --- a/ydb/library/yql/minikql/perf/alloc/CMakeLists.windows-x86_64.txt +++ b/ydb/library/yql/minikql/perf/alloc/CMakeLists.windows-x86_64.txt @@ -14,7 +14,6 @@ target_compile_options(alloc PRIVATE target_link_libraries(alloc PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check library-yql-minikql yql-public-udf @@ -24,4 +23,7 @@ target_link_libraries(alloc PUBLIC target_sources(alloc PRIVATE ${CMAKE_SOURCE_DIR}/ydb/library/yql/minikql/perf/alloc/alloc.cpp ) +target_allocator(alloc + system_allocator +) vcs_info(alloc) diff --git a/ydb/library/yql/minikql/perf/mt_param/CMakeLists.darwin-x86_64.txt b/ydb/library/yql/minikql/perf/mt_param/CMakeLists.darwin-x86_64.txt index 31f543ff935..b50564f6fc2 100644 --- a/ydb/library/yql/minikql/perf/mt_param/CMakeLists.darwin-x86_64.txt +++ b/ydb/library/yql/minikql/perf/mt_param/CMakeLists.darwin-x86_64.txt @@ -14,7 +14,6 @@ target_compile_options(mt_param PRIVATE target_link_libraries(mt_param PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check library-yql-minikql yql-minikql-comp_nodes @@ -34,4 +33,7 @@ target_link_options(mt_param PRIVATE target_sources(mt_param PRIVATE ${CMAKE_SOURCE_DIR}/ydb/library/yql/minikql/perf/mt_param/mt_param.cpp ) +target_allocator(mt_param + system_allocator +) vcs_info(mt_param) diff --git a/ydb/library/yql/minikql/perf/mt_param/CMakeLists.linux-aarch64.txt b/ydb/library/yql/minikql/perf/mt_param/CMakeLists.linux-aarch64.txt index 665b44cfdb9..01c8afa8cbe 100644 --- a/ydb/library/yql/minikql/perf/mt_param/CMakeLists.linux-aarch64.txt +++ b/ydb/library/yql/minikql/perf/mt_param/CMakeLists.linux-aarch64.txt @@ -15,7 +15,6 @@ target_link_libraries(mt_param PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc library-yql-minikql yql-minikql-comp_nodes yql-minikql-computation @@ -37,4 +36,7 @@ target_link_options(mt_param PRIVATE target_sources(mt_param PRIVATE ${CMAKE_SOURCE_DIR}/ydb/library/yql/minikql/perf/mt_param/mt_param.cpp ) +target_allocator(mt_param + cpp-malloc-jemalloc +) vcs_info(mt_param) diff --git a/ydb/library/yql/minikql/perf/mt_param/CMakeLists.linux-x86_64.txt b/ydb/library/yql/minikql/perf/mt_param/CMakeLists.linux-x86_64.txt index 8cec7064511..069b1a053f6 100644 --- a/ydb/library/yql/minikql/perf/mt_param/CMakeLists.linux-x86_64.txt +++ b/ydb/library/yql/minikql/perf/mt_param/CMakeLists.linux-x86_64.txt @@ -15,8 +15,6 @@ target_link_libraries(mt_param PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check library-yql-minikql yql-minikql-comp_nodes @@ -39,4 +37,8 @@ target_link_options(mt_param PRIVATE target_sources(mt_param PRIVATE ${CMAKE_SOURCE_DIR}/ydb/library/yql/minikql/perf/mt_param/mt_param.cpp ) +target_allocator(mt_param + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(mt_param) diff --git a/ydb/library/yql/minikql/perf/mt_param/CMakeLists.windows-x86_64.txt b/ydb/library/yql/minikql/perf/mt_param/CMakeLists.windows-x86_64.txt index 2b535786773..90357f3de28 100644 --- a/ydb/library/yql/minikql/perf/mt_param/CMakeLists.windows-x86_64.txt +++ b/ydb/library/yql/minikql/perf/mt_param/CMakeLists.windows-x86_64.txt @@ -14,7 +14,6 @@ target_compile_options(mt_param PRIVATE target_link_libraries(mt_param PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check library-yql-minikql yql-minikql-comp_nodes @@ -27,4 +26,7 @@ target_link_libraries(mt_param PUBLIC target_sources(mt_param PRIVATE ${CMAKE_SOURCE_DIR}/ydb/library/yql/minikql/perf/mt_param/mt_param.cpp ) +target_allocator(mt_param + system_allocator +) vcs_info(mt_param) diff --git a/ydb/library/yql/minikql/perf/packer/CMakeLists.darwin-x86_64.txt b/ydb/library/yql/minikql/perf/packer/CMakeLists.darwin-x86_64.txt index b6ff373cb06..027e215cfe7 100644 --- a/ydb/library/yql/minikql/perf/packer/CMakeLists.darwin-x86_64.txt +++ b/ydb/library/yql/minikql/perf/packer/CMakeLists.darwin-x86_64.txt @@ -14,7 +14,6 @@ target_compile_options(packer PRIVATE target_link_libraries(packer PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc library-cpp-cpuid_check library-yql-minikql yql-minikql-comp_nodes @@ -34,4 +33,7 @@ target_link_options(packer PRIVATE target_sources(packer PRIVATE ${CMAKE_SOURCE_DIR}/ydb/library/yql/minikql/perf/packer/packer.cpp ) +target_allocator(packer + cpp-malloc-jemalloc +) vcs_info(packer) diff --git a/ydb/library/yql/minikql/perf/packer/CMakeLists.linux-aarch64.txt b/ydb/library/yql/minikql/perf/packer/CMakeLists.linux-aarch64.txt index faef5276b71..21fbdde1d02 100644 --- a/ydb/library/yql/minikql/perf/packer/CMakeLists.linux-aarch64.txt +++ b/ydb/library/yql/minikql/perf/packer/CMakeLists.linux-aarch64.txt @@ -15,7 +15,6 @@ target_link_libraries(packer PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc library-yql-minikql yql-minikql-comp_nodes yql-minikql-computation @@ -37,4 +36,7 @@ target_link_options(packer PRIVATE target_sources(packer PRIVATE ${CMAKE_SOURCE_DIR}/ydb/library/yql/minikql/perf/packer/packer.cpp ) +target_allocator(packer + cpp-malloc-jemalloc +) vcs_info(packer) diff --git a/ydb/library/yql/minikql/perf/packer/CMakeLists.linux-x86_64.txt b/ydb/library/yql/minikql/perf/packer/CMakeLists.linux-x86_64.txt index 48ec6d8d713..cfdd4861d7a 100644 --- a/ydb/library/yql/minikql/perf/packer/CMakeLists.linux-x86_64.txt +++ b/ydb/library/yql/minikql/perf/packer/CMakeLists.linux-x86_64.txt @@ -15,7 +15,6 @@ target_link_libraries(packer PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc library-cpp-cpuid_check library-yql-minikql yql-minikql-comp_nodes @@ -38,4 +37,7 @@ target_link_options(packer PRIVATE target_sources(packer PRIVATE ${CMAKE_SOURCE_DIR}/ydb/library/yql/minikql/perf/packer/packer.cpp ) +target_allocator(packer + cpp-malloc-jemalloc +) vcs_info(packer) diff --git a/ydb/library/yql/minikql/perf/packer/CMakeLists.windows-x86_64.txt b/ydb/library/yql/minikql/perf/packer/CMakeLists.windows-x86_64.txt index 9cadc56d73c..d179ed696b9 100644 --- a/ydb/library/yql/minikql/perf/packer/CMakeLists.windows-x86_64.txt +++ b/ydb/library/yql/minikql/perf/packer/CMakeLists.windows-x86_64.txt @@ -14,7 +14,6 @@ target_compile_options(packer PRIVATE target_link_libraries(packer PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check library-yql-minikql yql-minikql-comp_nodes @@ -27,4 +26,7 @@ target_link_libraries(packer PUBLIC target_sources(packer PRIVATE ${CMAKE_SOURCE_DIR}/ydb/library/yql/minikql/perf/packer/packer.cpp ) +target_allocator(packer + system_allocator +) vcs_info(packer) diff --git a/ydb/library/yql/minikql/perf/param/CMakeLists.darwin-x86_64.txt b/ydb/library/yql/minikql/perf/param/CMakeLists.darwin-x86_64.txt index ecd71fb584a..906ebccea80 100644 --- a/ydb/library/yql/minikql/perf/param/CMakeLists.darwin-x86_64.txt +++ b/ydb/library/yql/minikql/perf/param/CMakeLists.darwin-x86_64.txt @@ -14,7 +14,6 @@ target_compile_options(param PRIVATE target_link_libraries(param PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check library-yql-minikql yql-minikql-comp_nodes @@ -34,4 +33,7 @@ target_link_options(param PRIVATE target_sources(param PRIVATE ${CMAKE_SOURCE_DIR}/ydb/library/yql/minikql/perf/param/param.cpp ) +target_allocator(param + system_allocator +) vcs_info(param) diff --git a/ydb/library/yql/minikql/perf/param/CMakeLists.linux-aarch64.txt b/ydb/library/yql/minikql/perf/param/CMakeLists.linux-aarch64.txt index 13191ea10cf..10ba8bf3276 100644 --- a/ydb/library/yql/minikql/perf/param/CMakeLists.linux-aarch64.txt +++ b/ydb/library/yql/minikql/perf/param/CMakeLists.linux-aarch64.txt @@ -15,7 +15,6 @@ target_link_libraries(param PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc library-yql-minikql yql-minikql-comp_nodes yql-minikql-computation @@ -37,4 +36,7 @@ target_link_options(param PRIVATE target_sources(param PRIVATE ${CMAKE_SOURCE_DIR}/ydb/library/yql/minikql/perf/param/param.cpp ) +target_allocator(param + cpp-malloc-jemalloc +) vcs_info(param) diff --git a/ydb/library/yql/minikql/perf/param/CMakeLists.linux-x86_64.txt b/ydb/library/yql/minikql/perf/param/CMakeLists.linux-x86_64.txt index 447302f9bad..6937bdf0378 100644 --- a/ydb/library/yql/minikql/perf/param/CMakeLists.linux-x86_64.txt +++ b/ydb/library/yql/minikql/perf/param/CMakeLists.linux-x86_64.txt @@ -15,8 +15,6 @@ target_link_libraries(param PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check library-yql-minikql yql-minikql-comp_nodes @@ -39,4 +37,8 @@ target_link_options(param PRIVATE target_sources(param PRIVATE ${CMAKE_SOURCE_DIR}/ydb/library/yql/minikql/perf/param/param.cpp ) +target_allocator(param + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(param) diff --git a/ydb/library/yql/minikql/perf/param/CMakeLists.windows-x86_64.txt b/ydb/library/yql/minikql/perf/param/CMakeLists.windows-x86_64.txt index df56e3ea9b7..cf0576970d8 100644 --- a/ydb/library/yql/minikql/perf/param/CMakeLists.windows-x86_64.txt +++ b/ydb/library/yql/minikql/perf/param/CMakeLists.windows-x86_64.txt @@ -14,7 +14,6 @@ target_compile_options(param PRIVATE target_link_libraries(param PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check library-yql-minikql yql-minikql-comp_nodes @@ -27,4 +26,7 @@ target_link_libraries(param PUBLIC target_sources(param PRIVATE ${CMAKE_SOURCE_DIR}/ydb/library/yql/minikql/perf/param/param.cpp ) +target_allocator(param + system_allocator +) vcs_info(param) diff --git a/ydb/library/yql/minikql/perf/presort/CMakeLists.darwin-x86_64.txt b/ydb/library/yql/minikql/perf/presort/CMakeLists.darwin-x86_64.txt index c1735e2fcf5..6806fd32775 100644 --- a/ydb/library/yql/minikql/perf/presort/CMakeLists.darwin-x86_64.txt +++ b/ydb/library/yql/minikql/perf/presort/CMakeLists.darwin-x86_64.txt @@ -14,7 +14,6 @@ target_compile_options(presort PRIVATE target_link_libraries(presort PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check library-cpp-presort library-yql-minikql @@ -32,4 +31,7 @@ target_link_options(presort PRIVATE target_sources(presort PRIVATE ${CMAKE_SOURCE_DIR}/ydb/library/yql/minikql/perf/presort/presort.cpp ) +target_allocator(presort + system_allocator +) vcs_info(presort) diff --git a/ydb/library/yql/minikql/perf/presort/CMakeLists.linux-aarch64.txt b/ydb/library/yql/minikql/perf/presort/CMakeLists.linux-aarch64.txt index 98b5e464eb2..ef627af677c 100644 --- a/ydb/library/yql/minikql/perf/presort/CMakeLists.linux-aarch64.txt +++ b/ydb/library/yql/minikql/perf/presort/CMakeLists.linux-aarch64.txt @@ -15,7 +15,6 @@ target_link_libraries(presort PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc library-cpp-presort library-yql-minikql yql-minikql-computation @@ -37,4 +36,7 @@ target_link_options(presort PRIVATE target_sources(presort PRIVATE ${CMAKE_SOURCE_DIR}/ydb/library/yql/minikql/perf/presort/presort.cpp ) +target_allocator(presort + cpp-malloc-jemalloc +) vcs_info(presort) diff --git a/ydb/library/yql/minikql/perf/presort/CMakeLists.linux-x86_64.txt b/ydb/library/yql/minikql/perf/presort/CMakeLists.linux-x86_64.txt index d4560b19c2f..12bccbb3bfe 100644 --- a/ydb/library/yql/minikql/perf/presort/CMakeLists.linux-x86_64.txt +++ b/ydb/library/yql/minikql/perf/presort/CMakeLists.linux-x86_64.txt @@ -15,8 +15,6 @@ target_link_libraries(presort PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check library-cpp-presort library-yql-minikql @@ -39,4 +37,8 @@ target_link_options(presort PRIVATE target_sources(presort PRIVATE ${CMAKE_SOURCE_DIR}/ydb/library/yql/minikql/perf/presort/presort.cpp ) +target_allocator(presort + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(presort) diff --git a/ydb/library/yql/minikql/perf/presort/CMakeLists.windows-x86_64.txt b/ydb/library/yql/minikql/perf/presort/CMakeLists.windows-x86_64.txt index 689872e42da..00eb92ce465 100644 --- a/ydb/library/yql/minikql/perf/presort/CMakeLists.windows-x86_64.txt +++ b/ydb/library/yql/minikql/perf/presort/CMakeLists.windows-x86_64.txt @@ -14,7 +14,6 @@ target_compile_options(presort PRIVATE target_link_libraries(presort PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check library-cpp-presort library-yql-minikql @@ -27,4 +26,7 @@ target_link_libraries(presort PUBLIC target_sources(presort PRIVATE ${CMAKE_SOURCE_DIR}/ydb/library/yql/minikql/perf/presort/presort.cpp ) +target_allocator(presort + system_allocator +) vcs_info(presort) diff --git a/ydb/library/yql/minikql/ut/CMakeLists.darwin-x86_64.txt b/ydb/library/yql/minikql/ut/CMakeLists.darwin-x86_64.txt index 92b6fd8dd8b..7cb1d6dbb1e 100644 --- a/ydb/library/yql/minikql/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/library/yql/minikql/ut/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-library-yql-minikql-ut PRIVATE target_link_libraries(ydb-library-yql-minikql-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main library-yql-minikql @@ -87,4 +86,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-library-yql-minikql-ut + system_allocator +) vcs_info(ydb-library-yql-minikql-ut) diff --git a/ydb/library/yql/minikql/ut/CMakeLists.linux-aarch64.txt b/ydb/library/yql/minikql/ut/CMakeLists.linux-aarch64.txt index 04904fbea89..22368f98211 100644 --- a/ydb/library/yql/minikql/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/library/yql/minikql/ut/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-library-yql-minikql-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main library-yql-minikql libs-apache-arrow @@ -92,4 +91,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-library-yql-minikql-ut + cpp-malloc-jemalloc +) vcs_info(ydb-library-yql-minikql-ut) diff --git a/ydb/library/yql/minikql/ut/CMakeLists.linux-x86_64.txt b/ydb/library/yql/minikql/ut/CMakeLists.linux-x86_64.txt index f7c15a5f3d6..0f1f16e142f 100644 --- a/ydb/library/yql/minikql/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/library/yql/minikql/ut/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-library-yql-minikql-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main library-yql-minikql @@ -94,4 +92,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-library-yql-minikql-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-library-yql-minikql-ut) diff --git a/ydb/library/yql/minikql/ut/CMakeLists.windows-x86_64.txt b/ydb/library/yql/minikql/ut/CMakeLists.windows-x86_64.txt index 313821a09b8..6983f13b25f 100644 --- a/ydb/library/yql/minikql/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/library/yql/minikql/ut/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-library-yql-minikql-ut PRIVATE target_link_libraries(ydb-library-yql-minikql-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main library-yql-minikql @@ -82,4 +81,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-library-yql-minikql-ut + system_allocator +) vcs_info(ydb-library-yql-minikql-ut) diff --git a/ydb/library/yql/parser/lexer_common/ut/CMakeLists.darwin-x86_64.txt b/ydb/library/yql/parser/lexer_common/ut/CMakeLists.darwin-x86_64.txt index 4efbd193805..f6b631f10ca 100644 --- a/ydb/library/yql/parser/lexer_common/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/library/yql/parser/lexer_common/ut/CMakeLists.darwin-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-library-yql-parser-lexer_common-ut PRIVATE target_link_libraries(ydb-library-yql-parser-lexer_common-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main yql-parser-lexer_common @@ -62,4 +61,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-library-yql-parser-lexer_common-ut + system_allocator +) vcs_info(ydb-library-yql-parser-lexer_common-ut) diff --git a/ydb/library/yql/parser/lexer_common/ut/CMakeLists.linux-aarch64.txt b/ydb/library/yql/parser/lexer_common/ut/CMakeLists.linux-aarch64.txt index 779009537c4..d99f3e4b38e 100644 --- a/ydb/library/yql/parser/lexer_common/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/library/yql/parser/lexer_common/ut/CMakeLists.linux-aarch64.txt @@ -15,7 +15,6 @@ target_link_libraries(ydb-library-yql-parser-lexer_common-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main yql-parser-lexer_common sql-v1-lexer @@ -67,4 +66,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-library-yql-parser-lexer_common-ut + cpp-malloc-jemalloc +) vcs_info(ydb-library-yql-parser-lexer_common-ut) diff --git a/ydb/library/yql/parser/lexer_common/ut/CMakeLists.linux-x86_64.txt b/ydb/library/yql/parser/lexer_common/ut/CMakeLists.linux-x86_64.txt index 1869d8b27c6..d6ae73273e4 100644 --- a/ydb/library/yql/parser/lexer_common/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/library/yql/parser/lexer_common/ut/CMakeLists.linux-x86_64.txt @@ -15,8 +15,6 @@ target_link_libraries(ydb-library-yql-parser-lexer_common-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main yql-parser-lexer_common @@ -69,4 +67,8 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-library-yql-parser-lexer_common-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-library-yql-parser-lexer_common-ut) diff --git a/ydb/library/yql/parser/lexer_common/ut/CMakeLists.windows-x86_64.txt b/ydb/library/yql/parser/lexer_common/ut/CMakeLists.windows-x86_64.txt index 87b1108faf9..8a89d0c83a8 100644 --- a/ydb/library/yql/parser/lexer_common/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/library/yql/parser/lexer_common/ut/CMakeLists.windows-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-library-yql-parser-lexer_common-ut PRIVATE target_link_libraries(ydb-library-yql-parser-lexer_common-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main yql-parser-lexer_common @@ -57,4 +56,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-library-yql-parser-lexer_common-ut + system_allocator +) vcs_info(ydb-library-yql-parser-lexer_common-ut) diff --git a/ydb/library/yql/parser/pg_catalog/ut/CMakeLists.darwin-x86_64.txt b/ydb/library/yql/parser/pg_catalog/ut/CMakeLists.darwin-x86_64.txt index 415819d795f..9b378eafec3 100644 --- a/ydb/library/yql/parser/pg_catalog/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/library/yql/parser/pg_catalog/ut/CMakeLists.darwin-x86_64.txt @@ -18,7 +18,6 @@ target_include_directories(ydb-library-yql-parser-pg_catalog-ut PRIVATE target_link_libraries(ydb-library-yql-parser-pg_catalog-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main yql-parser-pg_catalog @@ -72,4 +71,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-library-yql-parser-pg_catalog-ut + system_allocator +) vcs_info(ydb-library-yql-parser-pg_catalog-ut) diff --git a/ydb/library/yql/parser/pg_catalog/ut/CMakeLists.linux-aarch64.txt b/ydb/library/yql/parser/pg_catalog/ut/CMakeLists.linux-aarch64.txt index 8dbb592449d..fde4fe56c16 100644 --- a/ydb/library/yql/parser/pg_catalog/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/library/yql/parser/pg_catalog/ut/CMakeLists.linux-aarch64.txt @@ -19,7 +19,6 @@ target_link_libraries(ydb-library-yql-parser-pg_catalog-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main yql-parser-pg_catalog yql-minikql-computation @@ -75,4 +74,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-library-yql-parser-pg_catalog-ut + cpp-malloc-jemalloc +) vcs_info(ydb-library-yql-parser-pg_catalog-ut) diff --git a/ydb/library/yql/parser/pg_catalog/ut/CMakeLists.linux-x86_64.txt b/ydb/library/yql/parser/pg_catalog/ut/CMakeLists.linux-x86_64.txt index c155bce5d44..f3fd4417520 100644 --- a/ydb/library/yql/parser/pg_catalog/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/library/yql/parser/pg_catalog/ut/CMakeLists.linux-x86_64.txt @@ -19,8 +19,6 @@ target_link_libraries(ydb-library-yql-parser-pg_catalog-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main yql-parser-pg_catalog @@ -77,4 +75,8 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-library-yql-parser-pg_catalog-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-library-yql-parser-pg_catalog-ut) diff --git a/ydb/library/yql/parser/pg_catalog/ut/CMakeLists.windows-x86_64.txt b/ydb/library/yql/parser/pg_catalog/ut/CMakeLists.windows-x86_64.txt index 5966c77cc11..9ef0d1bf6c2 100644 --- a/ydb/library/yql/parser/pg_catalog/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/library/yql/parser/pg_catalog/ut/CMakeLists.windows-x86_64.txt @@ -18,7 +18,6 @@ target_include_directories(ydb-library-yql-parser-pg_catalog-ut PRIVATE target_link_libraries(ydb-library-yql-parser-pg_catalog-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main yql-parser-pg_catalog @@ -65,4 +64,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-library-yql-parser-pg_catalog-ut + system_allocator +) vcs_info(ydb-library-yql-parser-pg_catalog-ut) diff --git a/ydb/library/yql/parser/pg_wrapper/ut/CMakeLists.darwin-x86_64.txt b/ydb/library/yql/parser/pg_wrapper/ut/CMakeLists.darwin-x86_64.txt index 36e200e0236..82a6482dd17 100644 --- a/ydb/library/yql/parser/pg_wrapper/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/library/yql/parser/pg_wrapper/ut/CMakeLists.darwin-x86_64.txt @@ -18,7 +18,6 @@ target_include_directories(ydb-library-yql-parser-pg_wrapper-ut PRIVATE target_link_libraries(ydb-library-yql-parser-pg_wrapper-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main yql-parser-pg_wrapper @@ -81,4 +80,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-library-yql-parser-pg_wrapper-ut + system_allocator +) vcs_info(ydb-library-yql-parser-pg_wrapper-ut) diff --git a/ydb/library/yql/parser/pg_wrapper/ut/CMakeLists.linux-aarch64.txt b/ydb/library/yql/parser/pg_wrapper/ut/CMakeLists.linux-aarch64.txt index ea8ce64ec7f..1ebfd91b3b6 100644 --- a/ydb/library/yql/parser/pg_wrapper/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/library/yql/parser/pg_wrapper/ut/CMakeLists.linux-aarch64.txt @@ -19,7 +19,6 @@ target_link_libraries(ydb-library-yql-parser-pg_wrapper-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main yql-parser-pg_wrapper yql-minikql-computation @@ -84,4 +83,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-library-yql-parser-pg_wrapper-ut + cpp-malloc-jemalloc +) vcs_info(ydb-library-yql-parser-pg_wrapper-ut) diff --git a/ydb/library/yql/parser/pg_wrapper/ut/CMakeLists.linux-x86_64.txt b/ydb/library/yql/parser/pg_wrapper/ut/CMakeLists.linux-x86_64.txt index 4abc4953e5a..ca6c0dfa707 100644 --- a/ydb/library/yql/parser/pg_wrapper/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/library/yql/parser/pg_wrapper/ut/CMakeLists.linux-x86_64.txt @@ -19,8 +19,6 @@ target_link_libraries(ydb-library-yql-parser-pg_wrapper-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main yql-parser-pg_wrapper @@ -86,4 +84,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-library-yql-parser-pg_wrapper-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-library-yql-parser-pg_wrapper-ut) diff --git a/ydb/library/yql/parser/pg_wrapper/ut/CMakeLists.windows-x86_64.txt b/ydb/library/yql/parser/pg_wrapper/ut/CMakeLists.windows-x86_64.txt index 7bd4c1fd30b..d0464759c55 100644 --- a/ydb/library/yql/parser/pg_wrapper/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/library/yql/parser/pg_wrapper/ut/CMakeLists.windows-x86_64.txt @@ -18,7 +18,6 @@ target_include_directories(ydb-library-yql-parser-pg_wrapper-ut PRIVATE target_link_libraries(ydb-library-yql-parser-pg_wrapper-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main yql-parser-pg_wrapper @@ -74,4 +73,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-library-yql-parser-pg_wrapper-ut + system_allocator +) vcs_info(ydb-library-yql-parser-pg_wrapper-ut) diff --git a/ydb/library/yql/providers/common/codec/ut/CMakeLists.darwin-x86_64.txt b/ydb/library/yql/providers/common/codec/ut/CMakeLists.darwin-x86_64.txt index e57fa01ec7e..26382d1c1a9 100644 --- a/ydb/library/yql/providers/common/codec/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/library/yql/providers/common/codec/ut/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-library-yql-providers-common-codec-ut PRIVATE target_link_libraries(ydb-library-yql-providers-common-codec-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main providers-common-codec @@ -67,4 +66,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-library-yql-providers-common-codec-ut + system_allocator +) vcs_info(ydb-library-yql-providers-common-codec-ut) diff --git a/ydb/library/yql/providers/common/codec/ut/CMakeLists.linux-aarch64.txt b/ydb/library/yql/providers/common/codec/ut/CMakeLists.linux-aarch64.txt index 57cbc8534d4..bc1dd28c05b 100644 --- a/ydb/library/yql/providers/common/codec/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/library/yql/providers/common/codec/ut/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-library-yql-providers-common-codec-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main providers-common-codec cpp-testing-unittest @@ -72,4 +71,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-library-yql-providers-common-codec-ut + cpp-malloc-jemalloc +) vcs_info(ydb-library-yql-providers-common-codec-ut) diff --git a/ydb/library/yql/providers/common/codec/ut/CMakeLists.linux-x86_64.txt b/ydb/library/yql/providers/common/codec/ut/CMakeLists.linux-x86_64.txt index 7b0bee1ddc0..1f38c1c8d70 100644 --- a/ydb/library/yql/providers/common/codec/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/library/yql/providers/common/codec/ut/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-library-yql-providers-common-codec-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main providers-common-codec @@ -74,4 +72,8 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-library-yql-providers-common-codec-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-library-yql-providers-common-codec-ut) diff --git a/ydb/library/yql/providers/common/codec/ut/CMakeLists.windows-x86_64.txt b/ydb/library/yql/providers/common/codec/ut/CMakeLists.windows-x86_64.txt index fa0a5b87ea0..bfe1b6a60dd 100644 --- a/ydb/library/yql/providers/common/codec/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/library/yql/providers/common/codec/ut/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-library-yql-providers-common-codec-ut PRIVATE target_link_libraries(ydb-library-yql-providers-common-codec-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main providers-common-codec @@ -62,4 +61,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-library-yql-providers-common-codec-ut + system_allocator +) vcs_info(ydb-library-yql-providers-common-codec-ut) diff --git a/ydb/library/yql/providers/common/http_gateway/ut/CMakeLists.darwin-x86_64.txt b/ydb/library/yql/providers/common/http_gateway/ut/CMakeLists.darwin-x86_64.txt index 9b1a02dacd9..fb317d341c0 100644 --- a/ydb/library/yql/providers/common/http_gateway/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/library/yql/providers/common/http_gateway/ut/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-library-yql-providers-common-http_gateway-ut PRIV target_link_libraries(ydb-library-yql-providers-common-http_gateway-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main providers-common-http_gateway @@ -66,4 +65,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-library-yql-providers-common-http_gateway-ut + system_allocator +) vcs_info(ydb-library-yql-providers-common-http_gateway-ut) diff --git a/ydb/library/yql/providers/common/http_gateway/ut/CMakeLists.linux-aarch64.txt b/ydb/library/yql/providers/common/http_gateway/ut/CMakeLists.linux-aarch64.txt index 762cd28f9bf..83a4e5624c3 100644 --- a/ydb/library/yql/providers/common/http_gateway/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/library/yql/providers/common/http_gateway/ut/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-library-yql-providers-common-http_gateway-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main providers-common-http_gateway cpp-testing-unittest @@ -69,4 +68,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-library-yql-providers-common-http_gateway-ut + cpp-malloc-jemalloc +) vcs_info(ydb-library-yql-providers-common-http_gateway-ut) diff --git a/ydb/library/yql/providers/common/http_gateway/ut/CMakeLists.linux-x86_64.txt b/ydb/library/yql/providers/common/http_gateway/ut/CMakeLists.linux-x86_64.txt index c5a03704852..5e73f3c7c41 100644 --- a/ydb/library/yql/providers/common/http_gateway/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/library/yql/providers/common/http_gateway/ut/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-library-yql-providers-common-http_gateway-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main providers-common-http_gateway @@ -71,4 +69,8 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-library-yql-providers-common-http_gateway-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-library-yql-providers-common-http_gateway-ut) diff --git a/ydb/library/yql/providers/common/http_gateway/ut/CMakeLists.windows-x86_64.txt b/ydb/library/yql/providers/common/http_gateway/ut/CMakeLists.windows-x86_64.txt index 3a6da19ef71..49d6e16b092 100644 --- a/ydb/library/yql/providers/common/http_gateway/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/library/yql/providers/common/http_gateway/ut/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-library-yql-providers-common-http_gateway-ut PRIV target_link_libraries(ydb-library-yql-providers-common-http_gateway-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main providers-common-http_gateway @@ -59,4 +58,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-library-yql-providers-common-http_gateway-ut + system_allocator +) vcs_info(ydb-library-yql-providers-common-http_gateway-ut) diff --git a/ydb/library/yql/providers/common/structured_token/ut/CMakeLists.darwin-x86_64.txt b/ydb/library/yql/providers/common/structured_token/ut/CMakeLists.darwin-x86_64.txt index d5cafd375d0..fc4d1508d06 100644 --- a/ydb/library/yql/providers/common/structured_token/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/library/yql/providers/common/structured_token/ut/CMakeLists.darwin-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(yql-providers-common-structured_token-ut PRIVATE target_link_libraries(yql-providers-common-structured_token-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main providers-common-structured_token @@ -60,4 +59,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(yql-providers-common-structured_token-ut + system_allocator +) vcs_info(yql-providers-common-structured_token-ut) diff --git a/ydb/library/yql/providers/common/structured_token/ut/CMakeLists.linux-aarch64.txt b/ydb/library/yql/providers/common/structured_token/ut/CMakeLists.linux-aarch64.txt index 20555793c98..d0de17a01c0 100644 --- a/ydb/library/yql/providers/common/structured_token/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/library/yql/providers/common/structured_token/ut/CMakeLists.linux-aarch64.txt @@ -15,7 +15,6 @@ target_link_libraries(yql-providers-common-structured_token-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main providers-common-structured_token ) @@ -65,4 +64,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(yql-providers-common-structured_token-ut + cpp-malloc-jemalloc +) vcs_info(yql-providers-common-structured_token-ut) diff --git a/ydb/library/yql/providers/common/structured_token/ut/CMakeLists.linux-x86_64.txt b/ydb/library/yql/providers/common/structured_token/ut/CMakeLists.linux-x86_64.txt index 77ae6026c02..972ef1ff0ce 100644 --- a/ydb/library/yql/providers/common/structured_token/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/library/yql/providers/common/structured_token/ut/CMakeLists.linux-x86_64.txt @@ -15,8 +15,6 @@ target_link_libraries(yql-providers-common-structured_token-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main providers-common-structured_token @@ -67,4 +65,8 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(yql-providers-common-structured_token-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(yql-providers-common-structured_token-ut) diff --git a/ydb/library/yql/providers/common/structured_token/ut/CMakeLists.windows-x86_64.txt b/ydb/library/yql/providers/common/structured_token/ut/CMakeLists.windows-x86_64.txt index 9135e295980..35955e06c30 100644 --- a/ydb/library/yql/providers/common/structured_token/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/library/yql/providers/common/structured_token/ut/CMakeLists.windows-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(yql-providers-common-structured_token-ut PRIVATE target_link_libraries(yql-providers-common-structured_token-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main providers-common-structured_token @@ -55,4 +54,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(yql-providers-common-structured_token-ut + system_allocator +) vcs_info(yql-providers-common-structured_token-ut) diff --git a/ydb/library/yql/providers/dq/actors/ut/CMakeLists.darwin-x86_64.txt b/ydb/library/yql/providers/dq/actors/ut/CMakeLists.darwin-x86_64.txt index d1a2b191b4d..ba38f38f7e5 100644 --- a/ydb/library/yql/providers/dq/actors/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/library/yql/providers/dq/actors/ut/CMakeLists.darwin-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-library-yql-providers-dq-actors-ut PRIVATE target_link_libraries(ydb-library-yql-providers-dq-actors-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main providers-dq-actors @@ -67,4 +66,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-library-yql-providers-dq-actors-ut + system_allocator +) vcs_info(ydb-library-yql-providers-dq-actors-ut) diff --git a/ydb/library/yql/providers/dq/actors/ut/CMakeLists.linux-aarch64.txt b/ydb/library/yql/providers/dq/actors/ut/CMakeLists.linux-aarch64.txt index 7225d00194a..19dffd4e388 100644 --- a/ydb/library/yql/providers/dq/actors/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/library/yql/providers/dq/actors/ut/CMakeLists.linux-aarch64.txt @@ -15,7 +15,6 @@ target_link_libraries(ydb-library-yql-providers-dq-actors-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main providers-dq-actors cpp-testing-unittest @@ -70,4 +69,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-library-yql-providers-dq-actors-ut + cpp-malloc-jemalloc +) vcs_info(ydb-library-yql-providers-dq-actors-ut) diff --git a/ydb/library/yql/providers/dq/actors/ut/CMakeLists.linux-x86_64.txt b/ydb/library/yql/providers/dq/actors/ut/CMakeLists.linux-x86_64.txt index 337587c082c..9cf6feacfbf 100644 --- a/ydb/library/yql/providers/dq/actors/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/library/yql/providers/dq/actors/ut/CMakeLists.linux-x86_64.txt @@ -15,8 +15,6 @@ target_link_libraries(ydb-library-yql-providers-dq-actors-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main providers-dq-actors @@ -72,4 +70,8 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-library-yql-providers-dq-actors-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-library-yql-providers-dq-actors-ut) diff --git a/ydb/library/yql/providers/dq/actors/ut/CMakeLists.windows-x86_64.txt b/ydb/library/yql/providers/dq/actors/ut/CMakeLists.windows-x86_64.txt index aff849efe93..53a9222bda3 100644 --- a/ydb/library/yql/providers/dq/actors/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/library/yql/providers/dq/actors/ut/CMakeLists.windows-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-library-yql-providers-dq-actors-ut PRIVATE target_link_libraries(ydb-library-yql-providers-dq-actors-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main providers-dq-actors @@ -60,4 +59,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-library-yql-providers-dq-actors-ut + system_allocator +) vcs_info(ydb-library-yql-providers-dq-actors-ut) diff --git a/ydb/library/yql/providers/s3/path_generator/ut/CMakeLists.darwin-x86_64.txt b/ydb/library/yql/providers/s3/path_generator/ut/CMakeLists.darwin-x86_64.txt index 676fb4ecb69..9f10d40cedd 100644 --- a/ydb/library/yql/providers/s3/path_generator/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/library/yql/providers/s3/path_generator/ut/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-library-yql-providers-s3-path_generator-ut PRIVAT target_link_libraries(ydb-library-yql-providers-s3-path_generator-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main providers-s3-path_generator @@ -67,4 +66,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-library-yql-providers-s3-path_generator-ut + system_allocator +) vcs_info(ydb-library-yql-providers-s3-path_generator-ut) diff --git a/ydb/library/yql/providers/s3/path_generator/ut/CMakeLists.linux-aarch64.txt b/ydb/library/yql/providers/s3/path_generator/ut/CMakeLists.linux-aarch64.txt index 12b11926019..b483edc6a9a 100644 --- a/ydb/library/yql/providers/s3/path_generator/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/library/yql/providers/s3/path_generator/ut/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-library-yql-providers-s3-path_generator-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main providers-s3-path_generator library-yql-minikql @@ -72,4 +71,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-library-yql-providers-s3-path_generator-ut + cpp-malloc-jemalloc +) vcs_info(ydb-library-yql-providers-s3-path_generator-ut) diff --git a/ydb/library/yql/providers/s3/path_generator/ut/CMakeLists.linux-x86_64.txt b/ydb/library/yql/providers/s3/path_generator/ut/CMakeLists.linux-x86_64.txt index 39a75d67f48..91608acb7e2 100644 --- a/ydb/library/yql/providers/s3/path_generator/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/library/yql/providers/s3/path_generator/ut/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-library-yql-providers-s3-path_generator-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main providers-s3-path_generator @@ -74,4 +72,8 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-library-yql-providers-s3-path_generator-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-library-yql-providers-s3-path_generator-ut) diff --git a/ydb/library/yql/providers/s3/path_generator/ut/CMakeLists.windows-x86_64.txt b/ydb/library/yql/providers/s3/path_generator/ut/CMakeLists.windows-x86_64.txt index 0e777b525a2..e9b07a423c2 100644 --- a/ydb/library/yql/providers/s3/path_generator/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/library/yql/providers/s3/path_generator/ut/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-library-yql-providers-s3-path_generator-ut PRIVAT target_link_libraries(ydb-library-yql-providers-s3-path_generator-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main providers-s3-path_generator @@ -62,4 +61,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-library-yql-providers-s3-path_generator-ut + system_allocator +) vcs_info(ydb-library-yql-providers-s3-path_generator-ut) diff --git a/ydb/library/yql/providers/s3/provider/ut/CMakeLists.darwin-x86_64.txt b/ydb/library/yql/providers/s3/provider/ut/CMakeLists.darwin-x86_64.txt index 8640e12dbcd..f6dfc6f3cdd 100644 --- a/ydb/library/yql/providers/s3/provider/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/library/yql/providers/s3/provider/ut/CMakeLists.darwin-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-library-yql-providers-s3-provider-ut PRIVATE target_link_libraries(ydb-library-yql-providers-s3-provider-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main providers-s3-provider @@ -62,4 +61,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-library-yql-providers-s3-provider-ut + system_allocator +) vcs_info(ydb-library-yql-providers-s3-provider-ut) diff --git a/ydb/library/yql/providers/s3/provider/ut/CMakeLists.linux-aarch64.txt b/ydb/library/yql/providers/s3/provider/ut/CMakeLists.linux-aarch64.txt index 3c96bbad888..9e66dbc5458 100644 --- a/ydb/library/yql/providers/s3/provider/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/library/yql/providers/s3/provider/ut/CMakeLists.linux-aarch64.txt @@ -15,7 +15,6 @@ target_link_libraries(ydb-library-yql-providers-s3-provider-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main providers-s3-provider ) @@ -65,4 +64,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-library-yql-providers-s3-provider-ut + cpp-malloc-jemalloc +) vcs_info(ydb-library-yql-providers-s3-provider-ut) diff --git a/ydb/library/yql/providers/s3/provider/ut/CMakeLists.linux-x86_64.txt b/ydb/library/yql/providers/s3/provider/ut/CMakeLists.linux-x86_64.txt index 1cdb1de1d39..f9e9c70c2a7 100644 --- a/ydb/library/yql/providers/s3/provider/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/library/yql/providers/s3/provider/ut/CMakeLists.linux-x86_64.txt @@ -15,8 +15,6 @@ target_link_libraries(ydb-library-yql-providers-s3-provider-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main providers-s3-provider @@ -67,4 +65,8 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-library-yql-providers-s3-provider-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-library-yql-providers-s3-provider-ut) diff --git a/ydb/library/yql/providers/s3/provider/ut/CMakeLists.windows-x86_64.txt b/ydb/library/yql/providers/s3/provider/ut/CMakeLists.windows-x86_64.txt index 06ca80b4e78..47804df2012 100644 --- a/ydb/library/yql/providers/s3/provider/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/library/yql/providers/s3/provider/ut/CMakeLists.windows-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-library-yql-providers-s3-provider-ut PRIVATE target_link_libraries(ydb-library-yql-providers-s3-provider-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main providers-s3-provider @@ -55,4 +54,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-library-yql-providers-s3-provider-ut + system_allocator +) vcs_info(ydb-library-yql-providers-s3-provider-ut) diff --git a/ydb/library/yql/providers/s3/range_helpers/ut/CMakeLists.darwin-x86_64.txt b/ydb/library/yql/providers/s3/range_helpers/ut/CMakeLists.darwin-x86_64.txt index f40b97de5fa..4e0dda1285c 100644 --- a/ydb/library/yql/providers/s3/range_helpers/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/library/yql/providers/s3/range_helpers/ut/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-library-yql-providers-s3-range_helpers-ut PRIVATE target_link_libraries(ydb-library-yql-providers-s3-range_helpers-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main providers-s3-range_helpers @@ -65,4 +64,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-library-yql-providers-s3-range_helpers-ut + system_allocator +) vcs_info(ydb-library-yql-providers-s3-range_helpers-ut) diff --git a/ydb/library/yql/providers/s3/range_helpers/ut/CMakeLists.linux-aarch64.txt b/ydb/library/yql/providers/s3/range_helpers/ut/CMakeLists.linux-aarch64.txt index a710eb4c9c3..4799d1084f8 100644 --- a/ydb/library/yql/providers/s3/range_helpers/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/library/yql/providers/s3/range_helpers/ut/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-library-yql-providers-s3-range_helpers-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main providers-s3-range_helpers providers-common-provider @@ -70,4 +69,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-library-yql-providers-s3-range_helpers-ut + cpp-malloc-jemalloc +) vcs_info(ydb-library-yql-providers-s3-range_helpers-ut) diff --git a/ydb/library/yql/providers/s3/range_helpers/ut/CMakeLists.linux-x86_64.txt b/ydb/library/yql/providers/s3/range_helpers/ut/CMakeLists.linux-x86_64.txt index 95058e6fb1d..15a20bb7dd0 100644 --- a/ydb/library/yql/providers/s3/range_helpers/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/library/yql/providers/s3/range_helpers/ut/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-library-yql-providers-s3-range_helpers-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main providers-s3-range_helpers @@ -72,4 +70,8 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-library-yql-providers-s3-range_helpers-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-library-yql-providers-s3-range_helpers-ut) diff --git a/ydb/library/yql/providers/s3/range_helpers/ut/CMakeLists.windows-x86_64.txt b/ydb/library/yql/providers/s3/range_helpers/ut/CMakeLists.windows-x86_64.txt index 17520d7e2b5..f1756010965 100644 --- a/ydb/library/yql/providers/s3/range_helpers/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/library/yql/providers/s3/range_helpers/ut/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-library-yql-providers-s3-range_helpers-ut PRIVATE target_link_libraries(ydb-library-yql-providers-s3-range_helpers-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main providers-s3-range_helpers @@ -60,4 +59,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-library-yql-providers-s3-range_helpers-ut + system_allocator +) vcs_info(ydb-library-yql-providers-s3-range_helpers-ut) diff --git a/ydb/library/yql/public/decimal/ut/CMakeLists.darwin-x86_64.txt b/ydb/library/yql/public/decimal/ut/CMakeLists.darwin-x86_64.txt index 39a4e187d86..4f60b7bba22 100644 --- a/ydb/library/yql/public/decimal/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/library/yql/public/decimal/ut/CMakeLists.darwin-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-library-yql-public-decimal-ut PRIVATE target_link_libraries(ydb-library-yql-public-decimal-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main yql-public-decimal @@ -61,4 +60,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-library-yql-public-decimal-ut + system_allocator +) vcs_info(ydb-library-yql-public-decimal-ut) diff --git a/ydb/library/yql/public/decimal/ut/CMakeLists.linux-aarch64.txt b/ydb/library/yql/public/decimal/ut/CMakeLists.linux-aarch64.txt index 5dd26248e95..2af52bbe6fe 100644 --- a/ydb/library/yql/public/decimal/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/library/yql/public/decimal/ut/CMakeLists.linux-aarch64.txt @@ -15,7 +15,6 @@ target_link_libraries(ydb-library-yql-public-decimal-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main yql-public-decimal ) @@ -66,4 +65,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-library-yql-public-decimal-ut + cpp-malloc-jemalloc +) vcs_info(ydb-library-yql-public-decimal-ut) diff --git a/ydb/library/yql/public/decimal/ut/CMakeLists.linux-x86_64.txt b/ydb/library/yql/public/decimal/ut/CMakeLists.linux-x86_64.txt index f0782f78ae8..6d09d433fb7 100644 --- a/ydb/library/yql/public/decimal/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/library/yql/public/decimal/ut/CMakeLists.linux-x86_64.txt @@ -15,8 +15,6 @@ target_link_libraries(ydb-library-yql-public-decimal-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main yql-public-decimal @@ -68,4 +66,8 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-library-yql-public-decimal-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-library-yql-public-decimal-ut) diff --git a/ydb/library/yql/public/decimal/ut/CMakeLists.windows-x86_64.txt b/ydb/library/yql/public/decimal/ut/CMakeLists.windows-x86_64.txt index efb56099034..81a8aab8c60 100644 --- a/ydb/library/yql/public/decimal/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/library/yql/public/decimal/ut/CMakeLists.windows-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-library-yql-public-decimal-ut PRIVATE target_link_libraries(ydb-library-yql-public-decimal-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main yql-public-decimal @@ -56,4 +55,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-library-yql-public-decimal-ut + system_allocator +) vcs_info(ydb-library-yql-public-decimal-ut) diff --git a/ydb/library/yql/public/issue/ut/CMakeLists.darwin-x86_64.txt b/ydb/library/yql/public/issue/ut/CMakeLists.darwin-x86_64.txt index 89b094fbc25..556fac7a672 100644 --- a/ydb/library/yql/public/issue/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/library/yql/public/issue/ut/CMakeLists.darwin-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-library-yql-public-issue-ut PRIVATE target_link_libraries(ydb-library-yql-public-issue-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main yql-public-issue @@ -64,4 +63,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-library-yql-public-issue-ut + system_allocator +) vcs_info(ydb-library-yql-public-issue-ut) diff --git a/ydb/library/yql/public/issue/ut/CMakeLists.linux-aarch64.txt b/ydb/library/yql/public/issue/ut/CMakeLists.linux-aarch64.txt index a44d6d989b9..2b4f7d747b3 100644 --- a/ydb/library/yql/public/issue/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/library/yql/public/issue/ut/CMakeLists.linux-aarch64.txt @@ -15,7 +15,6 @@ target_link_libraries(ydb-library-yql-public-issue-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main yql-public-issue cpp-unicode-normalization @@ -69,4 +68,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-library-yql-public-issue-ut + cpp-malloc-jemalloc +) vcs_info(ydb-library-yql-public-issue-ut) diff --git a/ydb/library/yql/public/issue/ut/CMakeLists.linux-x86_64.txt b/ydb/library/yql/public/issue/ut/CMakeLists.linux-x86_64.txt index 666b5d76214..55e9451c4d5 100644 --- a/ydb/library/yql/public/issue/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/library/yql/public/issue/ut/CMakeLists.linux-x86_64.txt @@ -15,8 +15,6 @@ target_link_libraries(ydb-library-yql-public-issue-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main yql-public-issue @@ -71,4 +69,8 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-library-yql-public-issue-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-library-yql-public-issue-ut) diff --git a/ydb/library/yql/public/issue/ut/CMakeLists.windows-x86_64.txt b/ydb/library/yql/public/issue/ut/CMakeLists.windows-x86_64.txt index 6423b415bfd..1b8f13a0c28 100644 --- a/ydb/library/yql/public/issue/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/library/yql/public/issue/ut/CMakeLists.windows-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-library-yql-public-issue-ut PRIVATE target_link_libraries(ydb-library-yql-public-issue-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main yql-public-issue @@ -59,4 +58,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-library-yql-public-issue-ut + system_allocator +) vcs_info(ydb-library-yql-public-issue-ut) diff --git a/ydb/library/yql/public/udf/ut/CMakeLists.darwin-x86_64.txt b/ydb/library/yql/public/udf/ut/CMakeLists.darwin-x86_64.txt index b6d1b92f26b..22465a16d3e 100644 --- a/ydb/library/yql/public/udf/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/library/yql/public/udf/ut/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-library-yql-public-udf-ut PRIVATE target_link_libraries(ydb-library-yql-public-udf-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main yql-public-udf @@ -67,4 +66,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-library-yql-public-udf-ut + system_allocator +) vcs_info(ydb-library-yql-public-udf-ut) diff --git a/ydb/library/yql/public/udf/ut/CMakeLists.linux-aarch64.txt b/ydb/library/yql/public/udf/ut/CMakeLists.linux-aarch64.txt index b86cd697982..c8f07e9d87e 100644 --- a/ydb/library/yql/public/udf/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/library/yql/public/udf/ut/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-library-yql-public-udf-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main yql-public-udf udf-service-exception_policy @@ -72,4 +71,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-library-yql-public-udf-ut + cpp-malloc-jemalloc +) vcs_info(ydb-library-yql-public-udf-ut) diff --git a/ydb/library/yql/public/udf/ut/CMakeLists.linux-x86_64.txt b/ydb/library/yql/public/udf/ut/CMakeLists.linux-x86_64.txt index 379381154d4..2bcd2a9a145 100644 --- a/ydb/library/yql/public/udf/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/library/yql/public/udf/ut/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-library-yql-public-udf-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main yql-public-udf @@ -74,4 +72,8 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-library-yql-public-udf-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-library-yql-public-udf-ut) diff --git a/ydb/library/yql/public/udf/ut/CMakeLists.windows-x86_64.txt b/ydb/library/yql/public/udf/ut/CMakeLists.windows-x86_64.txt index b9b3a516f0e..cb9c8235f67 100644 --- a/ydb/library/yql/public/udf/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/library/yql/public/udf/ut/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-library-yql-public-udf-ut PRIVATE target_link_libraries(ydb-library-yql-public-udf-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main yql-public-udf @@ -62,4 +61,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-library-yql-public-udf-ut + system_allocator +) vcs_info(ydb-library-yql-public-udf-ut) diff --git a/ydb/library/yql/sql/pg/ut/CMakeLists.darwin-x86_64.txt b/ydb/library/yql/sql/pg/ut/CMakeLists.darwin-x86_64.txt index e7191301159..e815fce8c52 100644 --- a/ydb/library/yql/sql/pg/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/library/yql/sql/pg/ut/CMakeLists.darwin-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-library-yql-sql-pg-ut PRIVATE target_link_libraries(ydb-library-yql-sql-pg-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main yql-sql-pg @@ -62,4 +61,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-library-yql-sql-pg-ut + system_allocator +) vcs_info(ydb-library-yql-sql-pg-ut) diff --git a/ydb/library/yql/sql/pg/ut/CMakeLists.linux-aarch64.txt b/ydb/library/yql/sql/pg/ut/CMakeLists.linux-aarch64.txt index 094a9997a6a..6d69edbaeda 100644 --- a/ydb/library/yql/sql/pg/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/library/yql/sql/pg/ut/CMakeLists.linux-aarch64.txt @@ -15,7 +15,6 @@ target_link_libraries(ydb-library-yql-sql-pg-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main yql-sql-pg udf-service-exception_policy @@ -67,4 +66,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-library-yql-sql-pg-ut + cpp-malloc-jemalloc +) vcs_info(ydb-library-yql-sql-pg-ut) diff --git a/ydb/library/yql/sql/pg/ut/CMakeLists.linux-x86_64.txt b/ydb/library/yql/sql/pg/ut/CMakeLists.linux-x86_64.txt index ff508ea7057..4ee5843378d 100644 --- a/ydb/library/yql/sql/pg/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/library/yql/sql/pg/ut/CMakeLists.linux-x86_64.txt @@ -15,8 +15,6 @@ target_link_libraries(ydb-library-yql-sql-pg-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main yql-sql-pg @@ -69,4 +67,8 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-library-yql-sql-pg-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-library-yql-sql-pg-ut) diff --git a/ydb/library/yql/sql/pg/ut/CMakeLists.windows-x86_64.txt b/ydb/library/yql/sql/pg/ut/CMakeLists.windows-x86_64.txt index a43c557414e..610d1437d51 100644 --- a/ydb/library/yql/sql/pg/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/library/yql/sql/pg/ut/CMakeLists.windows-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-library-yql-sql-pg-ut PRIVATE target_link_libraries(ydb-library-yql-sql-pg-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main yql-sql-pg @@ -57,4 +56,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-library-yql-sql-pg-ut + system_allocator +) vcs_info(ydb-library-yql-sql-pg-ut) diff --git a/ydb/library/yql/sql/v1/perf/CMakeLists.darwin-x86_64.txt b/ydb/library/yql/sql/v1/perf/CMakeLists.darwin-x86_64.txt index b256603b2c3..68fca80fafd 100644 --- a/ydb/library/yql/sql/v1/perf/CMakeLists.darwin-x86_64.txt +++ b/ydb/library/yql/sql/v1/perf/CMakeLists.darwin-x86_64.txt @@ -11,7 +11,6 @@ add_executable(perf) target_link_libraries(perf PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check udf-service-exception_policy library-yql-sql @@ -26,4 +25,7 @@ target_link_options(perf PRIVATE target_sources(perf PRIVATE ${CMAKE_SOURCE_DIR}/ydb/library/yql/sql/v1/perf/parse.cpp ) +target_allocator(perf + system_allocator +) vcs_info(perf) diff --git a/ydb/library/yql/sql/v1/perf/CMakeLists.linux-aarch64.txt b/ydb/library/yql/sql/v1/perf/CMakeLists.linux-aarch64.txt index 24e8f70a323..281da18021b 100644 --- a/ydb/library/yql/sql/v1/perf/CMakeLists.linux-aarch64.txt +++ b/ydb/library/yql/sql/v1/perf/CMakeLists.linux-aarch64.txt @@ -12,7 +12,6 @@ target_link_libraries(perf PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc udf-service-exception_policy library-yql-sql yql-sql-v1 @@ -31,4 +30,7 @@ target_link_options(perf PRIVATE target_sources(perf PRIVATE ${CMAKE_SOURCE_DIR}/ydb/library/yql/sql/v1/perf/parse.cpp ) +target_allocator(perf + cpp-malloc-jemalloc +) vcs_info(perf) diff --git a/ydb/library/yql/sql/v1/perf/CMakeLists.linux-x86_64.txt b/ydb/library/yql/sql/v1/perf/CMakeLists.linux-x86_64.txt index b1a9c9a4b49..c7a3a02791e 100644 --- a/ydb/library/yql/sql/v1/perf/CMakeLists.linux-x86_64.txt +++ b/ydb/library/yql/sql/v1/perf/CMakeLists.linux-x86_64.txt @@ -12,8 +12,6 @@ target_link_libraries(perf PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check udf-service-exception_policy library-yql-sql @@ -33,4 +31,8 @@ target_link_options(perf PRIVATE target_sources(perf PRIVATE ${CMAKE_SOURCE_DIR}/ydb/library/yql/sql/v1/perf/parse.cpp ) +target_allocator(perf + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(perf) diff --git a/ydb/library/yql/sql/v1/perf/CMakeLists.windows-x86_64.txt b/ydb/library/yql/sql/v1/perf/CMakeLists.windows-x86_64.txt index 33ec2b34234..77088a8f6bd 100644 --- a/ydb/library/yql/sql/v1/perf/CMakeLists.windows-x86_64.txt +++ b/ydb/library/yql/sql/v1/perf/CMakeLists.windows-x86_64.txt @@ -11,7 +11,6 @@ add_executable(perf) target_link_libraries(perf PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check udf-service-exception_policy library-yql-sql @@ -21,4 +20,7 @@ target_link_libraries(perf PUBLIC target_sources(perf PRIVATE ${CMAKE_SOURCE_DIR}/ydb/library/yql/sql/v1/perf/parse.cpp ) +target_allocator(perf + system_allocator +) vcs_info(perf) diff --git a/ydb/library/yql/udfs/common/stat/ut/CMakeLists.darwin-x86_64.txt b/ydb/library/yql/udfs/common/stat/ut/CMakeLists.darwin-x86_64.txt index 86be15a0586..d2d49264304 100644 --- a/ydb/library/yql/udfs/common/stat/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/library/yql/udfs/common/stat/ut/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-library-yql-udfs-common-stat-ut PRIVATE target_link_libraries(ydb-library-yql-udfs-common-stat-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main common-stat-static @@ -77,4 +76,7 @@ set_yunittest_property( TIMEOUT 300 ) +target_allocator(ydb-library-yql-udfs-common-stat-ut + system_allocator +) vcs_info(ydb-library-yql-udfs-common-stat-ut) diff --git a/ydb/library/yql/udfs/common/stat/ut/CMakeLists.linux-aarch64.txt b/ydb/library/yql/udfs/common/stat/ut/CMakeLists.linux-aarch64.txt index 1c57d48432d..c0da41f3abd 100644 --- a/ydb/library/yql/udfs/common/stat/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/library/yql/udfs/common/stat/ut/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-library-yql-udfs-common-stat-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main common-stat-static library-yql-minikql @@ -80,4 +79,7 @@ set_yunittest_property( TIMEOUT 300 ) +target_allocator(ydb-library-yql-udfs-common-stat-ut + cpp-malloc-jemalloc +) vcs_info(ydb-library-yql-udfs-common-stat-ut) diff --git a/ydb/library/yql/udfs/common/stat/ut/CMakeLists.linux-x86_64.txt b/ydb/library/yql/udfs/common/stat/ut/CMakeLists.linux-x86_64.txt index 4b4d1de0e97..4164132ced2 100644 --- a/ydb/library/yql/udfs/common/stat/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/library/yql/udfs/common/stat/ut/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-library-yql-udfs-common-stat-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main common-stat-static @@ -82,4 +80,8 @@ set_yunittest_property( TIMEOUT 300 ) +target_allocator(ydb-library-yql-udfs-common-stat-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-library-yql-udfs-common-stat-ut) diff --git a/ydb/library/yql/udfs/common/stat/ut/CMakeLists.windows-x86_64.txt b/ydb/library/yql/udfs/common/stat/ut/CMakeLists.windows-x86_64.txt index 237b22b9c77..09f11670723 100644 --- a/ydb/library/yql/udfs/common/stat/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/library/yql/udfs/common/stat/ut/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-library-yql-udfs-common-stat-ut PRIVATE target_link_libraries(ydb-library-yql-udfs-common-stat-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main common-stat-static @@ -70,4 +69,7 @@ set_yunittest_property( TIMEOUT 300 ) +target_allocator(ydb-library-yql-udfs-common-stat-ut + system_allocator +) vcs_info(ydb-library-yql-udfs-common-stat-ut) diff --git a/ydb/library/yql/udfs/common/topfreq/ut/CMakeLists.darwin-x86_64.txt b/ydb/library/yql/udfs/common/topfreq/ut/CMakeLists.darwin-x86_64.txt index 213282aedfe..fd7e7c8614c 100644 --- a/ydb/library/yql/udfs/common/topfreq/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/library/yql/udfs/common/topfreq/ut/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-library-yql-udfs-common-topfreq-ut PRIVATE target_link_libraries(ydb-library-yql-udfs-common-topfreq-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main common-topfreq-static @@ -70,4 +69,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-library-yql-udfs-common-topfreq-ut + system_allocator +) vcs_info(ydb-library-yql-udfs-common-topfreq-ut) diff --git a/ydb/library/yql/udfs/common/topfreq/ut/CMakeLists.linux-aarch64.txt b/ydb/library/yql/udfs/common/topfreq/ut/CMakeLists.linux-aarch64.txt index 713930b75b9..9719877859a 100644 --- a/ydb/library/yql/udfs/common/topfreq/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/library/yql/udfs/common/topfreq/ut/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-library-yql-udfs-common-topfreq-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main common-topfreq-static library-yql-minikql @@ -73,4 +72,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-library-yql-udfs-common-topfreq-ut + cpp-malloc-jemalloc +) vcs_info(ydb-library-yql-udfs-common-topfreq-ut) diff --git a/ydb/library/yql/udfs/common/topfreq/ut/CMakeLists.linux-x86_64.txt b/ydb/library/yql/udfs/common/topfreq/ut/CMakeLists.linux-x86_64.txt index 894b0438d5e..a764bcbb633 100644 --- a/ydb/library/yql/udfs/common/topfreq/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/library/yql/udfs/common/topfreq/ut/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-library-yql-udfs-common-topfreq-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main common-topfreq-static @@ -75,4 +73,8 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-library-yql-udfs-common-topfreq-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-library-yql-udfs-common-topfreq-ut) diff --git a/ydb/library/yql/udfs/common/topfreq/ut/CMakeLists.windows-x86_64.txt b/ydb/library/yql/udfs/common/topfreq/ut/CMakeLists.windows-x86_64.txt index cdba2b6bc6f..34a3b51d14b 100644 --- a/ydb/library/yql/udfs/common/topfreq/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/library/yql/udfs/common/topfreq/ut/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-library-yql-udfs-common-topfreq-ut PRIVATE target_link_libraries(ydb-library-yql-udfs-common-topfreq-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main common-topfreq-static @@ -63,4 +62,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-library-yql-udfs-common-topfreq-ut + system_allocator +) vcs_info(ydb-library-yql-udfs-common-topfreq-ut) diff --git a/ydb/library/yql/utils/actors/ut/CMakeLists.darwin-x86_64.txt b/ydb/library/yql/utils/actors/ut/CMakeLists.darwin-x86_64.txt index db096ea530e..3ae843ac404 100644 --- a/ydb/library/yql/utils/actors/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/library/yql/utils/actors/ut/CMakeLists.darwin-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-library-yql-utils-actors-ut PRIVATE target_link_libraries(ydb-library-yql-utils-actors-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main yql-utils-actors @@ -63,4 +62,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-library-yql-utils-actors-ut + system_allocator +) vcs_info(ydb-library-yql-utils-actors-ut) diff --git a/ydb/library/yql/utils/actors/ut/CMakeLists.linux-aarch64.txt b/ydb/library/yql/utils/actors/ut/CMakeLists.linux-aarch64.txt index 9c0ee09d52c..8f0ddb98fdb 100644 --- a/ydb/library/yql/utils/actors/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/library/yql/utils/actors/ut/CMakeLists.linux-aarch64.txt @@ -15,7 +15,6 @@ target_link_libraries(ydb-library-yql-utils-actors-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main yql-utils-actors testlib-basics-default @@ -66,4 +65,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-library-yql-utils-actors-ut + cpp-malloc-jemalloc +) vcs_info(ydb-library-yql-utils-actors-ut) diff --git a/ydb/library/yql/utils/actors/ut/CMakeLists.linux-x86_64.txt b/ydb/library/yql/utils/actors/ut/CMakeLists.linux-x86_64.txt index 1d625e8dfb2..264cde4a66a 100644 --- a/ydb/library/yql/utils/actors/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/library/yql/utils/actors/ut/CMakeLists.linux-x86_64.txt @@ -15,8 +15,6 @@ target_link_libraries(ydb-library-yql-utils-actors-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main yql-utils-actors @@ -68,4 +66,8 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-library-yql-utils-actors-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-library-yql-utils-actors-ut) diff --git a/ydb/library/yql/utils/bindings/ut/CMakeLists.darwin-x86_64.txt b/ydb/library/yql/utils/bindings/ut/CMakeLists.darwin-x86_64.txt index 34e756daaf1..99c01319cf4 100644 --- a/ydb/library/yql/utils/bindings/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/library/yql/utils/bindings/ut/CMakeLists.darwin-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-library-yql-utils-bindings-ut PRIVATE target_link_libraries(ydb-library-yql-utils-bindings-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main yql-utils-bindings @@ -60,4 +59,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-library-yql-utils-bindings-ut + system_allocator +) vcs_info(ydb-library-yql-utils-bindings-ut) diff --git a/ydb/library/yql/utils/bindings/ut/CMakeLists.linux-aarch64.txt b/ydb/library/yql/utils/bindings/ut/CMakeLists.linux-aarch64.txt index 164c4e888cb..2315efa9aee 100644 --- a/ydb/library/yql/utils/bindings/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/library/yql/utils/bindings/ut/CMakeLists.linux-aarch64.txt @@ -15,7 +15,6 @@ target_link_libraries(ydb-library-yql-utils-bindings-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main yql-utils-bindings ) @@ -65,4 +64,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-library-yql-utils-bindings-ut + cpp-malloc-jemalloc +) vcs_info(ydb-library-yql-utils-bindings-ut) diff --git a/ydb/library/yql/utils/bindings/ut/CMakeLists.linux-x86_64.txt b/ydb/library/yql/utils/bindings/ut/CMakeLists.linux-x86_64.txt index c25dc3465dd..b0d5a389c6b 100644 --- a/ydb/library/yql/utils/bindings/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/library/yql/utils/bindings/ut/CMakeLists.linux-x86_64.txt @@ -15,8 +15,6 @@ target_link_libraries(ydb-library-yql-utils-bindings-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main yql-utils-bindings @@ -67,4 +65,8 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-library-yql-utils-bindings-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-library-yql-utils-bindings-ut) diff --git a/ydb/library/yql/utils/bindings/ut/CMakeLists.windows-x86_64.txt b/ydb/library/yql/utils/bindings/ut/CMakeLists.windows-x86_64.txt index 5904ea6266a..b5bd5b0763d 100644 --- a/ydb/library/yql/utils/bindings/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/library/yql/utils/bindings/ut/CMakeLists.windows-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-library-yql-utils-bindings-ut PRIVATE target_link_libraries(ydb-library-yql-utils-bindings-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main yql-utils-bindings @@ -55,4 +54,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-library-yql-utils-bindings-ut + system_allocator +) vcs_info(ydb-library-yql-utils-bindings-ut) diff --git a/ydb/library/yql/utils/failure_injector/ut/CMakeLists.darwin-x86_64.txt b/ydb/library/yql/utils/failure_injector/ut/CMakeLists.darwin-x86_64.txt index 07b8c20403d..b557ac7909d 100644 --- a/ydb/library/yql/utils/failure_injector/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/library/yql/utils/failure_injector/ut/CMakeLists.darwin-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-library-yql-utils-failure_injector-ut PRIVATE target_link_libraries(ydb-library-yql-utils-failure_injector-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main yql-utils-failure_injector @@ -61,4 +60,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-library-yql-utils-failure_injector-ut + system_allocator +) vcs_info(ydb-library-yql-utils-failure_injector-ut) diff --git a/ydb/library/yql/utils/failure_injector/ut/CMakeLists.linux-aarch64.txt b/ydb/library/yql/utils/failure_injector/ut/CMakeLists.linux-aarch64.txt index 687e089c2e8..ce6281064f9 100644 --- a/ydb/library/yql/utils/failure_injector/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/library/yql/utils/failure_injector/ut/CMakeLists.linux-aarch64.txt @@ -15,7 +15,6 @@ target_link_libraries(ydb-library-yql-utils-failure_injector-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main yql-utils-failure_injector yql-utils-log @@ -66,4 +65,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-library-yql-utils-failure_injector-ut + cpp-malloc-jemalloc +) vcs_info(ydb-library-yql-utils-failure_injector-ut) diff --git a/ydb/library/yql/utils/failure_injector/ut/CMakeLists.linux-x86_64.txt b/ydb/library/yql/utils/failure_injector/ut/CMakeLists.linux-x86_64.txt index 455ac586227..3c3f6bfe11f 100644 --- a/ydb/library/yql/utils/failure_injector/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/library/yql/utils/failure_injector/ut/CMakeLists.linux-x86_64.txt @@ -15,8 +15,6 @@ target_link_libraries(ydb-library-yql-utils-failure_injector-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main yql-utils-failure_injector @@ -68,4 +66,8 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-library-yql-utils-failure_injector-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-library-yql-utils-failure_injector-ut) diff --git a/ydb/library/yql/utils/log/ut/CMakeLists.darwin-x86_64.txt b/ydb/library/yql/utils/log/ut/CMakeLists.darwin-x86_64.txt index 91e22dd883f..cfd266b90ac 100644 --- a/ydb/library/yql/utils/log/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/library/yql/utils/log/ut/CMakeLists.darwin-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-library-yql-utils-log-ut PRIVATE target_link_libraries(ydb-library-yql-utils-log-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main yql-utils-log @@ -61,4 +60,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-library-yql-utils-log-ut + system_allocator +) vcs_info(ydb-library-yql-utils-log-ut) diff --git a/ydb/library/yql/utils/log/ut/CMakeLists.linux-aarch64.txt b/ydb/library/yql/utils/log/ut/CMakeLists.linux-aarch64.txt index 01a86a19754..89eaf1d6aa5 100644 --- a/ydb/library/yql/utils/log/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/library/yql/utils/log/ut/CMakeLists.linux-aarch64.txt @@ -15,7 +15,6 @@ target_link_libraries(ydb-library-yql-utils-log-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main yql-utils-log ) @@ -66,4 +65,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-library-yql-utils-log-ut + cpp-malloc-jemalloc +) vcs_info(ydb-library-yql-utils-log-ut) diff --git a/ydb/library/yql/utils/log/ut/CMakeLists.linux-x86_64.txt b/ydb/library/yql/utils/log/ut/CMakeLists.linux-x86_64.txt index ac74f3cc144..8a097ac0d5b 100644 --- a/ydb/library/yql/utils/log/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/library/yql/utils/log/ut/CMakeLists.linux-x86_64.txt @@ -15,8 +15,6 @@ target_link_libraries(ydb-library-yql-utils-log-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main yql-utils-log @@ -68,4 +66,8 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-library-yql-utils-log-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-library-yql-utils-log-ut) diff --git a/ydb/library/yql/utils/log/ut/CMakeLists.windows-x86_64.txt b/ydb/library/yql/utils/log/ut/CMakeLists.windows-x86_64.txt index 64c05589b80..394f27cff06 100644 --- a/ydb/library/yql/utils/log/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/library/yql/utils/log/ut/CMakeLists.windows-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-library-yql-utils-log-ut PRIVATE target_link_libraries(ydb-library-yql-utils-log-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main yql-utils-log @@ -56,4 +55,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-library-yql-utils-log-ut + system_allocator +) vcs_info(ydb-library-yql-utils-log-ut) diff --git a/ydb/library/yql/utils/ut/CMakeLists.darwin-x86_64.txt b/ydb/library/yql/utils/ut/CMakeLists.darwin-x86_64.txt index 3eadd96c533..223c006803e 100644 --- a/ydb/library/yql/utils/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/library/yql/utils/ut/CMakeLists.darwin-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-library-yql-utils-ut PRIVATE target_link_libraries(ydb-library-yql-utils-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main library-yql-utils @@ -67,4 +66,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-library-yql-utils-ut + system_allocator +) vcs_info(ydb-library-yql-utils-ut) diff --git a/ydb/library/yql/utils/ut/CMakeLists.linux-aarch64.txt b/ydb/library/yql/utils/ut/CMakeLists.linux-aarch64.txt index fcb283447cb..7115c27f6ee 100644 --- a/ydb/library/yql/utils/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/library/yql/utils/ut/CMakeLists.linux-aarch64.txt @@ -15,7 +15,6 @@ target_link_libraries(ydb-library-yql-utils-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main library-yql-utils ) @@ -72,4 +71,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-library-yql-utils-ut + cpp-malloc-jemalloc +) vcs_info(ydb-library-yql-utils-ut) diff --git a/ydb/library/yql/utils/ut/CMakeLists.linux-x86_64.txt b/ydb/library/yql/utils/ut/CMakeLists.linux-x86_64.txt index 3bb2cabf6c7..97c369b4361 100644 --- a/ydb/library/yql/utils/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/library/yql/utils/ut/CMakeLists.linux-x86_64.txt @@ -15,8 +15,6 @@ target_link_libraries(ydb-library-yql-utils-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main library-yql-utils @@ -74,4 +72,8 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-library-yql-utils-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-library-yql-utils-ut) diff --git a/ydb/library/yql/utils/ut/CMakeLists.windows-x86_64.txt b/ydb/library/yql/utils/ut/CMakeLists.windows-x86_64.txt index 1ee825976c2..9d75569a31d 100644 --- a/ydb/library/yql/utils/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/library/yql/utils/ut/CMakeLists.windows-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-library-yql-utils-ut PRIVATE target_link_libraries(ydb-library-yql-utils-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main library-yql-utils @@ -62,4 +61,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-library-yql-utils-ut + system_allocator +) vcs_info(ydb-library-yql-utils-ut) diff --git a/ydb/public/lib/deprecated/kicli/ut/CMakeLists.darwin-x86_64.txt b/ydb/public/lib/deprecated/kicli/ut/CMakeLists.darwin-x86_64.txt index 75d5bcd3170..87f47b6c460 100644 --- a/ydb/public/lib/deprecated/kicli/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/public/lib/deprecated/kicli/ut/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-public-lib-deprecated-kicli-ut PRIVATE target_link_libraries(ydb-public-lib-deprecated-kicli-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main lib-deprecated-kicli @@ -74,4 +73,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-public-lib-deprecated-kicli-ut + system_allocator +) vcs_info(ydb-public-lib-deprecated-kicli-ut) diff --git a/ydb/public/lib/deprecated/kicli/ut/CMakeLists.linux-aarch64.txt b/ydb/public/lib/deprecated/kicli/ut/CMakeLists.linux-aarch64.txt index d880f6655ad..05d14b80658 100644 --- a/ydb/public/lib/deprecated/kicli/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/public/lib/deprecated/kicli/ut/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-public-lib-deprecated-kicli-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main lib-deprecated-kicli ydb-core-client @@ -77,4 +76,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-public-lib-deprecated-kicli-ut + cpp-malloc-jemalloc +) vcs_info(ydb-public-lib-deprecated-kicli-ut) diff --git a/ydb/public/lib/deprecated/kicli/ut/CMakeLists.linux-x86_64.txt b/ydb/public/lib/deprecated/kicli/ut/CMakeLists.linux-x86_64.txt index 6cdbf5feaf8..e37ffae6edb 100644 --- a/ydb/public/lib/deprecated/kicli/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/public/lib/deprecated/kicli/ut/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-public-lib-deprecated-kicli-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main lib-deprecated-kicli @@ -79,4 +77,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-public-lib-deprecated-kicli-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-public-lib-deprecated-kicli-ut) diff --git a/ydb/public/lib/deprecated/kicli/ut/CMakeLists.windows-x86_64.txt b/ydb/public/lib/deprecated/kicli/ut/CMakeLists.windows-x86_64.txt index c6217312ccc..c0d41371f0a 100644 --- a/ydb/public/lib/deprecated/kicli/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/public/lib/deprecated/kicli/ut/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-public-lib-deprecated-kicli-ut PRIVATE target_link_libraries(ydb-public-lib-deprecated-kicli-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main lib-deprecated-kicli @@ -67,4 +66,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-public-lib-deprecated-kicli-ut + system_allocator +) vcs_info(ydb-public-lib-deprecated-kicli-ut) diff --git a/ydb/public/lib/idx_test/ut/CMakeLists.darwin-x86_64.txt b/ydb/public/lib/idx_test/ut/CMakeLists.darwin-x86_64.txt index 967fe4e4f27..ec517de8b95 100644 --- a/ydb/public/lib/idx_test/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/public/lib/idx_test/ut/CMakeLists.darwin-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-public-lib-idx_test-ut PRIVATE target_link_libraries(ydb-public-lib-idx_test-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main public-lib-idx_test @@ -69,4 +68,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-public-lib-idx_test-ut + system_allocator +) vcs_info(ydb-public-lib-idx_test-ut) diff --git a/ydb/public/lib/idx_test/ut/CMakeLists.linux-aarch64.txt b/ydb/public/lib/idx_test/ut/CMakeLists.linux-aarch64.txt index 761b1e88298..134f617db17 100644 --- a/ydb/public/lib/idx_test/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/public/lib/idx_test/ut/CMakeLists.linux-aarch64.txt @@ -15,7 +15,6 @@ target_link_libraries(ydb-public-lib-idx_test-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main public-lib-idx_test ) @@ -72,4 +71,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-public-lib-idx_test-ut + cpp-malloc-jemalloc +) vcs_info(ydb-public-lib-idx_test-ut) diff --git a/ydb/public/lib/idx_test/ut/CMakeLists.linux-x86_64.txt b/ydb/public/lib/idx_test/ut/CMakeLists.linux-x86_64.txt index beb6b852bcb..041a5f24f7e 100644 --- a/ydb/public/lib/idx_test/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/public/lib/idx_test/ut/CMakeLists.linux-x86_64.txt @@ -15,8 +15,6 @@ target_link_libraries(ydb-public-lib-idx_test-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main public-lib-idx_test @@ -74,4 +72,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-public-lib-idx_test-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-public-lib-idx_test-ut) diff --git a/ydb/public/lib/idx_test/ut/CMakeLists.windows-x86_64.txt b/ydb/public/lib/idx_test/ut/CMakeLists.windows-x86_64.txt index 03e4b6d3dbb..e691ab819cf 100644 --- a/ydb/public/lib/idx_test/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/public/lib/idx_test/ut/CMakeLists.windows-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-public-lib-idx_test-ut PRIVATE target_link_libraries(ydb-public-lib-idx_test-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main public-lib-idx_test @@ -62,4 +61,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-public-lib-idx_test-ut + system_allocator +) vcs_info(ydb-public-lib-idx_test-ut) diff --git a/ydb/public/lib/json_value/ut/CMakeLists.darwin-x86_64.txt b/ydb/public/lib/json_value/ut/CMakeLists.darwin-x86_64.txt index 909b529cedf..49dddabd4d4 100644 --- a/ydb/public/lib/json_value/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/public/lib/json_value/ut/CMakeLists.darwin-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-public-lib-json_value-ut PRIVATE target_link_libraries(ydb-public-lib-json_value-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main public-lib-json_value @@ -73,4 +72,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-public-lib-json_value-ut + system_allocator +) vcs_info(ydb-public-lib-json_value-ut) diff --git a/ydb/public/lib/json_value/ut/CMakeLists.linux-aarch64.txt b/ydb/public/lib/json_value/ut/CMakeLists.linux-aarch64.txt index 1a04cf790fe..dbb9b04ed12 100644 --- a/ydb/public/lib/json_value/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/public/lib/json_value/ut/CMakeLists.linux-aarch64.txt @@ -15,7 +15,6 @@ target_link_libraries(ydb-public-lib-json_value-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main public-lib-json_value library-cpp-json @@ -76,4 +75,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-public-lib-json_value-ut + cpp-malloc-jemalloc +) vcs_info(ydb-public-lib-json_value-ut) diff --git a/ydb/public/lib/json_value/ut/CMakeLists.linux-x86_64.txt b/ydb/public/lib/json_value/ut/CMakeLists.linux-x86_64.txt index 40c704c7c00..4bf278ad0f7 100644 --- a/ydb/public/lib/json_value/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/public/lib/json_value/ut/CMakeLists.linux-x86_64.txt @@ -15,8 +15,6 @@ target_link_libraries(ydb-public-lib-json_value-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main public-lib-json_value @@ -78,4 +76,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-public-lib-json_value-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-public-lib-json_value-ut) diff --git a/ydb/public/lib/json_value/ut/CMakeLists.windows-x86_64.txt b/ydb/public/lib/json_value/ut/CMakeLists.windows-x86_64.txt index be9645fafa2..493d8cf2eaa 100644 --- a/ydb/public/lib/json_value/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/public/lib/json_value/ut/CMakeLists.windows-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-public-lib-json_value-ut PRIVATE target_link_libraries(ydb-public-lib-json_value-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main public-lib-json_value @@ -66,4 +65,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-public-lib-json_value-ut + system_allocator +) vcs_info(ydb-public-lib-json_value-ut) diff --git a/ydb/public/lib/operation_id/ut/CMakeLists.darwin-x86_64.txt b/ydb/public/lib/operation_id/ut/CMakeLists.darwin-x86_64.txt index 950e0e76d3f..499cf1c0918 100644 --- a/ydb/public/lib/operation_id/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/public/lib/operation_id/ut/CMakeLists.darwin-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-public-lib-operation_id-ut PRIVATE target_link_libraries(ydb-public-lib-operation_id-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main public-lib-operation_id @@ -61,4 +60,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-public-lib-operation_id-ut + system_allocator +) vcs_info(ydb-public-lib-operation_id-ut) diff --git a/ydb/public/lib/operation_id/ut/CMakeLists.linux-aarch64.txt b/ydb/public/lib/operation_id/ut/CMakeLists.linux-aarch64.txt index 2a4c484a569..c4540871646 100644 --- a/ydb/public/lib/operation_id/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/public/lib/operation_id/ut/CMakeLists.linux-aarch64.txt @@ -15,7 +15,6 @@ target_link_libraries(ydb-public-lib-operation_id-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main public-lib-operation_id cpp-testing-unittest @@ -66,4 +65,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-public-lib-operation_id-ut + cpp-malloc-jemalloc +) vcs_info(ydb-public-lib-operation_id-ut) diff --git a/ydb/public/lib/operation_id/ut/CMakeLists.linux-x86_64.txt b/ydb/public/lib/operation_id/ut/CMakeLists.linux-x86_64.txt index 0446f698639..75e1b10e6ec 100644 --- a/ydb/public/lib/operation_id/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/public/lib/operation_id/ut/CMakeLists.linux-x86_64.txt @@ -15,8 +15,6 @@ target_link_libraries(ydb-public-lib-operation_id-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main public-lib-operation_id @@ -68,4 +66,8 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-public-lib-operation_id-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-public-lib-operation_id-ut) diff --git a/ydb/public/lib/operation_id/ut/CMakeLists.windows-x86_64.txt b/ydb/public/lib/operation_id/ut/CMakeLists.windows-x86_64.txt index 6e386a080b5..a42b3c0cf57 100644 --- a/ydb/public/lib/operation_id/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/public/lib/operation_id/ut/CMakeLists.windows-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-public-lib-operation_id-ut PRIVATE target_link_libraries(ydb-public-lib-operation_id-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main public-lib-operation_id @@ -56,4 +55,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-public-lib-operation_id-ut + system_allocator +) vcs_info(ydb-public-lib-operation_id-ut) diff --git a/ydb/public/lib/validation/CMakeLists.darwin-x86_64.txt b/ydb/public/lib/validation/CMakeLists.darwin-x86_64.txt index 42cb72bc69b..41cc9d7fc15 100644 --- a/ydb/public/lib/validation/CMakeLists.darwin-x86_64.txt +++ b/ydb/public/lib/validation/CMakeLists.darwin-x86_64.txt @@ -12,7 +12,6 @@ add_executable(validation) target_link_libraries(validation PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check contrib-libs-protoc api-protos-annotations @@ -26,4 +25,7 @@ target_sources(validation PRIVATE ${CMAKE_SOURCE_DIR}/ydb/public/lib/validation/helpers.cpp ${CMAKE_SOURCE_DIR}/ydb/public/lib/validation/main.cpp ) +target_allocator(validation + system_allocator +) vcs_info(validation) diff --git a/ydb/public/lib/validation/CMakeLists.linux-aarch64.txt b/ydb/public/lib/validation/CMakeLists.linux-aarch64.txt index bcc116f699b..8cc45373dc9 100644 --- a/ydb/public/lib/validation/CMakeLists.linux-aarch64.txt +++ b/ydb/public/lib/validation/CMakeLists.linux-aarch64.txt @@ -13,7 +13,6 @@ target_link_libraries(validation PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc contrib-libs-protoc api-protos-annotations ) @@ -31,4 +30,7 @@ target_sources(validation PRIVATE ${CMAKE_SOURCE_DIR}/ydb/public/lib/validation/helpers.cpp ${CMAKE_SOURCE_DIR}/ydb/public/lib/validation/main.cpp ) +target_allocator(validation + cpp-malloc-jemalloc +) vcs_info(validation) diff --git a/ydb/public/lib/validation/CMakeLists.linux-x86_64.txt b/ydb/public/lib/validation/CMakeLists.linux-x86_64.txt index a420db74288..f6191a1c2ea 100644 --- a/ydb/public/lib/validation/CMakeLists.linux-x86_64.txt +++ b/ydb/public/lib/validation/CMakeLists.linux-x86_64.txt @@ -13,8 +13,6 @@ target_link_libraries(validation PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check contrib-libs-protoc api-protos-annotations @@ -33,4 +31,8 @@ target_sources(validation PRIVATE ${CMAKE_SOURCE_DIR}/ydb/public/lib/validation/helpers.cpp ${CMAKE_SOURCE_DIR}/ydb/public/lib/validation/main.cpp ) +target_allocator(validation + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(validation) diff --git a/ydb/public/lib/validation/CMakeLists.windows-x86_64.txt b/ydb/public/lib/validation/CMakeLists.windows-x86_64.txt index 116aa8923fe..f1c32be05db 100644 --- a/ydb/public/lib/validation/CMakeLists.windows-x86_64.txt +++ b/ydb/public/lib/validation/CMakeLists.windows-x86_64.txt @@ -12,7 +12,6 @@ add_executable(validation) target_link_libraries(validation PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check contrib-libs-protoc api-protos-annotations @@ -21,4 +20,7 @@ target_sources(validation PRIVATE ${CMAKE_SOURCE_DIR}/ydb/public/lib/validation/helpers.cpp ${CMAKE_SOURCE_DIR}/ydb/public/lib/validation/main.cpp ) +target_allocator(validation + system_allocator +) vcs_info(validation) diff --git a/ydb/public/lib/validation/ut/CMakeLists.darwin-x86_64.txt b/ydb/public/lib/validation/ut/CMakeLists.darwin-x86_64.txt index b7bfe821ef3..560a5fabf3f 100644 --- a/ydb/public/lib/validation/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/public/lib/validation/ut/CMakeLists.darwin-x86_64.txt @@ -15,7 +15,6 @@ target_include_directories(ydb-public-lib-validation-ut PRIVATE target_link_libraries(ydb-public-lib-validation-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main cpp-testing-unittest @@ -62,4 +61,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-public-lib-validation-ut + system_allocator +) vcs_info(ydb-public-lib-validation-ut) diff --git a/ydb/public/lib/validation/ut/CMakeLists.linux-aarch64.txt b/ydb/public/lib/validation/ut/CMakeLists.linux-aarch64.txt index 3d545c06801..1aee1aa3c23 100644 --- a/ydb/public/lib/validation/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/public/lib/validation/ut/CMakeLists.linux-aarch64.txt @@ -16,7 +16,6 @@ target_link_libraries(ydb-public-lib-validation-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main cpp-testing-unittest validation-ut-protos @@ -67,4 +66,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-public-lib-validation-ut + cpp-malloc-jemalloc +) vcs_info(ydb-public-lib-validation-ut) diff --git a/ydb/public/lib/validation/ut/CMakeLists.linux-x86_64.txt b/ydb/public/lib/validation/ut/CMakeLists.linux-x86_64.txt index 208132f897e..4ac352e78cc 100644 --- a/ydb/public/lib/validation/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/public/lib/validation/ut/CMakeLists.linux-x86_64.txt @@ -16,8 +16,6 @@ target_link_libraries(ydb-public-lib-validation-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main cpp-testing-unittest @@ -69,4 +67,8 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-public-lib-validation-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-public-lib-validation-ut) diff --git a/ydb/public/lib/validation/ut/CMakeLists.windows-x86_64.txt b/ydb/public/lib/validation/ut/CMakeLists.windows-x86_64.txt index a3bdaba5afb..ac4d4fcbb52 100644 --- a/ydb/public/lib/validation/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/public/lib/validation/ut/CMakeLists.windows-x86_64.txt @@ -15,7 +15,6 @@ target_include_directories(ydb-public-lib-validation-ut PRIVATE target_link_libraries(ydb-public-lib-validation-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main cpp-testing-unittest @@ -57,4 +56,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-public-lib-validation-ut + system_allocator +) vcs_info(ydb-public-lib-validation-ut) diff --git a/ydb/public/lib/ydb_cli/commands/topic_workload/ut/CMakeLists.darwin-x86_64.txt b/ydb/public/lib/ydb_cli/commands/topic_workload/ut/CMakeLists.darwin-x86_64.txt index 19b6700dae5..5d0dc2ac323 100644 --- a/ydb/public/lib/ydb_cli/commands/topic_workload/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/public/lib/ydb_cli/commands/topic_workload/ut/CMakeLists.darwin-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-public-lib-ydb_cli-commands-topic_workload-ut PRI target_link_libraries(ydb-public-lib-ydb_cli-commands-topic_workload-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main topic_workload @@ -64,4 +63,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-public-lib-ydb_cli-commands-topic_workload-ut + system_allocator +) vcs_info(ydb-public-lib-ydb_cli-commands-topic_workload-ut) diff --git a/ydb/public/lib/ydb_cli/commands/topic_workload/ut/CMakeLists.linux-aarch64.txt b/ydb/public/lib/ydb_cli/commands/topic_workload/ut/CMakeLists.linux-aarch64.txt index 5fc79e11e6c..b7fc6bab07b 100644 --- a/ydb/public/lib/ydb_cli/commands/topic_workload/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/public/lib/ydb_cli/commands/topic_workload/ut/CMakeLists.linux-aarch64.txt @@ -15,7 +15,6 @@ target_link_libraries(ydb-public-lib-ydb_cli-commands-topic_workload-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main topic_workload cpp-regex-pcre @@ -67,4 +66,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-public-lib-ydb_cli-commands-topic_workload-ut + cpp-malloc-jemalloc +) vcs_info(ydb-public-lib-ydb_cli-commands-topic_workload-ut) diff --git a/ydb/public/lib/ydb_cli/commands/topic_workload/ut/CMakeLists.linux-x86_64.txt b/ydb/public/lib/ydb_cli/commands/topic_workload/ut/CMakeLists.linux-x86_64.txt index 852ce301485..eb79c6366c4 100644 --- a/ydb/public/lib/ydb_cli/commands/topic_workload/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/public/lib/ydb_cli/commands/topic_workload/ut/CMakeLists.linux-x86_64.txt @@ -15,8 +15,6 @@ target_link_libraries(ydb-public-lib-ydb_cli-commands-topic_workload-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main topic_workload @@ -69,4 +67,8 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-public-lib-ydb_cli-commands-topic_workload-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-public-lib-ydb_cli-commands-topic_workload-ut) diff --git a/ydb/public/lib/ydb_cli/commands/topic_workload/ut/CMakeLists.windows-x86_64.txt b/ydb/public/lib/ydb_cli/commands/topic_workload/ut/CMakeLists.windows-x86_64.txt index 8c371e0b095..c2c49796462 100644 --- a/ydb/public/lib/ydb_cli/commands/topic_workload/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/public/lib/ydb_cli/commands/topic_workload/ut/CMakeLists.windows-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-public-lib-ydb_cli-commands-topic_workload-ut PRI target_link_libraries(ydb-public-lib-ydb_cli-commands-topic_workload-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main topic_workload @@ -57,4 +56,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-public-lib-ydb_cli-commands-topic_workload-ut + system_allocator +) vcs_info(ydb-public-lib-ydb_cli-commands-topic_workload-ut) diff --git a/ydb/public/lib/ydb_cli/common/ut/CMakeLists.darwin-x86_64.txt b/ydb/public/lib/ydb_cli/common/ut/CMakeLists.darwin-x86_64.txt index 7eb9ee87fea..898138cbe06 100644 --- a/ydb/public/lib/ydb_cli/common/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/public/lib/ydb_cli/common/ut/CMakeLists.darwin-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-public-lib-ydb_cli-common-ut PRIVATE target_link_libraries(ydb-public-lib-ydb_cli-common-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main common @@ -62,4 +61,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-public-lib-ydb_cli-common-ut + system_allocator +) vcs_info(ydb-public-lib-ydb_cli-common-ut) diff --git a/ydb/public/lib/ydb_cli/common/ut/CMakeLists.linux-aarch64.txt b/ydb/public/lib/ydb_cli/common/ut/CMakeLists.linux-aarch64.txt index 99c823cb462..90ee3719304 100644 --- a/ydb/public/lib/ydb_cli/common/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/public/lib/ydb_cli/common/ut/CMakeLists.linux-aarch64.txt @@ -15,7 +15,6 @@ target_link_libraries(ydb-public-lib-ydb_cli-common-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main common ) @@ -65,4 +64,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-public-lib-ydb_cli-common-ut + cpp-malloc-jemalloc +) vcs_info(ydb-public-lib-ydb_cli-common-ut) diff --git a/ydb/public/lib/ydb_cli/common/ut/CMakeLists.linux-x86_64.txt b/ydb/public/lib/ydb_cli/common/ut/CMakeLists.linux-x86_64.txt index 1fd3098a319..c5e5b848b4e 100644 --- a/ydb/public/lib/ydb_cli/common/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/public/lib/ydb_cli/common/ut/CMakeLists.linux-x86_64.txt @@ -15,8 +15,6 @@ target_link_libraries(ydb-public-lib-ydb_cli-common-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main common @@ -67,4 +65,8 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-public-lib-ydb_cli-common-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-public-lib-ydb_cli-common-ut) diff --git a/ydb/public/lib/ydb_cli/common/ut/CMakeLists.windows-x86_64.txt b/ydb/public/lib/ydb_cli/common/ut/CMakeLists.windows-x86_64.txt index 3478324bde8..7685e412ffa 100644 --- a/ydb/public/lib/ydb_cli/common/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/public/lib/ydb_cli/common/ut/CMakeLists.windows-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-public-lib-ydb_cli-common-ut PRIVATE target_link_libraries(ydb-public-lib-ydb_cli-common-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main common @@ -55,4 +54,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-public-lib-ydb_cli-common-ut + system_allocator +) vcs_info(ydb-public-lib-ydb_cli-common-ut) diff --git a/ydb/public/lib/ydb_cli/topic/ut/CMakeLists.darwin-x86_64.txt b/ydb/public/lib/ydb_cli/topic/ut/CMakeLists.darwin-x86_64.txt index b8dc2740e8b..8747791be6f 100644 --- a/ydb/public/lib/ydb_cli/topic/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/public/lib/ydb_cli/topic/ut/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-public-lib-ydb_cli-topic-ut PRIVATE target_link_libraries(ydb-public-lib-ydb_cli-topic-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main topic @@ -84,4 +83,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-public-lib-ydb_cli-topic-ut + system_allocator +) vcs_info(ydb-public-lib-ydb_cli-topic-ut) diff --git a/ydb/public/lib/ydb_cli/topic/ut/CMakeLists.linux-aarch64.txt b/ydb/public/lib/ydb_cli/topic/ut/CMakeLists.linux-aarch64.txt index bf3fcd67655..4cb79809b82 100644 --- a/ydb/public/lib/ydb_cli/topic/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/public/lib/ydb_cli/topic/ut/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-public-lib-ydb_cli-topic-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main topic cpp-histogram-hdr @@ -87,4 +86,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-public-lib-ydb_cli-topic-ut + cpp-malloc-jemalloc +) vcs_info(ydb-public-lib-ydb_cli-topic-ut) diff --git a/ydb/public/lib/ydb_cli/topic/ut/CMakeLists.linux-x86_64.txt b/ydb/public/lib/ydb_cli/topic/ut/CMakeLists.linux-x86_64.txt index da88b7b96b1..3b132c9fb45 100644 --- a/ydb/public/lib/ydb_cli/topic/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/public/lib/ydb_cli/topic/ut/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-public-lib-ydb_cli-topic-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main topic @@ -89,4 +87,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-public-lib-ydb_cli-topic-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-public-lib-ydb_cli-topic-ut) diff --git a/ydb/public/lib/ydb_cli/topic/ut/CMakeLists.windows-x86_64.txt b/ydb/public/lib/ydb_cli/topic/ut/CMakeLists.windows-x86_64.txt index 2364bec4a27..f2b29d20758 100644 --- a/ydb/public/lib/ydb_cli/topic/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/public/lib/ydb_cli/topic/ut/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-public-lib-ydb_cli-topic-ut PRIVATE target_link_libraries(ydb-public-lib-ydb_cli-topic-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main topic @@ -77,4 +76,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-public-lib-ydb_cli-topic-ut + system_allocator +) vcs_info(ydb-public-lib-ydb_cli-topic-ut) diff --git a/ydb/public/sdk/cpp/client/draft/ut/CMakeLists.darwin-x86_64.txt b/ydb/public/sdk/cpp/client/draft/ut/CMakeLists.darwin-x86_64.txt index aa7d4279522..eca60737ff4 100644 --- a/ydb/public/sdk/cpp/client/draft/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/public/sdk/cpp/client/draft/ut/CMakeLists.darwin-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-public-sdk-cpp-client-draft-ut PRIVATE target_link_libraries(ydb-public-sdk-cpp-client-draft-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main cpp-client-draft @@ -69,4 +68,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-public-sdk-cpp-client-draft-ut + system_allocator +) vcs_info(ydb-public-sdk-cpp-client-draft-ut) diff --git a/ydb/public/sdk/cpp/client/draft/ut/CMakeLists.linux-aarch64.txt b/ydb/public/sdk/cpp/client/draft/ut/CMakeLists.linux-aarch64.txt index f300d4c8563..049facf2bc3 100644 --- a/ydb/public/sdk/cpp/client/draft/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/public/sdk/cpp/client/draft/ut/CMakeLists.linux-aarch64.txt @@ -15,7 +15,6 @@ target_link_libraries(ydb-public-sdk-cpp-client-draft-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main cpp-client-draft ) @@ -72,4 +71,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-public-sdk-cpp-client-draft-ut + cpp-malloc-jemalloc +) vcs_info(ydb-public-sdk-cpp-client-draft-ut) diff --git a/ydb/public/sdk/cpp/client/draft/ut/CMakeLists.linux-x86_64.txt b/ydb/public/sdk/cpp/client/draft/ut/CMakeLists.linux-x86_64.txt index d655a4eeac7..24da5572fff 100644 --- a/ydb/public/sdk/cpp/client/draft/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/public/sdk/cpp/client/draft/ut/CMakeLists.linux-x86_64.txt @@ -15,8 +15,6 @@ target_link_libraries(ydb-public-sdk-cpp-client-draft-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main cpp-client-draft @@ -74,4 +72,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-public-sdk-cpp-client-draft-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-public-sdk-cpp-client-draft-ut) diff --git a/ydb/public/sdk/cpp/client/draft/ut/CMakeLists.windows-x86_64.txt b/ydb/public/sdk/cpp/client/draft/ut/CMakeLists.windows-x86_64.txt index ab54a2b6a22..7f70ecd4a5e 100644 --- a/ydb/public/sdk/cpp/client/draft/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/public/sdk/cpp/client/draft/ut/CMakeLists.windows-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-public-sdk-cpp-client-draft-ut PRIVATE target_link_libraries(ydb-public-sdk-cpp-client-draft-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main cpp-client-draft @@ -62,4 +61,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-public-sdk-cpp-client-draft-ut + system_allocator +) vcs_info(ydb-public-sdk-cpp-client-draft-ut) diff --git a/ydb/public/sdk/cpp/client/extensions/discovery_mutator/ut/CMakeLists.darwin-x86_64.txt b/ydb/public/sdk/cpp/client/extensions/discovery_mutator/ut/CMakeLists.darwin-x86_64.txt index 9e1b99c9924..0bdb739b6c6 100644 --- a/ydb/public/sdk/cpp/client/extensions/discovery_mutator/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/public/sdk/cpp/client/extensions/discovery_mutator/ut/CMakeLists.darwin-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(client-extensions-discovery_mutator-ut PRIVATE target_link_libraries(client-extensions-discovery_mutator-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main client-extensions-discovery_mutator @@ -70,4 +69,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(client-extensions-discovery_mutator-ut + system_allocator +) vcs_info(client-extensions-discovery_mutator-ut) diff --git a/ydb/public/sdk/cpp/client/extensions/discovery_mutator/ut/CMakeLists.linux-aarch64.txt b/ydb/public/sdk/cpp/client/extensions/discovery_mutator/ut/CMakeLists.linux-aarch64.txt index 56c74d28a71..90a75827f59 100644 --- a/ydb/public/sdk/cpp/client/extensions/discovery_mutator/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/public/sdk/cpp/client/extensions/discovery_mutator/ut/CMakeLists.linux-aarch64.txt @@ -15,7 +15,6 @@ target_link_libraries(client-extensions-discovery_mutator-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main client-extensions-discovery_mutator cpp-client-ydb_table @@ -73,4 +72,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(client-extensions-discovery_mutator-ut + cpp-malloc-jemalloc +) vcs_info(client-extensions-discovery_mutator-ut) diff --git a/ydb/public/sdk/cpp/client/extensions/discovery_mutator/ut/CMakeLists.linux-x86_64.txt b/ydb/public/sdk/cpp/client/extensions/discovery_mutator/ut/CMakeLists.linux-x86_64.txt index 5cb0a919cf2..4f6fb263bf5 100644 --- a/ydb/public/sdk/cpp/client/extensions/discovery_mutator/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/public/sdk/cpp/client/extensions/discovery_mutator/ut/CMakeLists.linux-x86_64.txt @@ -15,8 +15,6 @@ target_link_libraries(client-extensions-discovery_mutator-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main client-extensions-discovery_mutator @@ -75,4 +73,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(client-extensions-discovery_mutator-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(client-extensions-discovery_mutator-ut) diff --git a/ydb/public/sdk/cpp/client/extensions/discovery_mutator/ut/CMakeLists.windows-x86_64.txt b/ydb/public/sdk/cpp/client/extensions/discovery_mutator/ut/CMakeLists.windows-x86_64.txt index cb65f822f2b..bab4b509642 100644 --- a/ydb/public/sdk/cpp/client/extensions/discovery_mutator/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/public/sdk/cpp/client/extensions/discovery_mutator/ut/CMakeLists.windows-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(client-extensions-discovery_mutator-ut PRIVATE target_link_libraries(client-extensions-discovery_mutator-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main client-extensions-discovery_mutator @@ -63,4 +62,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(client-extensions-discovery_mutator-ut + system_allocator +) vcs_info(client-extensions-discovery_mutator-ut) diff --git a/ydb/public/sdk/cpp/client/impl/ydb_endpoints/ut/CMakeLists.darwin-x86_64.txt b/ydb/public/sdk/cpp/client/impl/ydb_endpoints/ut/CMakeLists.darwin-x86_64.txt index 8f1f57cd50e..58188feff55 100644 --- a/ydb/public/sdk/cpp/client/impl/ydb_endpoints/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/public/sdk/cpp/client/impl/ydb_endpoints/ut/CMakeLists.darwin-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-public-sdk-cpp-client-impl-ydb_endpoints-ut PRIVA target_link_libraries(ydb-public-sdk-cpp-client-impl-ydb_endpoints-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main client-impl-ydb_endpoints @@ -69,4 +68,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-public-sdk-cpp-client-impl-ydb_endpoints-ut + system_allocator +) vcs_info(ydb-public-sdk-cpp-client-impl-ydb_endpoints-ut) diff --git a/ydb/public/sdk/cpp/client/impl/ydb_endpoints/ut/CMakeLists.linux-aarch64.txt b/ydb/public/sdk/cpp/client/impl/ydb_endpoints/ut/CMakeLists.linux-aarch64.txt index 140aa7052cd..f13f739002a 100644 --- a/ydb/public/sdk/cpp/client/impl/ydb_endpoints/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/public/sdk/cpp/client/impl/ydb_endpoints/ut/CMakeLists.linux-aarch64.txt @@ -15,7 +15,6 @@ target_link_libraries(ydb-public-sdk-cpp-client-impl-ydb_endpoints-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main client-impl-ydb_endpoints ) @@ -72,4 +71,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-public-sdk-cpp-client-impl-ydb_endpoints-ut + cpp-malloc-jemalloc +) vcs_info(ydb-public-sdk-cpp-client-impl-ydb_endpoints-ut) diff --git a/ydb/public/sdk/cpp/client/impl/ydb_endpoints/ut/CMakeLists.linux-x86_64.txt b/ydb/public/sdk/cpp/client/impl/ydb_endpoints/ut/CMakeLists.linux-x86_64.txt index 49bcc6e2fbd..358dacf72ac 100644 --- a/ydb/public/sdk/cpp/client/impl/ydb_endpoints/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/public/sdk/cpp/client/impl/ydb_endpoints/ut/CMakeLists.linux-x86_64.txt @@ -15,8 +15,6 @@ target_link_libraries(ydb-public-sdk-cpp-client-impl-ydb_endpoints-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main client-impl-ydb_endpoints @@ -74,4 +72,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-public-sdk-cpp-client-impl-ydb_endpoints-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-public-sdk-cpp-client-impl-ydb_endpoints-ut) diff --git a/ydb/public/sdk/cpp/client/impl/ydb_endpoints/ut/CMakeLists.windows-x86_64.txt b/ydb/public/sdk/cpp/client/impl/ydb_endpoints/ut/CMakeLists.windows-x86_64.txt index 8c15c0f3fb3..cffc724457f 100644 --- a/ydb/public/sdk/cpp/client/impl/ydb_endpoints/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/public/sdk/cpp/client/impl/ydb_endpoints/ut/CMakeLists.windows-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-public-sdk-cpp-client-impl-ydb_endpoints-ut PRIVA target_link_libraries(ydb-public-sdk-cpp-client-impl-ydb_endpoints-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main client-impl-ydb_endpoints @@ -62,4 +61,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-public-sdk-cpp-client-impl-ydb_endpoints-ut + system_allocator +) vcs_info(ydb-public-sdk-cpp-client-impl-ydb_endpoints-ut) diff --git a/ydb/public/sdk/cpp/client/ydb_coordination/ut/CMakeLists.darwin-x86_64.txt b/ydb/public/sdk/cpp/client/ydb_coordination/ut/CMakeLists.darwin-x86_64.txt index b7dc3aa5d77..d865373e038 100644 --- a/ydb/public/sdk/cpp/client/ydb_coordination/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/public/sdk/cpp/client/ydb_coordination/ut/CMakeLists.darwin-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-public-sdk-cpp-client-ydb_coordination-ut PRIVATE target_link_libraries(ydb-public-sdk-cpp-client-ydb_coordination-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main cpp-client-ydb_coordination @@ -70,4 +69,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-public-sdk-cpp-client-ydb_coordination-ut + system_allocator +) vcs_info(ydb-public-sdk-cpp-client-ydb_coordination-ut) diff --git a/ydb/public/sdk/cpp/client/ydb_coordination/ut/CMakeLists.linux-aarch64.txt b/ydb/public/sdk/cpp/client/ydb_coordination/ut/CMakeLists.linux-aarch64.txt index ee3c8b7410d..db03fcdbaa2 100644 --- a/ydb/public/sdk/cpp/client/ydb_coordination/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/public/sdk/cpp/client/ydb_coordination/ut/CMakeLists.linux-aarch64.txt @@ -15,7 +15,6 @@ target_link_libraries(ydb-public-sdk-cpp-client-ydb_coordination-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main cpp-client-ydb_coordination api-grpc @@ -73,4 +72,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-public-sdk-cpp-client-ydb_coordination-ut + cpp-malloc-jemalloc +) vcs_info(ydb-public-sdk-cpp-client-ydb_coordination-ut) diff --git a/ydb/public/sdk/cpp/client/ydb_coordination/ut/CMakeLists.linux-x86_64.txt b/ydb/public/sdk/cpp/client/ydb_coordination/ut/CMakeLists.linux-x86_64.txt index f828b20df45..af48ec55d73 100644 --- a/ydb/public/sdk/cpp/client/ydb_coordination/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/public/sdk/cpp/client/ydb_coordination/ut/CMakeLists.linux-x86_64.txt @@ -15,8 +15,6 @@ target_link_libraries(ydb-public-sdk-cpp-client-ydb_coordination-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main cpp-client-ydb_coordination @@ -75,4 +73,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-public-sdk-cpp-client-ydb_coordination-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-public-sdk-cpp-client-ydb_coordination-ut) diff --git a/ydb/public/sdk/cpp/client/ydb_coordination/ut/CMakeLists.windows-x86_64.txt b/ydb/public/sdk/cpp/client/ydb_coordination/ut/CMakeLists.windows-x86_64.txt index 29c33db25bc..83ec97a9d1b 100644 --- a/ydb/public/sdk/cpp/client/ydb_coordination/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/public/sdk/cpp/client/ydb_coordination/ut/CMakeLists.windows-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-public-sdk-cpp-client-ydb_coordination-ut PRIVATE target_link_libraries(ydb-public-sdk-cpp-client-ydb_coordination-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main cpp-client-ydb_coordination @@ -63,4 +62,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-public-sdk-cpp-client-ydb_coordination-ut + system_allocator +) vcs_info(ydb-public-sdk-cpp-client-ydb_coordination-ut) diff --git a/ydb/public/sdk/cpp/client/ydb_driver/ut/CMakeLists.darwin-x86_64.txt b/ydb/public/sdk/cpp/client/ydb_driver/ut/CMakeLists.darwin-x86_64.txt index 4a2e9011d29..09afdbc8d77 100644 --- a/ydb/public/sdk/cpp/client/ydb_driver/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/public/sdk/cpp/client/ydb_driver/ut/CMakeLists.darwin-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-public-sdk-cpp-client-ydb_driver-ut PRIVATE target_link_libraries(ydb-public-sdk-cpp-client-ydb_driver-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main cpp-client-ydb_driver @@ -70,4 +69,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-public-sdk-cpp-client-ydb_driver-ut + system_allocator +) vcs_info(ydb-public-sdk-cpp-client-ydb_driver-ut) diff --git a/ydb/public/sdk/cpp/client/ydb_driver/ut/CMakeLists.linux-aarch64.txt b/ydb/public/sdk/cpp/client/ydb_driver/ut/CMakeLists.linux-aarch64.txt index fb0ed4a5e4e..115ee06e070 100644 --- a/ydb/public/sdk/cpp/client/ydb_driver/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/public/sdk/cpp/client/ydb_driver/ut/CMakeLists.linux-aarch64.txt @@ -15,7 +15,6 @@ target_link_libraries(ydb-public-sdk-cpp-client-ydb_driver-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main cpp-client-ydb_driver cpp-client-ydb_table @@ -73,4 +72,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-public-sdk-cpp-client-ydb_driver-ut + cpp-malloc-jemalloc +) vcs_info(ydb-public-sdk-cpp-client-ydb_driver-ut) diff --git a/ydb/public/sdk/cpp/client/ydb_driver/ut/CMakeLists.linux-x86_64.txt b/ydb/public/sdk/cpp/client/ydb_driver/ut/CMakeLists.linux-x86_64.txt index 43368424d35..771e268470c 100644 --- a/ydb/public/sdk/cpp/client/ydb_driver/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/public/sdk/cpp/client/ydb_driver/ut/CMakeLists.linux-x86_64.txt @@ -15,8 +15,6 @@ target_link_libraries(ydb-public-sdk-cpp-client-ydb_driver-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main cpp-client-ydb_driver @@ -75,4 +73,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-public-sdk-cpp-client-ydb_driver-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-public-sdk-cpp-client-ydb_driver-ut) diff --git a/ydb/public/sdk/cpp/client/ydb_driver/ut/CMakeLists.windows-x86_64.txt b/ydb/public/sdk/cpp/client/ydb_driver/ut/CMakeLists.windows-x86_64.txt index 8e67c25b1f4..a6349228707 100644 --- a/ydb/public/sdk/cpp/client/ydb_driver/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/public/sdk/cpp/client/ydb_driver/ut/CMakeLists.windows-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-public-sdk-cpp-client-ydb_driver-ut PRIVATE target_link_libraries(ydb-public-sdk-cpp-client-ydb_driver-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main cpp-client-ydb_driver @@ -63,4 +62,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-public-sdk-cpp-client-ydb_driver-ut + system_allocator +) vcs_info(ydb-public-sdk-cpp-client-ydb_driver-ut) diff --git a/ydb/public/sdk/cpp/client/ydb_params/ut/CMakeLists.darwin-x86_64.txt b/ydb/public/sdk/cpp/client/ydb_params/ut/CMakeLists.darwin-x86_64.txt index 6f2e4334901..63244316087 100644 --- a/ydb/public/sdk/cpp/client/ydb_params/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/public/sdk/cpp/client/ydb_params/ut/CMakeLists.darwin-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-public-sdk-cpp-client-ydb_params-ut PRIVATE target_link_libraries(ydb-public-sdk-cpp-client-ydb_params-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main cpp-client-ydb_params @@ -70,4 +69,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-public-sdk-cpp-client-ydb_params-ut + system_allocator +) vcs_info(ydb-public-sdk-cpp-client-ydb_params-ut) diff --git a/ydb/public/sdk/cpp/client/ydb_params/ut/CMakeLists.linux-aarch64.txt b/ydb/public/sdk/cpp/client/ydb_params/ut/CMakeLists.linux-aarch64.txt index ff66d534b75..bf4476c73d4 100644 --- a/ydb/public/sdk/cpp/client/ydb_params/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/public/sdk/cpp/client/ydb_params/ut/CMakeLists.linux-aarch64.txt @@ -15,7 +15,6 @@ target_link_libraries(ydb-public-sdk-cpp-client-ydb_params-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main cpp-client-ydb_params public-lib-yson_value @@ -73,4 +72,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-public-sdk-cpp-client-ydb_params-ut + cpp-malloc-jemalloc +) vcs_info(ydb-public-sdk-cpp-client-ydb_params-ut) diff --git a/ydb/public/sdk/cpp/client/ydb_params/ut/CMakeLists.linux-x86_64.txt b/ydb/public/sdk/cpp/client/ydb_params/ut/CMakeLists.linux-x86_64.txt index 9baff482c02..1c3738dc401 100644 --- a/ydb/public/sdk/cpp/client/ydb_params/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/public/sdk/cpp/client/ydb_params/ut/CMakeLists.linux-x86_64.txt @@ -15,8 +15,6 @@ target_link_libraries(ydb-public-sdk-cpp-client-ydb_params-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main cpp-client-ydb_params @@ -75,4 +73,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-public-sdk-cpp-client-ydb_params-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-public-sdk-cpp-client-ydb_params-ut) diff --git a/ydb/public/sdk/cpp/client/ydb_params/ut/CMakeLists.windows-x86_64.txt b/ydb/public/sdk/cpp/client/ydb_params/ut/CMakeLists.windows-x86_64.txt index 162817eccc6..d4eeadcc358 100644 --- a/ydb/public/sdk/cpp/client/ydb_params/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/public/sdk/cpp/client/ydb_params/ut/CMakeLists.windows-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-public-sdk-cpp-client-ydb_params-ut PRIVATE target_link_libraries(ydb-public-sdk-cpp-client-ydb_params-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main cpp-client-ydb_params @@ -63,4 +62,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-public-sdk-cpp-client-ydb_params-ut + system_allocator +) vcs_info(ydb-public-sdk-cpp-client-ydb_params-ut) diff --git a/ydb/public/sdk/cpp/client/ydb_persqueue_core/ut/CMakeLists.darwin-x86_64.txt b/ydb/public/sdk/cpp/client/ydb_persqueue_core/ut/CMakeLists.darwin-x86_64.txt index 974cf687bec..434fe6ea029 100644 --- a/ydb/public/sdk/cpp/client/ydb_persqueue_core/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/public/sdk/cpp/client/ydb_persqueue_core/ut/CMakeLists.darwin-x86_64.txt @@ -19,7 +19,6 @@ target_include_directories(ydb-public-sdk-cpp-client-ydb_persqueue_core-ut PRIVA target_link_libraries(ydb-public-sdk-cpp-client-ydb_persqueue_core-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main cpp-client-ydb_persqueue_core @@ -87,4 +86,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-public-sdk-cpp-client-ydb_persqueue_core-ut + system_allocator +) vcs_info(ydb-public-sdk-cpp-client-ydb_persqueue_core-ut) diff --git a/ydb/public/sdk/cpp/client/ydb_persqueue_core/ut/CMakeLists.linux-aarch64.txt b/ydb/public/sdk/cpp/client/ydb_persqueue_core/ut/CMakeLists.linux-aarch64.txt index e1013cc1408..0583c9c7744 100644 --- a/ydb/public/sdk/cpp/client/ydb_persqueue_core/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/public/sdk/cpp/client/ydb_persqueue_core/ut/CMakeLists.linux-aarch64.txt @@ -20,7 +20,6 @@ target_link_libraries(ydb-public-sdk-cpp-client-ydb_persqueue_core-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main cpp-client-ydb_persqueue_core cpp-testing-gmock_in_unittest @@ -90,4 +89,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-public-sdk-cpp-client-ydb_persqueue_core-ut + cpp-malloc-jemalloc +) vcs_info(ydb-public-sdk-cpp-client-ydb_persqueue_core-ut) diff --git a/ydb/public/sdk/cpp/client/ydb_persqueue_core/ut/CMakeLists.linux-x86_64.txt b/ydb/public/sdk/cpp/client/ydb_persqueue_core/ut/CMakeLists.linux-x86_64.txt index 38d176d8c30..55e744f380e 100644 --- a/ydb/public/sdk/cpp/client/ydb_persqueue_core/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/public/sdk/cpp/client/ydb_persqueue_core/ut/CMakeLists.linux-x86_64.txt @@ -20,8 +20,6 @@ target_link_libraries(ydb-public-sdk-cpp-client-ydb_persqueue_core-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main cpp-client-ydb_persqueue_core @@ -92,4 +90,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-public-sdk-cpp-client-ydb_persqueue_core-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-public-sdk-cpp-client-ydb_persqueue_core-ut) diff --git a/ydb/public/sdk/cpp/client/ydb_persqueue_core/ut/CMakeLists.windows-x86_64.txt b/ydb/public/sdk/cpp/client/ydb_persqueue_core/ut/CMakeLists.windows-x86_64.txt index eef7076c96f..48af9e1f445 100644 --- a/ydb/public/sdk/cpp/client/ydb_persqueue_core/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/public/sdk/cpp/client/ydb_persqueue_core/ut/CMakeLists.windows-x86_64.txt @@ -19,7 +19,6 @@ target_include_directories(ydb-public-sdk-cpp-client-ydb_persqueue_core-ut PRIVA target_link_libraries(ydb-public-sdk-cpp-client-ydb_persqueue_core-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main cpp-client-ydb_persqueue_core @@ -80,4 +79,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-public-sdk-cpp-client-ydb_persqueue_core-ut + system_allocator +) vcs_info(ydb-public-sdk-cpp-client-ydb_persqueue_core-ut) diff --git a/ydb/public/sdk/cpp/client/ydb_persqueue_core/ut/with_offset_ranges_mode_ut/CMakeLists.darwin-x86_64.txt b/ydb/public/sdk/cpp/client/ydb_persqueue_core/ut/with_offset_ranges_mode_ut/CMakeLists.darwin-x86_64.txt index 0429e38edfa..9d2af353591 100644 --- a/ydb/public/sdk/cpp/client/ydb_persqueue_core/ut/with_offset_ranges_mode_ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/public/sdk/cpp/client/ydb_persqueue_core/ut/with_offset_ranges_mode_ut/CMakeLists.darwin-x86_64.txt @@ -14,7 +14,6 @@ target_compile_options(with_offset_ranges_mode_ut PRIVATE target_link_libraries(with_offset_ranges_mode_ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main cpp-testing-gmock_in_unittest @@ -77,4 +76,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(with_offset_ranges_mode_ut + system_allocator +) vcs_info(with_offset_ranges_mode_ut) diff --git a/ydb/public/sdk/cpp/client/ydb_persqueue_core/ut/with_offset_ranges_mode_ut/CMakeLists.linux-aarch64.txt b/ydb/public/sdk/cpp/client/ydb_persqueue_core/ut/with_offset_ranges_mode_ut/CMakeLists.linux-aarch64.txt index cb7265b7987..b43f232adec 100644 --- a/ydb/public/sdk/cpp/client/ydb_persqueue_core/ut/with_offset_ranges_mode_ut/CMakeLists.linux-aarch64.txt +++ b/ydb/public/sdk/cpp/client/ydb_persqueue_core/ut/with_offset_ranges_mode_ut/CMakeLists.linux-aarch64.txt @@ -15,7 +15,6 @@ target_link_libraries(with_offset_ranges_mode_ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main cpp-testing-gmock_in_unittest public-lib-json_value @@ -80,4 +79,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(with_offset_ranges_mode_ut + cpp-malloc-jemalloc +) vcs_info(with_offset_ranges_mode_ut) diff --git a/ydb/public/sdk/cpp/client/ydb_persqueue_core/ut/with_offset_ranges_mode_ut/CMakeLists.linux-x86_64.txt b/ydb/public/sdk/cpp/client/ydb_persqueue_core/ut/with_offset_ranges_mode_ut/CMakeLists.linux-x86_64.txt index 4c180c1c636..5db34406b64 100644 --- a/ydb/public/sdk/cpp/client/ydb_persqueue_core/ut/with_offset_ranges_mode_ut/CMakeLists.linux-x86_64.txt +++ b/ydb/public/sdk/cpp/client/ydb_persqueue_core/ut/with_offset_ranges_mode_ut/CMakeLists.linux-x86_64.txt @@ -15,8 +15,6 @@ target_link_libraries(with_offset_ranges_mode_ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main cpp-testing-gmock_in_unittest @@ -82,4 +80,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(with_offset_ranges_mode_ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(with_offset_ranges_mode_ut) diff --git a/ydb/public/sdk/cpp/client/ydb_persqueue_core/ut/with_offset_ranges_mode_ut/CMakeLists.windows-x86_64.txt b/ydb/public/sdk/cpp/client/ydb_persqueue_core/ut/with_offset_ranges_mode_ut/CMakeLists.windows-x86_64.txt index ae6ed365e8e..9cc17131a2d 100644 --- a/ydb/public/sdk/cpp/client/ydb_persqueue_core/ut/with_offset_ranges_mode_ut/CMakeLists.windows-x86_64.txt +++ b/ydb/public/sdk/cpp/client/ydb_persqueue_core/ut/with_offset_ranges_mode_ut/CMakeLists.windows-x86_64.txt @@ -14,7 +14,6 @@ target_compile_options(with_offset_ranges_mode_ut PRIVATE target_link_libraries(with_offset_ranges_mode_ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main cpp-testing-gmock_in_unittest @@ -70,4 +69,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(with_offset_ranges_mode_ut + system_allocator +) vcs_info(with_offset_ranges_mode_ut) diff --git a/ydb/public/sdk/cpp/client/ydb_result/ut/CMakeLists.darwin-x86_64.txt b/ydb/public/sdk/cpp/client/ydb_result/ut/CMakeLists.darwin-x86_64.txt index 4c92142fe24..ef9d161b74c 100644 --- a/ydb/public/sdk/cpp/client/ydb_result/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/public/sdk/cpp/client/ydb_result/ut/CMakeLists.darwin-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-public-sdk-cpp-client-ydb_result-ut PRIVATE target_link_libraries(ydb-public-sdk-cpp-client-ydb_result-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main cpp-client-ydb_result @@ -70,4 +69,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-public-sdk-cpp-client-ydb_result-ut + system_allocator +) vcs_info(ydb-public-sdk-cpp-client-ydb_result-ut) diff --git a/ydb/public/sdk/cpp/client/ydb_result/ut/CMakeLists.linux-aarch64.txt b/ydb/public/sdk/cpp/client/ydb_result/ut/CMakeLists.linux-aarch64.txt index a1ad2f20100..e769fb3708a 100644 --- a/ydb/public/sdk/cpp/client/ydb_result/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/public/sdk/cpp/client/ydb_result/ut/CMakeLists.linux-aarch64.txt @@ -15,7 +15,6 @@ target_link_libraries(ydb-public-sdk-cpp-client-ydb_result-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main cpp-client-ydb_result cpp-client-ydb_params @@ -73,4 +72,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-public-sdk-cpp-client-ydb_result-ut + cpp-malloc-jemalloc +) vcs_info(ydb-public-sdk-cpp-client-ydb_result-ut) diff --git a/ydb/public/sdk/cpp/client/ydb_result/ut/CMakeLists.linux-x86_64.txt b/ydb/public/sdk/cpp/client/ydb_result/ut/CMakeLists.linux-x86_64.txt index 063e16dc96d..a6a550611f4 100644 --- a/ydb/public/sdk/cpp/client/ydb_result/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/public/sdk/cpp/client/ydb_result/ut/CMakeLists.linux-x86_64.txt @@ -15,8 +15,6 @@ target_link_libraries(ydb-public-sdk-cpp-client-ydb_result-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main cpp-client-ydb_result @@ -75,4 +73,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-public-sdk-cpp-client-ydb_result-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-public-sdk-cpp-client-ydb_result-ut) diff --git a/ydb/public/sdk/cpp/client/ydb_result/ut/CMakeLists.windows-x86_64.txt b/ydb/public/sdk/cpp/client/ydb_result/ut/CMakeLists.windows-x86_64.txt index 7a98f40b602..1e70bf161c7 100644 --- a/ydb/public/sdk/cpp/client/ydb_result/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/public/sdk/cpp/client/ydb_result/ut/CMakeLists.windows-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-public-sdk-cpp-client-ydb_result-ut PRIVATE target_link_libraries(ydb-public-sdk-cpp-client-ydb_result-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main cpp-client-ydb_result @@ -63,4 +62,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-public-sdk-cpp-client-ydb_result-ut + system_allocator +) vcs_info(ydb-public-sdk-cpp-client-ydb_result-ut) diff --git a/ydb/public/sdk/cpp/client/ydb_topic/ut/CMakeLists.darwin-x86_64.txt b/ydb/public/sdk/cpp/client/ydb_topic/ut/CMakeLists.darwin-x86_64.txt index 1f16e68e5f5..32fafa4c0e5 100644 --- a/ydb/public/sdk/cpp/client/ydb_topic/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/public/sdk/cpp/client/ydb_topic/ut/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-public-sdk-cpp-client-ydb_topic-ut PRIVATE target_link_libraries(ydb-public-sdk-cpp-client-ydb_topic-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main cpp-client-ydb_topic @@ -83,4 +82,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-public-sdk-cpp-client-ydb_topic-ut + system_allocator +) vcs_info(ydb-public-sdk-cpp-client-ydb_topic-ut) diff --git a/ydb/public/sdk/cpp/client/ydb_topic/ut/CMakeLists.linux-aarch64.txt b/ydb/public/sdk/cpp/client/ydb_topic/ut/CMakeLists.linux-aarch64.txt index 5f5fc6ce2f2..fd4bf8293ed 100644 --- a/ydb/public/sdk/cpp/client/ydb_topic/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/public/sdk/cpp/client/ydb_topic/ut/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-public-sdk-cpp-client-ydb_topic-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main cpp-client-ydb_topic cpp-testing-gmock_in_unittest @@ -86,4 +85,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-public-sdk-cpp-client-ydb_topic-ut + cpp-malloc-jemalloc +) vcs_info(ydb-public-sdk-cpp-client-ydb_topic-ut) diff --git a/ydb/public/sdk/cpp/client/ydb_topic/ut/CMakeLists.linux-x86_64.txt b/ydb/public/sdk/cpp/client/ydb_topic/ut/CMakeLists.linux-x86_64.txt index bb7d888fb27..4737bd13cb5 100644 --- a/ydb/public/sdk/cpp/client/ydb_topic/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/public/sdk/cpp/client/ydb_topic/ut/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-public-sdk-cpp-client-ydb_topic-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main cpp-client-ydb_topic @@ -88,4 +86,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-public-sdk-cpp-client-ydb_topic-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-public-sdk-cpp-client-ydb_topic-ut) diff --git a/ydb/public/sdk/cpp/client/ydb_topic/ut/CMakeLists.windows-x86_64.txt b/ydb/public/sdk/cpp/client/ydb_topic/ut/CMakeLists.windows-x86_64.txt index ca0fdb38222..234b097cec1 100644 --- a/ydb/public/sdk/cpp/client/ydb_topic/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/public/sdk/cpp/client/ydb_topic/ut/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-public-sdk-cpp-client-ydb_topic-ut PRIVATE target_link_libraries(ydb-public-sdk-cpp-client-ydb_topic-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main cpp-client-ydb_topic @@ -76,4 +75,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-public-sdk-cpp-client-ydb_topic-ut + system_allocator +) vcs_info(ydb-public-sdk-cpp-client-ydb_topic-ut) diff --git a/ydb/public/sdk/cpp/client/ydb_value/ut/CMakeLists.darwin-x86_64.txt b/ydb/public/sdk/cpp/client/ydb_value/ut/CMakeLists.darwin-x86_64.txt index 2f735f8c061..76df06562e3 100644 --- a/ydb/public/sdk/cpp/client/ydb_value/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/public/sdk/cpp/client/ydb_value/ut/CMakeLists.darwin-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-public-sdk-cpp-client-ydb_value-ut PRIVATE target_link_libraries(ydb-public-sdk-cpp-client-ydb_value-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main cpp-client-ydb_value @@ -72,4 +71,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-public-sdk-cpp-client-ydb_value-ut + system_allocator +) vcs_info(ydb-public-sdk-cpp-client-ydb_value-ut) diff --git a/ydb/public/sdk/cpp/client/ydb_value/ut/CMakeLists.linux-aarch64.txt b/ydb/public/sdk/cpp/client/ydb_value/ut/CMakeLists.linux-aarch64.txt index b253d256b0d..c5cd47be467 100644 --- a/ydb/public/sdk/cpp/client/ydb_value/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/public/sdk/cpp/client/ydb_value/ut/CMakeLists.linux-aarch64.txt @@ -15,7 +15,6 @@ target_link_libraries(ydb-public-sdk-cpp-client-ydb_value-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main cpp-client-ydb_value public-lib-json_value @@ -75,4 +74,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-public-sdk-cpp-client-ydb_value-ut + cpp-malloc-jemalloc +) vcs_info(ydb-public-sdk-cpp-client-ydb_value-ut) diff --git a/ydb/public/sdk/cpp/client/ydb_value/ut/CMakeLists.linux-x86_64.txt b/ydb/public/sdk/cpp/client/ydb_value/ut/CMakeLists.linux-x86_64.txt index 1174601b7ee..987364b1596 100644 --- a/ydb/public/sdk/cpp/client/ydb_value/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/public/sdk/cpp/client/ydb_value/ut/CMakeLists.linux-x86_64.txt @@ -15,8 +15,6 @@ target_link_libraries(ydb-public-sdk-cpp-client-ydb_value-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main cpp-client-ydb_value @@ -77,4 +75,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-public-sdk-cpp-client-ydb_value-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-public-sdk-cpp-client-ydb_value-ut) diff --git a/ydb/public/sdk/cpp/client/ydb_value/ut/CMakeLists.windows-x86_64.txt b/ydb/public/sdk/cpp/client/ydb_value/ut/CMakeLists.windows-x86_64.txt index a3b96958d8a..5069ac779b1 100644 --- a/ydb/public/sdk/cpp/client/ydb_value/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/public/sdk/cpp/client/ydb_value/ut/CMakeLists.windows-x86_64.txt @@ -14,7 +14,6 @@ target_include_directories(ydb-public-sdk-cpp-client-ydb_value-ut PRIVATE target_link_libraries(ydb-public-sdk-cpp-client-ydb_value-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main cpp-client-ydb_value @@ -65,4 +64,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-public-sdk-cpp-client-ydb_value-ut + system_allocator +) vcs_info(ydb-public-sdk-cpp-client-ydb_value-ut) diff --git a/ydb/public/sdk/cpp/examples/basic_example/CMakeLists.darwin-x86_64.txt b/ydb/public/sdk/cpp/examples/basic_example/CMakeLists.darwin-x86_64.txt index dc6845253e2..89569d4649d 100644 --- a/ydb/public/sdk/cpp/examples/basic_example/CMakeLists.darwin-x86_64.txt +++ b/ydb/public/sdk/cpp/examples/basic_example/CMakeLists.darwin-x86_64.txt @@ -11,7 +11,6 @@ add_executable(basic_example) target_link_libraries(basic_example PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check library-cpp-getopt cpp-client-ydb_table @@ -28,4 +27,7 @@ target_sources(basic_example PRIVATE ${CMAKE_SOURCE_DIR}/ydb/public/sdk/cpp/examples/basic_example/basic_example_data.cpp ${CMAKE_SOURCE_DIR}/ydb/public/sdk/cpp/examples/basic_example/basic_example.cpp ) +target_allocator(basic_example + system_allocator +) vcs_info(basic_example) diff --git a/ydb/public/sdk/cpp/examples/basic_example/CMakeLists.linux-aarch64.txt b/ydb/public/sdk/cpp/examples/basic_example/CMakeLists.linux-aarch64.txt index 3f95ec2af74..d856b27c723 100644 --- a/ydb/public/sdk/cpp/examples/basic_example/CMakeLists.linux-aarch64.txt +++ b/ydb/public/sdk/cpp/examples/basic_example/CMakeLists.linux-aarch64.txt @@ -12,7 +12,6 @@ target_link_libraries(basic_example PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc library-cpp-getopt cpp-client-ydb_table ) @@ -31,4 +30,7 @@ target_sources(basic_example PRIVATE ${CMAKE_SOURCE_DIR}/ydb/public/sdk/cpp/examples/basic_example/basic_example_data.cpp ${CMAKE_SOURCE_DIR}/ydb/public/sdk/cpp/examples/basic_example/basic_example.cpp ) +target_allocator(basic_example + cpp-malloc-jemalloc +) vcs_info(basic_example) diff --git a/ydb/public/sdk/cpp/examples/basic_example/CMakeLists.linux-x86_64.txt b/ydb/public/sdk/cpp/examples/basic_example/CMakeLists.linux-x86_64.txt index 7d2c6cbaadf..e89b9d97e20 100644 --- a/ydb/public/sdk/cpp/examples/basic_example/CMakeLists.linux-x86_64.txt +++ b/ydb/public/sdk/cpp/examples/basic_example/CMakeLists.linux-x86_64.txt @@ -12,8 +12,6 @@ target_link_libraries(basic_example PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check library-cpp-getopt cpp-client-ydb_table @@ -33,4 +31,8 @@ target_sources(basic_example PRIVATE ${CMAKE_SOURCE_DIR}/ydb/public/sdk/cpp/examples/basic_example/basic_example_data.cpp ${CMAKE_SOURCE_DIR}/ydb/public/sdk/cpp/examples/basic_example/basic_example.cpp ) +target_allocator(basic_example + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(basic_example) diff --git a/ydb/public/sdk/cpp/examples/basic_example/CMakeLists.windows-x86_64.txt b/ydb/public/sdk/cpp/examples/basic_example/CMakeLists.windows-x86_64.txt index e9482807214..c2cc6a34a94 100644 --- a/ydb/public/sdk/cpp/examples/basic_example/CMakeLists.windows-x86_64.txt +++ b/ydb/public/sdk/cpp/examples/basic_example/CMakeLists.windows-x86_64.txt @@ -11,7 +11,6 @@ add_executable(basic_example) target_link_libraries(basic_example PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check library-cpp-getopt cpp-client-ydb_table @@ -21,4 +20,7 @@ target_sources(basic_example PRIVATE ${CMAKE_SOURCE_DIR}/ydb/public/sdk/cpp/examples/basic_example/basic_example_data.cpp ${CMAKE_SOURCE_DIR}/ydb/public/sdk/cpp/examples/basic_example/basic_example.cpp ) +target_allocator(basic_example + system_allocator +) vcs_info(basic_example) diff --git a/ydb/public/sdk/cpp/examples/bulk_upsert_simple/CMakeLists.darwin-x86_64.txt b/ydb/public/sdk/cpp/examples/bulk_upsert_simple/CMakeLists.darwin-x86_64.txt index dd3d7e3d33c..f4173284097 100644 --- a/ydb/public/sdk/cpp/examples/bulk_upsert_simple/CMakeLists.darwin-x86_64.txt +++ b/ydb/public/sdk/cpp/examples/bulk_upsert_simple/CMakeLists.darwin-x86_64.txt @@ -11,7 +11,6 @@ add_executable(bulk_upsert_simple) target_link_libraries(bulk_upsert_simple PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check library-cpp-getopt cpp-client-ydb_table @@ -26,4 +25,7 @@ target_link_options(bulk_upsert_simple PRIVATE target_sources(bulk_upsert_simple PRIVATE ${CMAKE_SOURCE_DIR}/ydb/public/sdk/cpp/examples/bulk_upsert_simple/main.cpp ) +target_allocator(bulk_upsert_simple + system_allocator +) vcs_info(bulk_upsert_simple) diff --git a/ydb/public/sdk/cpp/examples/bulk_upsert_simple/CMakeLists.linux-aarch64.txt b/ydb/public/sdk/cpp/examples/bulk_upsert_simple/CMakeLists.linux-aarch64.txt index 21bdd566701..593b8a07456 100644 --- a/ydb/public/sdk/cpp/examples/bulk_upsert_simple/CMakeLists.linux-aarch64.txt +++ b/ydb/public/sdk/cpp/examples/bulk_upsert_simple/CMakeLists.linux-aarch64.txt @@ -12,7 +12,6 @@ target_link_libraries(bulk_upsert_simple PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc library-cpp-getopt cpp-client-ydb_table ) @@ -29,4 +28,7 @@ target_link_options(bulk_upsert_simple PRIVATE target_sources(bulk_upsert_simple PRIVATE ${CMAKE_SOURCE_DIR}/ydb/public/sdk/cpp/examples/bulk_upsert_simple/main.cpp ) +target_allocator(bulk_upsert_simple + cpp-malloc-jemalloc +) vcs_info(bulk_upsert_simple) diff --git a/ydb/public/sdk/cpp/examples/bulk_upsert_simple/CMakeLists.linux-x86_64.txt b/ydb/public/sdk/cpp/examples/bulk_upsert_simple/CMakeLists.linux-x86_64.txt index 08665a69e4d..78f142f7e80 100644 --- a/ydb/public/sdk/cpp/examples/bulk_upsert_simple/CMakeLists.linux-x86_64.txt +++ b/ydb/public/sdk/cpp/examples/bulk_upsert_simple/CMakeLists.linux-x86_64.txt @@ -12,8 +12,6 @@ target_link_libraries(bulk_upsert_simple PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check library-cpp-getopt cpp-client-ydb_table @@ -31,4 +29,8 @@ target_link_options(bulk_upsert_simple PRIVATE target_sources(bulk_upsert_simple PRIVATE ${CMAKE_SOURCE_DIR}/ydb/public/sdk/cpp/examples/bulk_upsert_simple/main.cpp ) +target_allocator(bulk_upsert_simple + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(bulk_upsert_simple) diff --git a/ydb/public/sdk/cpp/examples/bulk_upsert_simple/CMakeLists.windows-x86_64.txt b/ydb/public/sdk/cpp/examples/bulk_upsert_simple/CMakeLists.windows-x86_64.txt index 415e8bd983b..38bf6ed36cc 100644 --- a/ydb/public/sdk/cpp/examples/bulk_upsert_simple/CMakeLists.windows-x86_64.txt +++ b/ydb/public/sdk/cpp/examples/bulk_upsert_simple/CMakeLists.windows-x86_64.txt @@ -11,7 +11,6 @@ add_executable(bulk_upsert_simple) target_link_libraries(bulk_upsert_simple PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check library-cpp-getopt cpp-client-ydb_table @@ -19,4 +18,7 @@ target_link_libraries(bulk_upsert_simple PUBLIC target_sources(bulk_upsert_simple PRIVATE ${CMAKE_SOURCE_DIR}/ydb/public/sdk/cpp/examples/bulk_upsert_simple/main.cpp ) +target_allocator(bulk_upsert_simple + system_allocator +) vcs_info(bulk_upsert_simple) diff --git a/ydb/public/sdk/cpp/examples/pagination/CMakeLists.darwin-x86_64.txt b/ydb/public/sdk/cpp/examples/pagination/CMakeLists.darwin-x86_64.txt index f4d27abd2e8..5fdaf70b411 100644 --- a/ydb/public/sdk/cpp/examples/pagination/CMakeLists.darwin-x86_64.txt +++ b/ydb/public/sdk/cpp/examples/pagination/CMakeLists.darwin-x86_64.txt @@ -11,7 +11,6 @@ add_executable(pagination) target_link_libraries(pagination PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check library-cpp-getopt cpp-client-ydb_table @@ -28,4 +27,7 @@ target_sources(pagination PRIVATE ${CMAKE_SOURCE_DIR}/ydb/public/sdk/cpp/examples/pagination/pagination_data.cpp ${CMAKE_SOURCE_DIR}/ydb/public/sdk/cpp/examples/pagination/pagination.cpp ) +target_allocator(pagination + system_allocator +) vcs_info(pagination) diff --git a/ydb/public/sdk/cpp/examples/pagination/CMakeLists.linux-aarch64.txt b/ydb/public/sdk/cpp/examples/pagination/CMakeLists.linux-aarch64.txt index 5e6e84553a6..68a6336fbc8 100644 --- a/ydb/public/sdk/cpp/examples/pagination/CMakeLists.linux-aarch64.txt +++ b/ydb/public/sdk/cpp/examples/pagination/CMakeLists.linux-aarch64.txt @@ -12,7 +12,6 @@ target_link_libraries(pagination PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc library-cpp-getopt cpp-client-ydb_table ) @@ -31,4 +30,7 @@ target_sources(pagination PRIVATE ${CMAKE_SOURCE_DIR}/ydb/public/sdk/cpp/examples/pagination/pagination_data.cpp ${CMAKE_SOURCE_DIR}/ydb/public/sdk/cpp/examples/pagination/pagination.cpp ) +target_allocator(pagination + cpp-malloc-jemalloc +) vcs_info(pagination) diff --git a/ydb/public/sdk/cpp/examples/pagination/CMakeLists.linux-x86_64.txt b/ydb/public/sdk/cpp/examples/pagination/CMakeLists.linux-x86_64.txt index d123135d358..83ab5af0f12 100644 --- a/ydb/public/sdk/cpp/examples/pagination/CMakeLists.linux-x86_64.txt +++ b/ydb/public/sdk/cpp/examples/pagination/CMakeLists.linux-x86_64.txt @@ -12,8 +12,6 @@ target_link_libraries(pagination PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check library-cpp-getopt cpp-client-ydb_table @@ -33,4 +31,8 @@ target_sources(pagination PRIVATE ${CMAKE_SOURCE_DIR}/ydb/public/sdk/cpp/examples/pagination/pagination_data.cpp ${CMAKE_SOURCE_DIR}/ydb/public/sdk/cpp/examples/pagination/pagination.cpp ) +target_allocator(pagination + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(pagination) diff --git a/ydb/public/sdk/cpp/examples/pagination/CMakeLists.windows-x86_64.txt b/ydb/public/sdk/cpp/examples/pagination/CMakeLists.windows-x86_64.txt index 2e1b919dbaa..e38351bee87 100644 --- a/ydb/public/sdk/cpp/examples/pagination/CMakeLists.windows-x86_64.txt +++ b/ydb/public/sdk/cpp/examples/pagination/CMakeLists.windows-x86_64.txt @@ -11,7 +11,6 @@ add_executable(pagination) target_link_libraries(pagination PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check library-cpp-getopt cpp-client-ydb_table @@ -21,4 +20,7 @@ target_sources(pagination PRIVATE ${CMAKE_SOURCE_DIR}/ydb/public/sdk/cpp/examples/pagination/pagination_data.cpp ${CMAKE_SOURCE_DIR}/ydb/public/sdk/cpp/examples/pagination/pagination.cpp ) +target_allocator(pagination + system_allocator +) vcs_info(pagination) diff --git a/ydb/public/sdk/cpp/examples/secondary_index/CMakeLists.darwin-x86_64.txt b/ydb/public/sdk/cpp/examples/secondary_index/CMakeLists.darwin-x86_64.txt index 9dc77281b34..a73049d4948 100644 --- a/ydb/public/sdk/cpp/examples/secondary_index/CMakeLists.darwin-x86_64.txt +++ b/ydb/public/sdk/cpp/examples/secondary_index/CMakeLists.darwin-x86_64.txt @@ -11,7 +11,6 @@ add_executable(secondary_index) target_link_libraries(secondary_index PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check library-cpp-getopt cpp-client-ydb_table @@ -33,4 +32,7 @@ target_sources(secondary_index PRIVATE ${CMAKE_SOURCE_DIR}/ydb/public/sdk/cpp/examples/secondary_index/secondary_index_list.cpp ${CMAKE_SOURCE_DIR}/ydb/public/sdk/cpp/examples/secondary_index/secondary_index_update.cpp ) +target_allocator(secondary_index + system_allocator +) vcs_info(secondary_index) diff --git a/ydb/public/sdk/cpp/examples/secondary_index/CMakeLists.linux-aarch64.txt b/ydb/public/sdk/cpp/examples/secondary_index/CMakeLists.linux-aarch64.txt index 37b32e471de..2ccc24de875 100644 --- a/ydb/public/sdk/cpp/examples/secondary_index/CMakeLists.linux-aarch64.txt +++ b/ydb/public/sdk/cpp/examples/secondary_index/CMakeLists.linux-aarch64.txt @@ -12,7 +12,6 @@ target_link_libraries(secondary_index PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc library-cpp-getopt cpp-client-ydb_table ) @@ -36,4 +35,7 @@ target_sources(secondary_index PRIVATE ${CMAKE_SOURCE_DIR}/ydb/public/sdk/cpp/examples/secondary_index/secondary_index_list.cpp ${CMAKE_SOURCE_DIR}/ydb/public/sdk/cpp/examples/secondary_index/secondary_index_update.cpp ) +target_allocator(secondary_index + cpp-malloc-jemalloc +) vcs_info(secondary_index) diff --git a/ydb/public/sdk/cpp/examples/secondary_index/CMakeLists.linux-x86_64.txt b/ydb/public/sdk/cpp/examples/secondary_index/CMakeLists.linux-x86_64.txt index 6f51ec1d823..a7ef16f59f1 100644 --- a/ydb/public/sdk/cpp/examples/secondary_index/CMakeLists.linux-x86_64.txt +++ b/ydb/public/sdk/cpp/examples/secondary_index/CMakeLists.linux-x86_64.txt @@ -12,8 +12,6 @@ target_link_libraries(secondary_index PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check library-cpp-getopt cpp-client-ydb_table @@ -38,4 +36,8 @@ target_sources(secondary_index PRIVATE ${CMAKE_SOURCE_DIR}/ydb/public/sdk/cpp/examples/secondary_index/secondary_index_list.cpp ${CMAKE_SOURCE_DIR}/ydb/public/sdk/cpp/examples/secondary_index/secondary_index_update.cpp ) +target_allocator(secondary_index + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(secondary_index) diff --git a/ydb/public/sdk/cpp/examples/secondary_index/CMakeLists.windows-x86_64.txt b/ydb/public/sdk/cpp/examples/secondary_index/CMakeLists.windows-x86_64.txt index 879ebe5da7a..7ae1ea213e1 100644 --- a/ydb/public/sdk/cpp/examples/secondary_index/CMakeLists.windows-x86_64.txt +++ b/ydb/public/sdk/cpp/examples/secondary_index/CMakeLists.windows-x86_64.txt @@ -11,7 +11,6 @@ add_executable(secondary_index) target_link_libraries(secondary_index PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check library-cpp-getopt cpp-client-ydb_table @@ -26,4 +25,7 @@ target_sources(secondary_index PRIVATE ${CMAKE_SOURCE_DIR}/ydb/public/sdk/cpp/examples/secondary_index/secondary_index_list.cpp ${CMAKE_SOURCE_DIR}/ydb/public/sdk/cpp/examples/secondary_index/secondary_index_update.cpp ) +target_allocator(secondary_index + system_allocator +) vcs_info(secondary_index) diff --git a/ydb/public/sdk/cpp/examples/secondary_index_builtin/CMakeLists.darwin-x86_64.txt b/ydb/public/sdk/cpp/examples/secondary_index_builtin/CMakeLists.darwin-x86_64.txt index d6f2e8b3b7d..61eb482ec38 100644 --- a/ydb/public/sdk/cpp/examples/secondary_index_builtin/CMakeLists.darwin-x86_64.txt +++ b/ydb/public/sdk/cpp/examples/secondary_index_builtin/CMakeLists.darwin-x86_64.txt @@ -11,7 +11,6 @@ add_executable(secondary_index_builtin) target_link_libraries(secondary_index_builtin PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check library-cpp-getopt cpp-client-ydb_table @@ -32,4 +31,7 @@ target_sources(secondary_index_builtin PRIVATE ${CMAKE_SOURCE_DIR}/ydb/public/sdk/cpp/examples/secondary_index_builtin/secondary_index_drop.cpp ${CMAKE_SOURCE_DIR}/ydb/public/sdk/cpp/examples/secondary_index_builtin/secondary_index_select_join.cpp ) +target_allocator(secondary_index_builtin + system_allocator +) vcs_info(secondary_index_builtin) diff --git a/ydb/public/sdk/cpp/examples/secondary_index_builtin/CMakeLists.linux-aarch64.txt b/ydb/public/sdk/cpp/examples/secondary_index_builtin/CMakeLists.linux-aarch64.txt index 99b1ea3a0eb..2add0ab64d2 100644 --- a/ydb/public/sdk/cpp/examples/secondary_index_builtin/CMakeLists.linux-aarch64.txt +++ b/ydb/public/sdk/cpp/examples/secondary_index_builtin/CMakeLists.linux-aarch64.txt @@ -12,7 +12,6 @@ target_link_libraries(secondary_index_builtin PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc library-cpp-getopt cpp-client-ydb_table ) @@ -35,4 +34,7 @@ target_sources(secondary_index_builtin PRIVATE ${CMAKE_SOURCE_DIR}/ydb/public/sdk/cpp/examples/secondary_index_builtin/secondary_index_drop.cpp ${CMAKE_SOURCE_DIR}/ydb/public/sdk/cpp/examples/secondary_index_builtin/secondary_index_select_join.cpp ) +target_allocator(secondary_index_builtin + cpp-malloc-jemalloc +) vcs_info(secondary_index_builtin) diff --git a/ydb/public/sdk/cpp/examples/secondary_index_builtin/CMakeLists.linux-x86_64.txt b/ydb/public/sdk/cpp/examples/secondary_index_builtin/CMakeLists.linux-x86_64.txt index 076cd9d5ede..98ade20a7ed 100644 --- a/ydb/public/sdk/cpp/examples/secondary_index_builtin/CMakeLists.linux-x86_64.txt +++ b/ydb/public/sdk/cpp/examples/secondary_index_builtin/CMakeLists.linux-x86_64.txt @@ -12,8 +12,6 @@ target_link_libraries(secondary_index_builtin PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check library-cpp-getopt cpp-client-ydb_table @@ -37,4 +35,8 @@ target_sources(secondary_index_builtin PRIVATE ${CMAKE_SOURCE_DIR}/ydb/public/sdk/cpp/examples/secondary_index_builtin/secondary_index_drop.cpp ${CMAKE_SOURCE_DIR}/ydb/public/sdk/cpp/examples/secondary_index_builtin/secondary_index_select_join.cpp ) +target_allocator(secondary_index_builtin + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(secondary_index_builtin) diff --git a/ydb/public/sdk/cpp/examples/secondary_index_builtin/CMakeLists.windows-x86_64.txt b/ydb/public/sdk/cpp/examples/secondary_index_builtin/CMakeLists.windows-x86_64.txt index fc610a89e35..8060e031679 100644 --- a/ydb/public/sdk/cpp/examples/secondary_index_builtin/CMakeLists.windows-x86_64.txt +++ b/ydb/public/sdk/cpp/examples/secondary_index_builtin/CMakeLists.windows-x86_64.txt @@ -11,7 +11,6 @@ add_executable(secondary_index_builtin) target_link_libraries(secondary_index_builtin PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check library-cpp-getopt cpp-client-ydb_table @@ -25,4 +24,7 @@ target_sources(secondary_index_builtin PRIVATE ${CMAKE_SOURCE_DIR}/ydb/public/sdk/cpp/examples/secondary_index_builtin/secondary_index_drop.cpp ${CMAKE_SOURCE_DIR}/ydb/public/sdk/cpp/examples/secondary_index_builtin/secondary_index_select_join.cpp ) +target_allocator(secondary_index_builtin + system_allocator +) vcs_info(secondary_index_builtin) diff --git a/ydb/public/sdk/cpp/examples/topic_reader/eventloop/CMakeLists.darwin-x86_64.txt b/ydb/public/sdk/cpp/examples/topic_reader/eventloop/CMakeLists.darwin-x86_64.txt index ae06c9eb87a..1cb19aab356 100644 --- a/ydb/public/sdk/cpp/examples/topic_reader/eventloop/CMakeLists.darwin-x86_64.txt +++ b/ydb/public/sdk/cpp/examples/topic_reader/eventloop/CMakeLists.darwin-x86_64.txt @@ -11,7 +11,6 @@ add_executable(persqueue_reader_eventloop) target_link_libraries(persqueue_reader_eventloop PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-client-ydb_topic library-cpp-getopt @@ -26,4 +25,7 @@ target_link_options(persqueue_reader_eventloop PRIVATE target_sources(persqueue_reader_eventloop PRIVATE ${CMAKE_SOURCE_DIR}/ydb/public/sdk/cpp/examples/topic_reader/eventloop/main.cpp ) +target_allocator(persqueue_reader_eventloop + system_allocator +) vcs_info(persqueue_reader_eventloop) diff --git a/ydb/public/sdk/cpp/examples/topic_reader/eventloop/CMakeLists.linux-aarch64.txt b/ydb/public/sdk/cpp/examples/topic_reader/eventloop/CMakeLists.linux-aarch64.txt index e4829081c1d..7536798294f 100644 --- a/ydb/public/sdk/cpp/examples/topic_reader/eventloop/CMakeLists.linux-aarch64.txt +++ b/ydb/public/sdk/cpp/examples/topic_reader/eventloop/CMakeLists.linux-aarch64.txt @@ -12,7 +12,6 @@ target_link_libraries(persqueue_reader_eventloop PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-client-ydb_topic library-cpp-getopt ) @@ -29,4 +28,7 @@ target_link_options(persqueue_reader_eventloop PRIVATE target_sources(persqueue_reader_eventloop PRIVATE ${CMAKE_SOURCE_DIR}/ydb/public/sdk/cpp/examples/topic_reader/eventloop/main.cpp ) +target_allocator(persqueue_reader_eventloop + cpp-malloc-jemalloc +) vcs_info(persqueue_reader_eventloop) diff --git a/ydb/public/sdk/cpp/examples/topic_reader/eventloop/CMakeLists.linux-x86_64.txt b/ydb/public/sdk/cpp/examples/topic_reader/eventloop/CMakeLists.linux-x86_64.txt index 6b6c0902611..cfa4b220428 100644 --- a/ydb/public/sdk/cpp/examples/topic_reader/eventloop/CMakeLists.linux-x86_64.txt +++ b/ydb/public/sdk/cpp/examples/topic_reader/eventloop/CMakeLists.linux-x86_64.txt @@ -12,8 +12,6 @@ target_link_libraries(persqueue_reader_eventloop PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-client-ydb_topic library-cpp-getopt @@ -31,4 +29,8 @@ target_link_options(persqueue_reader_eventloop PRIVATE target_sources(persqueue_reader_eventloop PRIVATE ${CMAKE_SOURCE_DIR}/ydb/public/sdk/cpp/examples/topic_reader/eventloop/main.cpp ) +target_allocator(persqueue_reader_eventloop + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(persqueue_reader_eventloop) diff --git a/ydb/public/sdk/cpp/examples/topic_reader/eventloop/CMakeLists.windows-x86_64.txt b/ydb/public/sdk/cpp/examples/topic_reader/eventloop/CMakeLists.windows-x86_64.txt index 2caf31224b1..943b424feaa 100644 --- a/ydb/public/sdk/cpp/examples/topic_reader/eventloop/CMakeLists.windows-x86_64.txt +++ b/ydb/public/sdk/cpp/examples/topic_reader/eventloop/CMakeLists.windows-x86_64.txt @@ -11,7 +11,6 @@ add_executable(persqueue_reader_eventloop) target_link_libraries(persqueue_reader_eventloop PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-client-ydb_topic library-cpp-getopt @@ -19,4 +18,7 @@ target_link_libraries(persqueue_reader_eventloop PUBLIC target_sources(persqueue_reader_eventloop PRIVATE ${CMAKE_SOURCE_DIR}/ydb/public/sdk/cpp/examples/topic_reader/eventloop/main.cpp ) +target_allocator(persqueue_reader_eventloop + system_allocator +) vcs_info(persqueue_reader_eventloop) diff --git a/ydb/public/sdk/cpp/examples/topic_reader/simple/CMakeLists.darwin-x86_64.txt b/ydb/public/sdk/cpp/examples/topic_reader/simple/CMakeLists.darwin-x86_64.txt index 3271d1c63cc..c6f296ec522 100644 --- a/ydb/public/sdk/cpp/examples/topic_reader/simple/CMakeLists.darwin-x86_64.txt +++ b/ydb/public/sdk/cpp/examples/topic_reader/simple/CMakeLists.darwin-x86_64.txt @@ -11,7 +11,6 @@ add_executable(simple_persqueue_reader) target_link_libraries(simple_persqueue_reader PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-client-ydb_topic library-cpp-getopt @@ -26,4 +25,7 @@ target_link_options(simple_persqueue_reader PRIVATE target_sources(simple_persqueue_reader PRIVATE ${CMAKE_SOURCE_DIR}/ydb/public/sdk/cpp/examples/topic_reader/simple/main.cpp ) +target_allocator(simple_persqueue_reader + system_allocator +) vcs_info(simple_persqueue_reader) diff --git a/ydb/public/sdk/cpp/examples/topic_reader/simple/CMakeLists.linux-aarch64.txt b/ydb/public/sdk/cpp/examples/topic_reader/simple/CMakeLists.linux-aarch64.txt index 5a3bbe7c6ff..269f2b1544f 100644 --- a/ydb/public/sdk/cpp/examples/topic_reader/simple/CMakeLists.linux-aarch64.txt +++ b/ydb/public/sdk/cpp/examples/topic_reader/simple/CMakeLists.linux-aarch64.txt @@ -12,7 +12,6 @@ target_link_libraries(simple_persqueue_reader PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-client-ydb_topic library-cpp-getopt ) @@ -29,4 +28,7 @@ target_link_options(simple_persqueue_reader PRIVATE target_sources(simple_persqueue_reader PRIVATE ${CMAKE_SOURCE_DIR}/ydb/public/sdk/cpp/examples/topic_reader/simple/main.cpp ) +target_allocator(simple_persqueue_reader + cpp-malloc-jemalloc +) vcs_info(simple_persqueue_reader) diff --git a/ydb/public/sdk/cpp/examples/topic_reader/simple/CMakeLists.linux-x86_64.txt b/ydb/public/sdk/cpp/examples/topic_reader/simple/CMakeLists.linux-x86_64.txt index e7d38c64edb..7816fb06207 100644 --- a/ydb/public/sdk/cpp/examples/topic_reader/simple/CMakeLists.linux-x86_64.txt +++ b/ydb/public/sdk/cpp/examples/topic_reader/simple/CMakeLists.linux-x86_64.txt @@ -12,8 +12,6 @@ target_link_libraries(simple_persqueue_reader PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-client-ydb_topic library-cpp-getopt @@ -31,4 +29,8 @@ target_link_options(simple_persqueue_reader PRIVATE target_sources(simple_persqueue_reader PRIVATE ${CMAKE_SOURCE_DIR}/ydb/public/sdk/cpp/examples/topic_reader/simple/main.cpp ) +target_allocator(simple_persqueue_reader + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(simple_persqueue_reader) diff --git a/ydb/public/sdk/cpp/examples/topic_reader/simple/CMakeLists.windows-x86_64.txt b/ydb/public/sdk/cpp/examples/topic_reader/simple/CMakeLists.windows-x86_64.txt index 68db162afd4..9fc984e93ce 100644 --- a/ydb/public/sdk/cpp/examples/topic_reader/simple/CMakeLists.windows-x86_64.txt +++ b/ydb/public/sdk/cpp/examples/topic_reader/simple/CMakeLists.windows-x86_64.txt @@ -11,7 +11,6 @@ add_executable(simple_persqueue_reader) target_link_libraries(simple_persqueue_reader PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-client-ydb_topic library-cpp-getopt @@ -19,4 +18,7 @@ target_link_libraries(simple_persqueue_reader PUBLIC target_sources(simple_persqueue_reader PRIVATE ${CMAKE_SOURCE_DIR}/ydb/public/sdk/cpp/examples/topic_reader/simple/main.cpp ) +target_allocator(simple_persqueue_reader + system_allocator +) vcs_info(simple_persqueue_reader) diff --git a/ydb/public/sdk/cpp/examples/ttl/CMakeLists.darwin-x86_64.txt b/ydb/public/sdk/cpp/examples/ttl/CMakeLists.darwin-x86_64.txt index 4929a8440b8..02cab908996 100644 --- a/ydb/public/sdk/cpp/examples/ttl/CMakeLists.darwin-x86_64.txt +++ b/ydb/public/sdk/cpp/examples/ttl/CMakeLists.darwin-x86_64.txt @@ -11,7 +11,6 @@ add_executable(ttl) target_link_libraries(ttl PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check library-cpp-getopt cpp-client-ydb_table @@ -27,4 +26,7 @@ target_sources(ttl PRIVATE ${CMAKE_SOURCE_DIR}/ydb/public/sdk/cpp/examples/ttl/main.cpp ${CMAKE_SOURCE_DIR}/ydb/public/sdk/cpp/examples/ttl/ttl.cpp ) +target_allocator(ttl + system_allocator +) vcs_info(ttl) diff --git a/ydb/public/sdk/cpp/examples/ttl/CMakeLists.linux-aarch64.txt b/ydb/public/sdk/cpp/examples/ttl/CMakeLists.linux-aarch64.txt index 135058bb0cc..b727597c53e 100644 --- a/ydb/public/sdk/cpp/examples/ttl/CMakeLists.linux-aarch64.txt +++ b/ydb/public/sdk/cpp/examples/ttl/CMakeLists.linux-aarch64.txt @@ -12,7 +12,6 @@ target_link_libraries(ttl PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc library-cpp-getopt cpp-client-ydb_table ) @@ -30,4 +29,7 @@ target_sources(ttl PRIVATE ${CMAKE_SOURCE_DIR}/ydb/public/sdk/cpp/examples/ttl/main.cpp ${CMAKE_SOURCE_DIR}/ydb/public/sdk/cpp/examples/ttl/ttl.cpp ) +target_allocator(ttl + cpp-malloc-jemalloc +) vcs_info(ttl) diff --git a/ydb/public/sdk/cpp/examples/ttl/CMakeLists.linux-x86_64.txt b/ydb/public/sdk/cpp/examples/ttl/CMakeLists.linux-x86_64.txt index e008bcdb201..a26fc0369c0 100644 --- a/ydb/public/sdk/cpp/examples/ttl/CMakeLists.linux-x86_64.txt +++ b/ydb/public/sdk/cpp/examples/ttl/CMakeLists.linux-x86_64.txt @@ -12,8 +12,6 @@ target_link_libraries(ttl PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check library-cpp-getopt cpp-client-ydb_table @@ -32,4 +30,8 @@ target_sources(ttl PRIVATE ${CMAKE_SOURCE_DIR}/ydb/public/sdk/cpp/examples/ttl/main.cpp ${CMAKE_SOURCE_DIR}/ydb/public/sdk/cpp/examples/ttl/ttl.cpp ) +target_allocator(ttl + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ttl) diff --git a/ydb/public/sdk/cpp/examples/ttl/CMakeLists.windows-x86_64.txt b/ydb/public/sdk/cpp/examples/ttl/CMakeLists.windows-x86_64.txt index d0daafe8d34..fd29a09b708 100644 --- a/ydb/public/sdk/cpp/examples/ttl/CMakeLists.windows-x86_64.txt +++ b/ydb/public/sdk/cpp/examples/ttl/CMakeLists.windows-x86_64.txt @@ -11,7 +11,6 @@ add_executable(ttl) target_link_libraries(ttl PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check library-cpp-getopt cpp-client-ydb_table @@ -20,4 +19,7 @@ target_sources(ttl PRIVATE ${CMAKE_SOURCE_DIR}/ydb/public/sdk/cpp/examples/ttl/main.cpp ${CMAKE_SOURCE_DIR}/ydb/public/sdk/cpp/examples/ttl/ttl.cpp ) +target_allocator(ttl + system_allocator +) vcs_info(ttl) diff --git a/ydb/services/bg_tasks/ut/CMakeLists.darwin-x86_64.txt b/ydb/services/bg_tasks/ut/CMakeLists.darwin-x86_64.txt index b1fdcb22330..20b1a8316af 100644 --- a/ydb/services/bg_tasks/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/services/bg_tasks/ut/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-services-bg_tasks-ut PRIVATE target_link_libraries(ydb-services-bg_tasks-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-services-bg_tasks @@ -76,4 +75,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-services-bg_tasks-ut + system_allocator +) vcs_info(ydb-services-bg_tasks-ut) diff --git a/ydb/services/bg_tasks/ut/CMakeLists.linux-aarch64.txt b/ydb/services/bg_tasks/ut/CMakeLists.linux-aarch64.txt index 477debe5366..6493715f3b0 100644 --- a/ydb/services/bg_tasks/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/services/bg_tasks/ut/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-services-bg_tasks-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main ydb-services-bg_tasks library-cpp-getopt @@ -79,4 +78,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-services-bg_tasks-ut + cpp-malloc-jemalloc +) vcs_info(ydb-services-bg_tasks-ut) diff --git a/ydb/services/bg_tasks/ut/CMakeLists.linux-x86_64.txt b/ydb/services/bg_tasks/ut/CMakeLists.linux-x86_64.txt index 3cb21cb46a8..1ca0e89eda7 100644 --- a/ydb/services/bg_tasks/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/services/bg_tasks/ut/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-services-bg_tasks-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main ydb-services-bg_tasks @@ -81,4 +79,8 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-services-bg_tasks-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-services-bg_tasks-ut) diff --git a/ydb/services/bg_tasks/ut/CMakeLists.windows-x86_64.txt b/ydb/services/bg_tasks/ut/CMakeLists.windows-x86_64.txt index e0e36d34570..663c306f11d 100644 --- a/ydb/services/bg_tasks/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/services/bg_tasks/ut/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-services-bg_tasks-ut PRIVATE target_link_libraries(ydb-services-bg_tasks-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-services-bg_tasks @@ -69,4 +68,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-services-bg_tasks-ut + system_allocator +) vcs_info(ydb-services-bg_tasks-ut) diff --git a/ydb/services/cms/ut/CMakeLists.darwin-x86_64.txt b/ydb/services/cms/ut/CMakeLists.darwin-x86_64.txt index c43eaf144ac..0e7ce55e04c 100644 --- a/ydb/services/cms/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/services/cms/ut/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-services-cms-ut PRIVATE target_link_libraries(ydb-services-cms-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-services-cms @@ -70,4 +69,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-services-cms-ut + system_allocator +) vcs_info(ydb-services-cms-ut) diff --git a/ydb/services/cms/ut/CMakeLists.linux-aarch64.txt b/ydb/services/cms/ut/CMakeLists.linux-aarch64.txt index 36603ef9275..1fd14039eec 100644 --- a/ydb/services/cms/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/services/cms/ut/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-services-cms-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main ydb-services-cms library-cpp-getopt @@ -73,4 +72,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-services-cms-ut + cpp-malloc-jemalloc +) vcs_info(ydb-services-cms-ut) diff --git a/ydb/services/cms/ut/CMakeLists.linux-x86_64.txt b/ydb/services/cms/ut/CMakeLists.linux-x86_64.txt index 9fdd116431c..b7c1159661c 100644 --- a/ydb/services/cms/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/services/cms/ut/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-services-cms-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main ydb-services-cms @@ -75,4 +73,8 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-services-cms-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-services-cms-ut) diff --git a/ydb/services/cms/ut/CMakeLists.windows-x86_64.txt b/ydb/services/cms/ut/CMakeLists.windows-x86_64.txt index dc8ebd5752b..29e5057a092 100644 --- a/ydb/services/cms/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/services/cms/ut/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-services-cms-ut PRIVATE target_link_libraries(ydb-services-cms-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-services-cms @@ -63,4 +62,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-services-cms-ut + system_allocator +) vcs_info(ydb-services-cms-ut) diff --git a/ydb/services/console/ut/CMakeLists.darwin-x86_64.txt b/ydb/services/console/ut/CMakeLists.darwin-x86_64.txt index 4afc3a1089b..fee877e1878 100644 --- a/ydb/services/console/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/services/console/ut/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-services-console-ut PRIVATE target_link_libraries(ydb-services-console-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-services-console @@ -71,4 +70,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-services-console-ut + system_allocator +) vcs_info(ydb-services-console-ut) diff --git a/ydb/services/console/ut/CMakeLists.linux-aarch64.txt b/ydb/services/console/ut/CMakeLists.linux-aarch64.txt index 4053467ee58..6756699415e 100644 --- a/ydb/services/console/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/services/console/ut/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-services-console-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main ydb-services-console library-cpp-getopt @@ -74,4 +73,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-services-console-ut + cpp-malloc-jemalloc +) vcs_info(ydb-services-console-ut) diff --git a/ydb/services/console/ut/CMakeLists.linux-x86_64.txt b/ydb/services/console/ut/CMakeLists.linux-x86_64.txt index e17bd474f97..fba3fc49f2b 100644 --- a/ydb/services/console/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/services/console/ut/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-services-console-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main ydb-services-console @@ -76,4 +74,8 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-services-console-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-services-console-ut) diff --git a/ydb/services/console/ut/CMakeLists.windows-x86_64.txt b/ydb/services/console/ut/CMakeLists.windows-x86_64.txt index c8d739aec26..a37f288ecb8 100644 --- a/ydb/services/console/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/services/console/ut/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-services-console-ut PRIVATE target_link_libraries(ydb-services-console-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-services-console @@ -64,4 +63,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-services-console-ut + system_allocator +) vcs_info(ydb-services-console-ut) diff --git a/ydb/services/datastreams/ut/CMakeLists.darwin-x86_64.txt b/ydb/services/datastreams/ut/CMakeLists.darwin-x86_64.txt index 62e95a33d7e..e6372839ee1 100644 --- a/ydb/services/datastreams/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/services/datastreams/ut/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-services-datastreams-ut PRIVATE target_link_libraries(ydb-services-datastreams-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-services-datastreams @@ -77,4 +76,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-services-datastreams-ut + system_allocator +) vcs_info(ydb-services-datastreams-ut) diff --git a/ydb/services/datastreams/ut/CMakeLists.linux-aarch64.txt b/ydb/services/datastreams/ut/CMakeLists.linux-aarch64.txt index 8b4bc78fd30..7649cf1b209 100644 --- a/ydb/services/datastreams/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/services/datastreams/ut/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-services-datastreams-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main ydb-services-datastreams library-cpp-getopt @@ -80,4 +79,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-services-datastreams-ut + cpp-malloc-jemalloc +) vcs_info(ydb-services-datastreams-ut) diff --git a/ydb/services/datastreams/ut/CMakeLists.linux-x86_64.txt b/ydb/services/datastreams/ut/CMakeLists.linux-x86_64.txt index a26b5e3341d..93c7482af59 100644 --- a/ydb/services/datastreams/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/services/datastreams/ut/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-services-datastreams-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main ydb-services-datastreams @@ -82,4 +80,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-services-datastreams-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-services-datastreams-ut) diff --git a/ydb/services/datastreams/ut/CMakeLists.windows-x86_64.txt b/ydb/services/datastreams/ut/CMakeLists.windows-x86_64.txt index 9e75e4f2911..f7336b27a7d 100644 --- a/ydb/services/datastreams/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/services/datastreams/ut/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-services-datastreams-ut PRIVATE target_link_libraries(ydb-services-datastreams-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-services-datastreams @@ -70,4 +69,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-services-datastreams-ut + system_allocator +) vcs_info(ydb-services-datastreams-ut) diff --git a/ydb/services/ext_index/ut/CMakeLists.darwin-x86_64.txt b/ydb/services/ext_index/ut/CMakeLists.darwin-x86_64.txt index a57b74ffe40..36a8f09a5f2 100644 --- a/ydb/services/ext_index/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/services/ext_index/ut/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-services-ext_index-ut PRIVATE target_link_libraries(ydb-services-ext_index-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-services-ext_index @@ -78,4 +77,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-services-ext_index-ut + system_allocator +) vcs_info(ydb-services-ext_index-ut) diff --git a/ydb/services/ext_index/ut/CMakeLists.linux-aarch64.txt b/ydb/services/ext_index/ut/CMakeLists.linux-aarch64.txt index 0b356b7816e..20b9fc39141 100644 --- a/ydb/services/ext_index/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/services/ext_index/ut/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-services-ext_index-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main ydb-services-ext_index library-cpp-getopt @@ -81,4 +80,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-services-ext_index-ut + cpp-malloc-jemalloc +) vcs_info(ydb-services-ext_index-ut) diff --git a/ydb/services/ext_index/ut/CMakeLists.linux-x86_64.txt b/ydb/services/ext_index/ut/CMakeLists.linux-x86_64.txt index 37e0035862c..29d4ebd4c09 100644 --- a/ydb/services/ext_index/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/services/ext_index/ut/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-services-ext_index-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main ydb-services-ext_index @@ -83,4 +81,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-services-ext_index-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-services-ext_index-ut) diff --git a/ydb/services/ext_index/ut/CMakeLists.windows-x86_64.txt b/ydb/services/ext_index/ut/CMakeLists.windows-x86_64.txt index 0b60ddd3d83..d3eb8a649d9 100644 --- a/ydb/services/ext_index/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/services/ext_index/ut/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-services-ext_index-ut PRIVATE target_link_libraries(ydb-services-ext_index-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-services-ext_index @@ -71,4 +70,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-services-ext_index-ut + system_allocator +) vcs_info(ydb-services-ext_index-ut) diff --git a/ydb/services/fq/ut_integration/CMakeLists.darwin-x86_64.txt b/ydb/services/fq/ut_integration/CMakeLists.darwin-x86_64.txt index 0964fff0b50..00b63b10631 100644 --- a/ydb/services/fq/ut_integration/CMakeLists.darwin-x86_64.txt +++ b/ydb/services/fq/ut_integration/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-services-fq-ut_integration PRIVATE target_link_libraries(ydb-services-fq-ut_integration PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-services-fq @@ -79,4 +78,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-services-fq-ut_integration + system_allocator +) vcs_info(ydb-services-fq-ut_integration) diff --git a/ydb/services/fq/ut_integration/CMakeLists.linux-aarch64.txt b/ydb/services/fq/ut_integration/CMakeLists.linux-aarch64.txt index 878b0dff601..971833aa8c9 100644 --- a/ydb/services/fq/ut_integration/CMakeLists.linux-aarch64.txt +++ b/ydb/services/fq/ut_integration/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-services-fq-ut_integration PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main ydb-services-fq library-cpp-getopt @@ -82,4 +81,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-services-fq-ut_integration + cpp-malloc-jemalloc +) vcs_info(ydb-services-fq-ut_integration) diff --git a/ydb/services/fq/ut_integration/CMakeLists.linux-x86_64.txt b/ydb/services/fq/ut_integration/CMakeLists.linux-x86_64.txt index 24dc1174256..2cb80bd0a8f 100644 --- a/ydb/services/fq/ut_integration/CMakeLists.linux-x86_64.txt +++ b/ydb/services/fq/ut_integration/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-services-fq-ut_integration PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main ydb-services-fq @@ -84,4 +82,8 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-services-fq-ut_integration + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-services-fq-ut_integration) diff --git a/ydb/services/fq/ut_integration/CMakeLists.windows-x86_64.txt b/ydb/services/fq/ut_integration/CMakeLists.windows-x86_64.txt index 66c2f6280d4..354170ff722 100644 --- a/ydb/services/fq/ut_integration/CMakeLists.windows-x86_64.txt +++ b/ydb/services/fq/ut_integration/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-services-fq-ut_integration PRIVATE target_link_libraries(ydb-services-fq-ut_integration PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-services-fq @@ -72,4 +71,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-services-fq-ut_integration + system_allocator +) vcs_info(ydb-services-fq-ut_integration) diff --git a/ydb/services/metadata/initializer/ut/CMakeLists.darwin-x86_64.txt b/ydb/services/metadata/initializer/ut/CMakeLists.darwin-x86_64.txt index 716a0799411..374d2aa1319 100644 --- a/ydb/services/metadata/initializer/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/services/metadata/initializer/ut/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-services-metadata-initializer-ut PRIVATE target_link_libraries(ydb-services-metadata-initializer-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main services-metadata-initializer @@ -78,4 +77,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-services-metadata-initializer-ut + system_allocator +) vcs_info(ydb-services-metadata-initializer-ut) diff --git a/ydb/services/metadata/initializer/ut/CMakeLists.linux-aarch64.txt b/ydb/services/metadata/initializer/ut/CMakeLists.linux-aarch64.txt index 553d2582ebf..eb5005bbc5e 100644 --- a/ydb/services/metadata/initializer/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/services/metadata/initializer/ut/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-services-metadata-initializer-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main services-metadata-initializer library-cpp-getopt @@ -81,4 +80,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-services-metadata-initializer-ut + cpp-malloc-jemalloc +) vcs_info(ydb-services-metadata-initializer-ut) diff --git a/ydb/services/metadata/initializer/ut/CMakeLists.linux-x86_64.txt b/ydb/services/metadata/initializer/ut/CMakeLists.linux-x86_64.txt index 1537548bf1c..78e3e9e8af0 100644 --- a/ydb/services/metadata/initializer/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/services/metadata/initializer/ut/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-services-metadata-initializer-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main services-metadata-initializer @@ -83,4 +81,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-services-metadata-initializer-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-services-metadata-initializer-ut) diff --git a/ydb/services/metadata/initializer/ut/CMakeLists.windows-x86_64.txt b/ydb/services/metadata/initializer/ut/CMakeLists.windows-x86_64.txt index 3e8d4ad846e..5f104363666 100644 --- a/ydb/services/metadata/initializer/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/services/metadata/initializer/ut/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-services-metadata-initializer-ut PRIVATE target_link_libraries(ydb-services-metadata-initializer-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main services-metadata-initializer @@ -71,4 +70,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-services-metadata-initializer-ut + system_allocator +) vcs_info(ydb-services-metadata-initializer-ut) diff --git a/ydb/services/metadata/secret/ut/CMakeLists.darwin-x86_64.txt b/ydb/services/metadata/secret/ut/CMakeLists.darwin-x86_64.txt index cdc16fd97e9..e9868b72bc8 100644 --- a/ydb/services/metadata/secret/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/services/metadata/secret/ut/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-services-metadata-secret-ut PRIVATE target_link_libraries(ydb-services-metadata-secret-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main services-metadata-secret @@ -78,4 +77,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-services-metadata-secret-ut + system_allocator +) vcs_info(ydb-services-metadata-secret-ut) diff --git a/ydb/services/metadata/secret/ut/CMakeLists.linux-aarch64.txt b/ydb/services/metadata/secret/ut/CMakeLists.linux-aarch64.txt index a1be6943f0b..b63bc523564 100644 --- a/ydb/services/metadata/secret/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/services/metadata/secret/ut/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-services-metadata-secret-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main services-metadata-secret library-cpp-getopt @@ -81,4 +80,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-services-metadata-secret-ut + cpp-malloc-jemalloc +) vcs_info(ydb-services-metadata-secret-ut) diff --git a/ydb/services/metadata/secret/ut/CMakeLists.linux-x86_64.txt b/ydb/services/metadata/secret/ut/CMakeLists.linux-x86_64.txt index 39336c1b51f..35a8805f851 100644 --- a/ydb/services/metadata/secret/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/services/metadata/secret/ut/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-services-metadata-secret-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main services-metadata-secret @@ -83,4 +81,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-services-metadata-secret-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-services-metadata-secret-ut) diff --git a/ydb/services/metadata/secret/ut/CMakeLists.windows-x86_64.txt b/ydb/services/metadata/secret/ut/CMakeLists.windows-x86_64.txt index e0da4b9c57d..0ecbc36747d 100644 --- a/ydb/services/metadata/secret/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/services/metadata/secret/ut/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-services-metadata-secret-ut PRIVATE target_link_libraries(ydb-services-metadata-secret-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main services-metadata-secret @@ -71,4 +70,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-services-metadata-secret-ut + system_allocator +) vcs_info(ydb-services-metadata-secret-ut) diff --git a/ydb/services/persqueue_cluster_discovery/ut/CMakeLists.darwin-x86_64.txt b/ydb/services/persqueue_cluster_discovery/ut/CMakeLists.darwin-x86_64.txt index 454401a3da9..f5bbc9dc1e9 100644 --- a/ydb/services/persqueue_cluster_discovery/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/services/persqueue_cluster_discovery/ut/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-services-persqueue_cluster_discovery-ut PRIVATE target_link_libraries(ydb-services-persqueue_cluster_discovery-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-services-persqueue_cluster_discovery @@ -75,4 +74,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-services-persqueue_cluster_discovery-ut + system_allocator +) vcs_info(ydb-services-persqueue_cluster_discovery-ut) diff --git a/ydb/services/persqueue_cluster_discovery/ut/CMakeLists.linux-aarch64.txt b/ydb/services/persqueue_cluster_discovery/ut/CMakeLists.linux-aarch64.txt index 8a53ccfcace..066c93fd80f 100644 --- a/ydb/services/persqueue_cluster_discovery/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/services/persqueue_cluster_discovery/ut/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-services-persqueue_cluster_discovery-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main ydb-services-persqueue_cluster_discovery cpp-actors-http @@ -78,4 +77,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-services-persqueue_cluster_discovery-ut + cpp-malloc-jemalloc +) vcs_info(ydb-services-persqueue_cluster_discovery-ut) diff --git a/ydb/services/persqueue_cluster_discovery/ut/CMakeLists.linux-x86_64.txt b/ydb/services/persqueue_cluster_discovery/ut/CMakeLists.linux-x86_64.txt index 0a1267128da..9dc4ddcc3ce 100644 --- a/ydb/services/persqueue_cluster_discovery/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/services/persqueue_cluster_discovery/ut/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-services-persqueue_cluster_discovery-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main ydb-services-persqueue_cluster_discovery @@ -80,4 +78,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-services-persqueue_cluster_discovery-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-services-persqueue_cluster_discovery-ut) diff --git a/ydb/services/persqueue_cluster_discovery/ut/CMakeLists.windows-x86_64.txt b/ydb/services/persqueue_cluster_discovery/ut/CMakeLists.windows-x86_64.txt index 855574c4ddb..e71296ddd6b 100644 --- a/ydb/services/persqueue_cluster_discovery/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/services/persqueue_cluster_discovery/ut/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-services-persqueue_cluster_discovery-ut PRIVATE target_link_libraries(ydb-services-persqueue_cluster_discovery-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-services-persqueue_cluster_discovery @@ -68,4 +67,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-services-persqueue_cluster_discovery-ut + system_allocator +) vcs_info(ydb-services-persqueue_cluster_discovery-ut) diff --git a/ydb/services/persqueue_v1/ut/CMakeLists.darwin-x86_64.txt b/ydb/services/persqueue_v1/ut/CMakeLists.darwin-x86_64.txt index 42ffd36c8e6..7f459208715 100644 --- a/ydb/services/persqueue_v1/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/services/persqueue_v1/ut/CMakeLists.darwin-x86_64.txt @@ -18,7 +18,6 @@ target_include_directories(ydb-services-persqueue_v1-ut PRIVATE target_link_libraries(ydb-services-persqueue_v1-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-services-persqueue_v1 @@ -92,4 +91,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-services-persqueue_v1-ut + system_allocator +) vcs_info(ydb-services-persqueue_v1-ut) diff --git a/ydb/services/persqueue_v1/ut/CMakeLists.linux-aarch64.txt b/ydb/services/persqueue_v1/ut/CMakeLists.linux-aarch64.txt index 5955a1b8f9d..538325b9697 100644 --- a/ydb/services/persqueue_v1/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/services/persqueue_v1/ut/CMakeLists.linux-aarch64.txt @@ -19,7 +19,6 @@ target_link_libraries(ydb-services-persqueue_v1-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main ydb-services-persqueue_v1 library-cpp-getopt @@ -95,4 +94,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-services-persqueue_v1-ut + cpp-malloc-jemalloc +) vcs_info(ydb-services-persqueue_v1-ut) diff --git a/ydb/services/persqueue_v1/ut/CMakeLists.linux-x86_64.txt b/ydb/services/persqueue_v1/ut/CMakeLists.linux-x86_64.txt index 3a1127dc2ef..a7efe775c0b 100644 --- a/ydb/services/persqueue_v1/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/services/persqueue_v1/ut/CMakeLists.linux-x86_64.txt @@ -19,8 +19,6 @@ target_link_libraries(ydb-services-persqueue_v1-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main ydb-services-persqueue_v1 @@ -97,4 +95,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-services-persqueue_v1-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-services-persqueue_v1-ut) diff --git a/ydb/services/persqueue_v1/ut/CMakeLists.windows-x86_64.txt b/ydb/services/persqueue_v1/ut/CMakeLists.windows-x86_64.txt index 5c247807e96..2f29e218c6a 100644 --- a/ydb/services/persqueue_v1/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/services/persqueue_v1/ut/CMakeLists.windows-x86_64.txt @@ -18,7 +18,6 @@ target_include_directories(ydb-services-persqueue_v1-ut PRIVATE target_link_libraries(ydb-services-persqueue_v1-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-services-persqueue_v1 @@ -85,4 +84,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-services-persqueue_v1-ut + system_allocator +) vcs_info(ydb-services-persqueue_v1-ut) diff --git a/ydb/services/persqueue_v1/ut/new_schemecache_ut/CMakeLists.darwin-x86_64.txt b/ydb/services/persqueue_v1/ut/new_schemecache_ut/CMakeLists.darwin-x86_64.txt index 0fdb3031323..1f9314d2b2a 100644 --- a/ydb/services/persqueue_v1/ut/new_schemecache_ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/services/persqueue_v1/ut/new_schemecache_ut/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-services-persqueue_v1-ut-new_schemecache_ut PRIVA target_link_libraries(ydb-services-persqueue_v1-ut-new_schemecache_ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-services-persqueue_v1 @@ -81,4 +80,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-services-persqueue_v1-ut-new_schemecache_ut + system_allocator +) vcs_info(ydb-services-persqueue_v1-ut-new_schemecache_ut) diff --git a/ydb/services/persqueue_v1/ut/new_schemecache_ut/CMakeLists.linux-aarch64.txt b/ydb/services/persqueue_v1/ut/new_schemecache_ut/CMakeLists.linux-aarch64.txt index f710ff98ea0..b97e8a7fe31 100644 --- a/ydb/services/persqueue_v1/ut/new_schemecache_ut/CMakeLists.linux-aarch64.txt +++ b/ydb/services/persqueue_v1/ut/new_schemecache_ut/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-services-persqueue_v1-ut-new_schemecache_ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main ydb-services-persqueue_v1 library-cpp-getopt @@ -84,4 +83,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-services-persqueue_v1-ut-new_schemecache_ut + cpp-malloc-jemalloc +) vcs_info(ydb-services-persqueue_v1-ut-new_schemecache_ut) diff --git a/ydb/services/persqueue_v1/ut/new_schemecache_ut/CMakeLists.linux-x86_64.txt b/ydb/services/persqueue_v1/ut/new_schemecache_ut/CMakeLists.linux-x86_64.txt index 35886309945..0993131a3e2 100644 --- a/ydb/services/persqueue_v1/ut/new_schemecache_ut/CMakeLists.linux-x86_64.txt +++ b/ydb/services/persqueue_v1/ut/new_schemecache_ut/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-services-persqueue_v1-ut-new_schemecache_ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main ydb-services-persqueue_v1 @@ -86,4 +84,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-services-persqueue_v1-ut-new_schemecache_ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-services-persqueue_v1-ut-new_schemecache_ut) diff --git a/ydb/services/persqueue_v1/ut/new_schemecache_ut/CMakeLists.windows-x86_64.txt b/ydb/services/persqueue_v1/ut/new_schemecache_ut/CMakeLists.windows-x86_64.txt index e28ebbdce56..bacaa28fd14 100644 --- a/ydb/services/persqueue_v1/ut/new_schemecache_ut/CMakeLists.windows-x86_64.txt +++ b/ydb/services/persqueue_v1/ut/new_schemecache_ut/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-services-persqueue_v1-ut-new_schemecache_ut PRIVA target_link_libraries(ydb-services-persqueue_v1-ut-new_schemecache_ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-services-persqueue_v1 @@ -74,4 +73,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-services-persqueue_v1-ut-new_schemecache_ut + system_allocator +) vcs_info(ydb-services-persqueue_v1-ut-new_schemecache_ut) diff --git a/ydb/services/rate_limiter/ut/CMakeLists.darwin-x86_64.txt b/ydb/services/rate_limiter/ut/CMakeLists.darwin-x86_64.txt index 7dbbb8730bf..9a3d44a52a8 100644 --- a/ydb/services/rate_limiter/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/services/rate_limiter/ut/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-services-rate_limiter-ut PRIVATE target_link_libraries(ydb-services-rate_limiter-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-services-rate_limiter @@ -68,4 +67,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-services-rate_limiter-ut + system_allocator +) vcs_info(ydb-services-rate_limiter-ut) diff --git a/ydb/services/rate_limiter/ut/CMakeLists.linux-aarch64.txt b/ydb/services/rate_limiter/ut/CMakeLists.linux-aarch64.txt index 2fb431ee602..95da2e42366 100644 --- a/ydb/services/rate_limiter/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/services/rate_limiter/ut/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-services-rate_limiter-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main ydb-services-rate_limiter core-testlib-default @@ -71,4 +70,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-services-rate_limiter-ut + cpp-malloc-jemalloc +) vcs_info(ydb-services-rate_limiter-ut) diff --git a/ydb/services/rate_limiter/ut/CMakeLists.linux-x86_64.txt b/ydb/services/rate_limiter/ut/CMakeLists.linux-x86_64.txt index 16e3f12c3a5..7d1b6ed889a 100644 --- a/ydb/services/rate_limiter/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/services/rate_limiter/ut/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-services-rate_limiter-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main ydb-services-rate_limiter @@ -73,4 +71,8 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-services-rate_limiter-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-services-rate_limiter-ut) diff --git a/ydb/services/rate_limiter/ut/CMakeLists.windows-x86_64.txt b/ydb/services/rate_limiter/ut/CMakeLists.windows-x86_64.txt index 91f11d12d4d..79316e6be59 100644 --- a/ydb/services/rate_limiter/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/services/rate_limiter/ut/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-services-rate_limiter-ut PRIVATE target_link_libraries(ydb-services-rate_limiter-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-services-rate_limiter @@ -61,4 +60,7 @@ set_yunittest_property( PROCESSORS 1 ) +target_allocator(ydb-services-rate_limiter-ut + system_allocator +) vcs_info(ydb-services-rate_limiter-ut) diff --git a/ydb/services/ydb/index_ut/CMakeLists.darwin-x86_64.txt b/ydb/services/ydb/index_ut/CMakeLists.darwin-x86_64.txt index d6d76f7654a..c6077e18512 100644 --- a/ydb/services/ydb/index_ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/services/ydb/index_ut/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-services-ydb-index_ut PRIVATE target_link_libraries(ydb-services-ydb-index_ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-services-ydb @@ -77,4 +76,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-services-ydb-index_ut + system_allocator +) vcs_info(ydb-services-ydb-index_ut) diff --git a/ydb/services/ydb/index_ut/CMakeLists.linux-aarch64.txt b/ydb/services/ydb/index_ut/CMakeLists.linux-aarch64.txt index 034696f851e..5e405b348d7 100644 --- a/ydb/services/ydb/index_ut/CMakeLists.linux-aarch64.txt +++ b/ydb/services/ydb/index_ut/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-services-ydb-index_ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main ydb-services-ydb core-testlib-default @@ -80,4 +79,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-services-ydb-index_ut + cpp-malloc-jemalloc +) vcs_info(ydb-services-ydb-index_ut) diff --git a/ydb/services/ydb/index_ut/CMakeLists.linux-x86_64.txt b/ydb/services/ydb/index_ut/CMakeLists.linux-x86_64.txt index 034abcfc0d1..46b3c92ec56 100644 --- a/ydb/services/ydb/index_ut/CMakeLists.linux-x86_64.txt +++ b/ydb/services/ydb/index_ut/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-services-ydb-index_ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main ydb-services-ydb @@ -82,4 +80,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-services-ydb-index_ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-services-ydb-index_ut) diff --git a/ydb/services/ydb/index_ut/CMakeLists.windows-x86_64.txt b/ydb/services/ydb/index_ut/CMakeLists.windows-x86_64.txt index cabdb9ae6c7..25f0911763d 100644 --- a/ydb/services/ydb/index_ut/CMakeLists.windows-x86_64.txt +++ b/ydb/services/ydb/index_ut/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-services-ydb-index_ut PRIVATE target_link_libraries(ydb-services-ydb-index_ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-services-ydb @@ -70,4 +69,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-services-ydb-index_ut + system_allocator +) vcs_info(ydb-services-ydb-index_ut) diff --git a/ydb/services/ydb/sdk_credprovider_ut/CMakeLists.darwin-x86_64.txt b/ydb/services/ydb/sdk_credprovider_ut/CMakeLists.darwin-x86_64.txt index 097f245b6b0..4bfcbee03f5 100644 --- a/ydb/services/ydb/sdk_credprovider_ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/services/ydb/sdk_credprovider_ut/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-services-ydb-sdk_credprovider_ut PRIVATE target_link_libraries(ydb-services-ydb-sdk_credprovider_ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-services-ydb @@ -76,4 +75,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-services-ydb-sdk_credprovider_ut + system_allocator +) vcs_info(ydb-services-ydb-sdk_credprovider_ut) diff --git a/ydb/services/ydb/sdk_credprovider_ut/CMakeLists.linux-aarch64.txt b/ydb/services/ydb/sdk_credprovider_ut/CMakeLists.linux-aarch64.txt index 6b7155f9244..5238ae2f487 100644 --- a/ydb/services/ydb/sdk_credprovider_ut/CMakeLists.linux-aarch64.txt +++ b/ydb/services/ydb/sdk_credprovider_ut/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-services-ydb-sdk_credprovider_ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main ydb-services-ydb core-testlib-default @@ -79,4 +78,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-services-ydb-sdk_credprovider_ut + cpp-malloc-jemalloc +) vcs_info(ydb-services-ydb-sdk_credprovider_ut) diff --git a/ydb/services/ydb/sdk_credprovider_ut/CMakeLists.linux-x86_64.txt b/ydb/services/ydb/sdk_credprovider_ut/CMakeLists.linux-x86_64.txt index cc3fb66656f..e7545a63d0c 100644 --- a/ydb/services/ydb/sdk_credprovider_ut/CMakeLists.linux-x86_64.txt +++ b/ydb/services/ydb/sdk_credprovider_ut/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-services-ydb-sdk_credprovider_ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main ydb-services-ydb @@ -81,4 +79,8 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-services-ydb-sdk_credprovider_ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-services-ydb-sdk_credprovider_ut) diff --git a/ydb/services/ydb/sdk_credprovider_ut/CMakeLists.windows-x86_64.txt b/ydb/services/ydb/sdk_credprovider_ut/CMakeLists.windows-x86_64.txt index 783496b2e54..021af2c3405 100644 --- a/ydb/services/ydb/sdk_credprovider_ut/CMakeLists.windows-x86_64.txt +++ b/ydb/services/ydb/sdk_credprovider_ut/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-services-ydb-sdk_credprovider_ut PRIVATE target_link_libraries(ydb-services-ydb-sdk_credprovider_ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-services-ydb @@ -69,4 +68,7 @@ set_yunittest_property( TIMEOUT 600 ) +target_allocator(ydb-services-ydb-sdk_credprovider_ut + system_allocator +) vcs_info(ydb-services-ydb-sdk_credprovider_ut) diff --git a/ydb/services/ydb/sdk_sessions_ut/CMakeLists.darwin-x86_64.txt b/ydb/services/ydb/sdk_sessions_ut/CMakeLists.darwin-x86_64.txt index 91483298410..d2b1683fbd9 100644 --- a/ydb/services/ydb/sdk_sessions_ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/services/ydb/sdk_sessions_ut/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-services-ydb-sdk_sessions_ut PRIVATE target_link_libraries(ydb-services-ydb-sdk_sessions_ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-services-ydb @@ -76,4 +75,7 @@ set_yunittest_property( TIMEOUT 300 ) +target_allocator(ydb-services-ydb-sdk_sessions_ut + system_allocator +) vcs_info(ydb-services-ydb-sdk_sessions_ut) diff --git a/ydb/services/ydb/sdk_sessions_ut/CMakeLists.linux-aarch64.txt b/ydb/services/ydb/sdk_sessions_ut/CMakeLists.linux-aarch64.txt index e961682dc8d..b83bb127f58 100644 --- a/ydb/services/ydb/sdk_sessions_ut/CMakeLists.linux-aarch64.txt +++ b/ydb/services/ydb/sdk_sessions_ut/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-services-ydb-sdk_sessions_ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main ydb-services-ydb cpp-grpc-client @@ -79,4 +78,7 @@ set_yunittest_property( TIMEOUT 300 ) +target_allocator(ydb-services-ydb-sdk_sessions_ut + cpp-malloc-jemalloc +) vcs_info(ydb-services-ydb-sdk_sessions_ut) diff --git a/ydb/services/ydb/sdk_sessions_ut/CMakeLists.linux-x86_64.txt b/ydb/services/ydb/sdk_sessions_ut/CMakeLists.linux-x86_64.txt index 632434c6262..e6e56a3b017 100644 --- a/ydb/services/ydb/sdk_sessions_ut/CMakeLists.linux-x86_64.txt +++ b/ydb/services/ydb/sdk_sessions_ut/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-services-ydb-sdk_sessions_ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main ydb-services-ydb @@ -81,4 +79,8 @@ set_yunittest_property( TIMEOUT 300 ) +target_allocator(ydb-services-ydb-sdk_sessions_ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-services-ydb-sdk_sessions_ut) diff --git a/ydb/services/ydb/sdk_sessions_ut/CMakeLists.windows-x86_64.txt b/ydb/services/ydb/sdk_sessions_ut/CMakeLists.windows-x86_64.txt index 6cd06a295f2..a5e4c4c2695 100644 --- a/ydb/services/ydb/sdk_sessions_ut/CMakeLists.windows-x86_64.txt +++ b/ydb/services/ydb/sdk_sessions_ut/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-services-ydb-sdk_sessions_ut PRIVATE target_link_libraries(ydb-services-ydb-sdk_sessions_ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-services-ydb @@ -69,4 +68,7 @@ set_yunittest_property( TIMEOUT 300 ) +target_allocator(ydb-services-ydb-sdk_sessions_ut + system_allocator +) vcs_info(ydb-services-ydb-sdk_sessions_ut) diff --git a/ydb/services/ydb/table_split_ut/CMakeLists.darwin-x86_64.txt b/ydb/services/ydb/table_split_ut/CMakeLists.darwin-x86_64.txt index 89de1f2b6d2..23d7798a96e 100644 --- a/ydb/services/ydb/table_split_ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/services/ydb/table_split_ut/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-services-ydb-table_split_ut PRIVATE target_link_libraries(ydb-services-ydb-table_split_ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-services-ydb @@ -93,4 +92,7 @@ set_yunittest_property( TIMEOUT 300 ) +target_allocator(ydb-services-ydb-table_split_ut + system_allocator +) vcs_info(ydb-services-ydb-table_split_ut) diff --git a/ydb/services/ydb/table_split_ut/CMakeLists.linux-aarch64.txt b/ydb/services/ydb/table_split_ut/CMakeLists.linux-aarch64.txt index cf27647aec1..086ed33941b 100644 --- a/ydb/services/ydb/table_split_ut/CMakeLists.linux-aarch64.txt +++ b/ydb/services/ydb/table_split_ut/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-services-ydb-table_split_ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main ydb-services-ydb libs-apache-arrow @@ -96,4 +95,7 @@ set_yunittest_property( TIMEOUT 300 ) +target_allocator(ydb-services-ydb-table_split_ut + cpp-malloc-jemalloc +) vcs_info(ydb-services-ydb-table_split_ut) diff --git a/ydb/services/ydb/table_split_ut/CMakeLists.linux-x86_64.txt b/ydb/services/ydb/table_split_ut/CMakeLists.linux-x86_64.txt index 9069333a7ff..761552cf99f 100644 --- a/ydb/services/ydb/table_split_ut/CMakeLists.linux-x86_64.txt +++ b/ydb/services/ydb/table_split_ut/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-services-ydb-table_split_ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main ydb-services-ydb @@ -98,4 +96,8 @@ set_yunittest_property( TIMEOUT 300 ) +target_allocator(ydb-services-ydb-table_split_ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-services-ydb-table_split_ut) diff --git a/ydb/services/ydb/table_split_ut/CMakeLists.windows-x86_64.txt b/ydb/services/ydb/table_split_ut/CMakeLists.windows-x86_64.txt index 6a4531d4169..b2262a67d10 100644 --- a/ydb/services/ydb/table_split_ut/CMakeLists.windows-x86_64.txt +++ b/ydb/services/ydb/table_split_ut/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-services-ydb-table_split_ut PRIVATE target_link_libraries(ydb-services-ydb-table_split_ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-services-ydb @@ -86,4 +85,7 @@ set_yunittest_property( TIMEOUT 300 ) +target_allocator(ydb-services-ydb-table_split_ut + system_allocator +) vcs_info(ydb-services-ydb-table_split_ut) diff --git a/ydb/services/ydb/ut/CMakeLists.darwin-x86_64.txt b/ydb/services/ydb/ut/CMakeLists.darwin-x86_64.txt index 0f3c04195af..e97d638f7b4 100644 --- a/ydb/services/ydb/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/services/ydb/ut/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-services-ydb-ut PRIVATE target_link_libraries(ydb-services-ydb-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-services-ydb @@ -109,4 +108,7 @@ set_yunittest_property( TIMEOUT 300 ) +target_allocator(ydb-services-ydb-ut + system_allocator +) vcs_info(ydb-services-ydb-ut) diff --git a/ydb/services/ydb/ut/CMakeLists.linux-aarch64.txt b/ydb/services/ydb/ut/CMakeLists.linux-aarch64.txt index 71ca4383016..d0b405d213e 100644 --- a/ydb/services/ydb/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/services/ydb/ut/CMakeLists.linux-aarch64.txt @@ -18,7 +18,6 @@ target_link_libraries(ydb-services-ydb-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-jemalloc cpp-testing-unittest_main ydb-services-ydb libs-apache-arrow @@ -112,4 +111,7 @@ set_yunittest_property( TIMEOUT 300 ) +target_allocator(ydb-services-ydb-ut + cpp-malloc-jemalloc +) vcs_info(ydb-services-ydb-ut) diff --git a/ydb/services/ydb/ut/CMakeLists.linux-x86_64.txt b/ydb/services/ydb/ut/CMakeLists.linux-x86_64.txt index 0afdec62bcc..f452cdf9321 100644 --- a/ydb/services/ydb/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/services/ydb/ut/CMakeLists.linux-x86_64.txt @@ -18,8 +18,6 @@ target_link_libraries(ydb-services-ydb-ut PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-testing-unittest_main ydb-services-ydb @@ -114,4 +112,8 @@ set_yunittest_property( TIMEOUT 300 ) +target_allocator(ydb-services-ydb-ut + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache +) vcs_info(ydb-services-ydb-ut) diff --git a/ydb/services/ydb/ut/CMakeLists.windows-x86_64.txt b/ydb/services/ydb/ut/CMakeLists.windows-x86_64.txt index 116da2232d5..05dffba80cc 100644 --- a/ydb/services/ydb/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/services/ydb/ut/CMakeLists.windows-x86_64.txt @@ -17,7 +17,6 @@ target_include_directories(ydb-services-ydb-ut PRIVATE target_link_libraries(ydb-services-ydb-ut PUBLIC contrib-libs-cxxsupp yutil - cpp-malloc-system library-cpp-cpuid_check cpp-testing-unittest_main ydb-services-ydb @@ -102,4 +101,7 @@ set_yunittest_property( TIMEOUT 300 ) +target_allocator(ydb-services-ydb-ut + system_allocator +) vcs_info(ydb-services-ydb-ut) |