summaryrefslogtreecommitdiffstats
path: root/library/cpp/ytalloc/impl
diff options
context:
space:
mode:
Diffstat (limited to 'library/cpp/ytalloc/impl')
-rw-r--r--library/cpp/ytalloc/impl/ya.make15
1 files changed, 15 insertions, 0 deletions
diff --git a/library/cpp/ytalloc/impl/ya.make b/library/cpp/ytalloc/impl/ya.make
new file mode 100644
index 00000000000..23b6d5874ed
--- /dev/null
+++ b/library/cpp/ytalloc/impl/ya.make
@@ -0,0 +1,15 @@
+LIBRARY()
+
+ALLOCATOR_IMPL()
+SRCS(
+ bridge.cpp
+)
+
+PEERDIR(
+ library/cpp/malloc/api
+ library/cpp/yt/containers
+ library/cpp/yt/memory
+ library/cpp/yt/threading
+)
+
+END()