aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/malloc/system/ya.make
blob: 93862fff709e008625eb6110480065c3e7764511 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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()