diff options
Diffstat (limited to 'library/cpp/malloc/ya.make')
-rw-r--r-- | library/cpp/malloc/ya.make | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/library/cpp/malloc/ya.make b/library/cpp/malloc/ya.make new file mode 100644 index 0000000000..0ec9db71d2 --- /dev/null +++ b/library/cpp/malloc/ya.make @@ -0,0 +1,26 @@ +RECURSE( + api + api/helpers + api/ut + tcmalloc + galloc + jemalloc + lockless + nalf + sample-client + system + mimalloc + mimalloc/link_test + hu + hu/link_test +) + +IF (NOT OS_WINDOWS) + RECURSE( + calloc + calloc/tests + calloc/calloc_profile_diff + calloc/calloc_profile_scan + calloc/calloc_profile_scan/ut + ) +ENDIF() |