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

NO_UTIL()


SRCS(
    malloc.cpp
)

END()

RECURSE(
    helpers
    ut
)