aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/malloc
diff options
context:
space:
mode:
authorrobot-piglet <robot-piglet@yandex-team.com>2023-03-07 12:53:35 +0300
committerrobot-piglet <robot-piglet@yandex-team.com>2023-03-07 12:53:35 +0300
commit33ed6077e694c2f1286c01ebe1be30b189850e77 (patch)
treee63bbad8736baf21ab183e9d98597aa27f5a2233 /library/cpp/malloc
parentfb974eec1b6958138ae30adaafd5503f0d91d388 (diff)
downloadydb-33ed6077e694c2f1286c01ebe1be30b189850e77.tar.gz
Intermediate changes
Diffstat (limited to 'library/cpp/malloc')
-rw-r--r--library/cpp/malloc/CMakeLists.darwin-x86_64.txt (renamed from library/cpp/malloc/CMakeLists.darwin.txt)0
-rw-r--r--library/cpp/malloc/CMakeLists.linux-x86_64.txt (renamed from library/cpp/malloc/CMakeLists.linux.txt)0
-rw-r--r--library/cpp/malloc/CMakeLists.txt4
-rw-r--r--library/cpp/malloc/api/CMakeLists.darwin-x86_64.txt (renamed from library/cpp/malloc/api/CMakeLists.darwin.txt)0
-rw-r--r--library/cpp/malloc/api/CMakeLists.linux-x86_64.txt (renamed from library/cpp/malloc/api/CMakeLists.linux.txt)0
-rw-r--r--library/cpp/malloc/api/CMakeLists.txt4
-rw-r--r--library/cpp/malloc/jemalloc/CMakeLists.darwin-x86_64.txt (renamed from library/cpp/malloc/jemalloc/CMakeLists.darwin.txt)0
-rw-r--r--library/cpp/malloc/jemalloc/CMakeLists.linux-x86_64.txt (renamed from library/cpp/malloc/jemalloc/CMakeLists.linux.txt)0
-rw-r--r--library/cpp/malloc/jemalloc/CMakeLists.txt4
-rw-r--r--library/cpp/malloc/system/CMakeLists.darwin-x86_64.txt (renamed from library/cpp/malloc/system/CMakeLists.darwin.txt)0
-rw-r--r--library/cpp/malloc/system/CMakeLists.txt2
-rw-r--r--library/cpp/malloc/tcmalloc/CMakeLists.linux-x86_64.txt (renamed from library/cpp/malloc/tcmalloc/CMakeLists.linux.txt)0
-rw-r--r--library/cpp/malloc/tcmalloc/CMakeLists.txt2
13 files changed, 8 insertions, 8 deletions
diff --git a/library/cpp/malloc/CMakeLists.darwin.txt b/library/cpp/malloc/CMakeLists.darwin-x86_64.txt
index 5d8a4de4f74..5d8a4de4f74 100644
--- a/library/cpp/malloc/CMakeLists.darwin.txt
+++ b/library/cpp/malloc/CMakeLists.darwin-x86_64.txt
diff --git a/library/cpp/malloc/CMakeLists.linux.txt b/library/cpp/malloc/CMakeLists.linux-x86_64.txt
index 974a53462bd..974a53462bd 100644
--- a/library/cpp/malloc/CMakeLists.linux.txt
+++ b/library/cpp/malloc/CMakeLists.linux-x86_64.txt
diff --git a/library/cpp/malloc/CMakeLists.txt b/library/cpp/malloc/CMakeLists.txt
index eee324bb607..8f8c04afe54 100644
--- a/library/cpp/malloc/CMakeLists.txt
+++ b/library/cpp/malloc/CMakeLists.txt
@@ -9,7 +9,7 @@
if (CMAKE_SYSTEM_PROCESSOR STREQUAL "aarch64" AND UNIX AND NOT APPLE AND NOT ANDROID)
include(CMakeLists.linux-aarch64.txt)
elseif (APPLE AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64")
- include(CMakeLists.darwin.txt)
+ include(CMakeLists.darwin-x86_64.txt)
elseif (CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64" AND UNIX AND NOT APPLE AND NOT ANDROID AND NOT HAVE_CUDA)
- include(CMakeLists.linux.txt)
+ include(CMakeLists.linux-x86_64.txt)
endif()
diff --git a/library/cpp/malloc/api/CMakeLists.darwin.txt b/library/cpp/malloc/api/CMakeLists.darwin-x86_64.txt
index db837d83de0..db837d83de0 100644
--- a/library/cpp/malloc/api/CMakeLists.darwin.txt
+++ b/library/cpp/malloc/api/CMakeLists.darwin-x86_64.txt
diff --git a/library/cpp/malloc/api/CMakeLists.linux.txt b/library/cpp/malloc/api/CMakeLists.linux-x86_64.txt
index 6b81b89d4c1..6b81b89d4c1 100644
--- a/library/cpp/malloc/api/CMakeLists.linux.txt
+++ b/library/cpp/malloc/api/CMakeLists.linux-x86_64.txt
diff --git a/library/cpp/malloc/api/CMakeLists.txt b/library/cpp/malloc/api/CMakeLists.txt
index eee324bb607..8f8c04afe54 100644
--- a/library/cpp/malloc/api/CMakeLists.txt
+++ b/library/cpp/malloc/api/CMakeLists.txt
@@ -9,7 +9,7 @@
if (CMAKE_SYSTEM_PROCESSOR STREQUAL "aarch64" AND UNIX AND NOT APPLE AND NOT ANDROID)
include(CMakeLists.linux-aarch64.txt)
elseif (APPLE AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64")
- include(CMakeLists.darwin.txt)
+ include(CMakeLists.darwin-x86_64.txt)
elseif (CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64" AND UNIX AND NOT APPLE AND NOT ANDROID AND NOT HAVE_CUDA)
- include(CMakeLists.linux.txt)
+ include(CMakeLists.linux-x86_64.txt)
endif()
diff --git a/library/cpp/malloc/jemalloc/CMakeLists.darwin.txt b/library/cpp/malloc/jemalloc/CMakeLists.darwin-x86_64.txt
index ea1e085b747..ea1e085b747 100644
--- a/library/cpp/malloc/jemalloc/CMakeLists.darwin.txt
+++ b/library/cpp/malloc/jemalloc/CMakeLists.darwin-x86_64.txt
diff --git a/library/cpp/malloc/jemalloc/CMakeLists.linux.txt b/library/cpp/malloc/jemalloc/CMakeLists.linux-x86_64.txt
index f4c156bc0c1..f4c156bc0c1 100644
--- a/library/cpp/malloc/jemalloc/CMakeLists.linux.txt
+++ b/library/cpp/malloc/jemalloc/CMakeLists.linux-x86_64.txt
diff --git a/library/cpp/malloc/jemalloc/CMakeLists.txt b/library/cpp/malloc/jemalloc/CMakeLists.txt
index eee324bb607..8f8c04afe54 100644
--- a/library/cpp/malloc/jemalloc/CMakeLists.txt
+++ b/library/cpp/malloc/jemalloc/CMakeLists.txt
@@ -9,7 +9,7 @@
if (CMAKE_SYSTEM_PROCESSOR STREQUAL "aarch64" AND UNIX AND NOT APPLE AND NOT ANDROID)
include(CMakeLists.linux-aarch64.txt)
elseif (APPLE AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64")
- include(CMakeLists.darwin.txt)
+ include(CMakeLists.darwin-x86_64.txt)
elseif (CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64" AND UNIX AND NOT APPLE AND NOT ANDROID AND NOT HAVE_CUDA)
- include(CMakeLists.linux.txt)
+ include(CMakeLists.linux-x86_64.txt)
endif()
diff --git a/library/cpp/malloc/system/CMakeLists.darwin.txt b/library/cpp/malloc/system/CMakeLists.darwin-x86_64.txt
index 72c039454cb..72c039454cb 100644
--- a/library/cpp/malloc/system/CMakeLists.darwin.txt
+++ b/library/cpp/malloc/system/CMakeLists.darwin-x86_64.txt
diff --git a/library/cpp/malloc/system/CMakeLists.txt b/library/cpp/malloc/system/CMakeLists.txt
index 270d5d94da9..5bedd04e092 100644
--- a/library/cpp/malloc/system/CMakeLists.txt
+++ b/library/cpp/malloc/system/CMakeLists.txt
@@ -7,5 +7,5 @@
if (APPLE AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64")
- include(CMakeLists.darwin.txt)
+ include(CMakeLists.darwin-x86_64.txt)
endif()
diff --git a/library/cpp/malloc/tcmalloc/CMakeLists.linux.txt b/library/cpp/malloc/tcmalloc/CMakeLists.linux-x86_64.txt
index be15c6c3054..be15c6c3054 100644
--- a/library/cpp/malloc/tcmalloc/CMakeLists.linux.txt
+++ b/library/cpp/malloc/tcmalloc/CMakeLists.linux-x86_64.txt
diff --git a/library/cpp/malloc/tcmalloc/CMakeLists.txt b/library/cpp/malloc/tcmalloc/CMakeLists.txt
index ba630c0cc43..4349073206f 100644
--- a/library/cpp/malloc/tcmalloc/CMakeLists.txt
+++ b/library/cpp/malloc/tcmalloc/CMakeLists.txt
@@ -9,5 +9,5 @@
if (CMAKE_SYSTEM_PROCESSOR STREQUAL "aarch64" AND UNIX AND NOT APPLE AND NOT ANDROID)
include(CMakeLists.linux-aarch64.txt)
elseif (CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64" AND UNIX AND NOT APPLE AND NOT ANDROID AND NOT HAVE_CUDA)
- include(CMakeLists.linux.txt)
+ include(CMakeLists.linux-x86_64.txt)
endif()