diff options
Diffstat (limited to 'library/cpp/malloc/system')
| -rw-r--r-- | library/cpp/malloc/system/ya.make | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/library/cpp/malloc/system/ya.make b/library/cpp/malloc/system/ya.make new file mode 100644 index 00000000000..e8454480c3b --- /dev/null +++ b/library/cpp/malloc/system/ya.make @@ -0,0 +1,17 @@ +# External build system generator for opensource export relies on the name system_allocator. +# Change it carefully. +LIBRARY(system_allocator) + +ALLOCATOR_IMPL() + +NO_UTIL() + +PEERDIR( + library/cpp/malloc/api +) + +SRCS( + malloc-info.cpp +) + +END() |
