aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/malloc/api/ya.make
blob: 499792ba19701ceb0d39a9330ce5f9c93f823497 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
LIBRARY()

NO_UTIL()

SRCS(
    malloc.cpp
)

END()

RECURSE(
    helpers
    ut
)