diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2024-07-19 17:30:04 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2024-07-19 17:41:55 +0300 |
commit | b48cb40b16a2a26d360ddcb809dcbf48a3843513 (patch) | |
tree | 18f7a12724bcc242294362d27d7956a38805fcee /library/cpp/malloc | |
parent | 239a6786ba899f74fb960904a34b14e89419e852 (diff) | |
download | ydb-b48cb40b16a2a26d360ddcb809dcbf48a3843513.tar.gz |
Intermediate changes
Diffstat (limited to 'library/cpp/malloc')
-rw-r--r-- | library/cpp/malloc/api/ut/ya.make | 1 | ||||
-rw-r--r-- | library/cpp/malloc/api/ya.make | 1 | ||||
-rw-r--r-- | library/cpp/malloc/jemalloc/ya.make | 1 | ||||
-rw-r--r-- | library/cpp/malloc/system/ya.make | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/library/cpp/malloc/api/ut/ya.make b/library/cpp/malloc/api/ut/ya.make index 5580da99d7..7b46871fbf 100644 --- a/library/cpp/malloc/api/ut/ya.make +++ b/library/cpp/malloc/api/ut/ya.make @@ -1,5 +1,6 @@ UNITTEST() + PEERDIR( library/cpp/malloc/api/helpers ) diff --git a/library/cpp/malloc/api/ya.make b/library/cpp/malloc/api/ya.make index 499792ba19..b249c49653 100644 --- a/library/cpp/malloc/api/ya.make +++ b/library/cpp/malloc/api/ya.make @@ -2,6 +2,7 @@ LIBRARY() NO_UTIL() + SRCS( malloc.cpp ) diff --git a/library/cpp/malloc/jemalloc/ya.make b/library/cpp/malloc/jemalloc/ya.make index 035133b0f5..25c78d73d1 100644 --- a/library/cpp/malloc/jemalloc/ya.make +++ b/library/cpp/malloc/jemalloc/ya.make @@ -3,6 +3,7 @@ LIBRARY() NO_UTIL() ALLOCATOR_IMPL() + IF (OS_ANDROID) PEERDIR( library/cpp/malloc/system diff --git a/library/cpp/malloc/system/ya.make b/library/cpp/malloc/system/ya.make index e8454480c3..93862fff70 100644 --- a/library/cpp/malloc/system/ya.make +++ b/library/cpp/malloc/system/ya.make @@ -6,6 +6,7 @@ ALLOCATOR_IMPL() NO_UTIL() + PEERDIR( library/cpp/malloc/api ) |